Searched refs:ops (Results 51 - 75 of 340) sorted by relevance

1234567891011>>

/arch/mips/jz4740/
H A Dclock.c304 .ops = &jz_clk_static_ops,
315 .ops = &jz_clk_pll_ops,
325 .ops = &jz_clk_pll_half_ops,
338 .ops = &jz_clk_main_ops,
347 .ops = &jz_clk_main_ops,
356 .ops = &jz_clk_main_ops,
366 .ops = &jz_clk_main_ops,
380 .ops = &jz_clk_ko_ops,
572 .ops = &jz_clk_ops_ld,
607 .ops
[all...]
/arch/powerpc/kernel/
H A Dio-workarounds.c119 if (bus && bus->ops && bus->ops->name) \
120 return bus->ops->name al; \
129 if (bus && bus->ops && bus->ops->name) { \
130 bus->ops->name al; \
185 void iowa_register_bus(struct pci_controller *phb, struct ppc_pci_io *ops, argument
201 bus->ops = ops;
/arch/s390/include/asm/
H A Ddma-mapping.h65 struct dma_map_ops *ops = get_dma_ops(dev); local
68 BUG_ON(!ops);
70 cpu_addr = ops->alloc(dev, size, dma_handle, flags, attrs);
82 struct dma_map_ops *ops = get_dma_ops(dev); local
84 BUG_ON(!ops);
87 ops->free(dev, size, cpu_addr, dma_handle, attrs);
/arch/sh/kernel/
H A Ddumpstack.c56 const struct stacktrace_ops *ops,
72 ops->address(data, ret_addr, 1);
79 const struct stacktrace_ops *ops,
86 unsigned long *sp, const struct stacktrace_ops *ops,
99 ops->address(data, addr, 1);
101 print_ftrace_graph_addr(addr, data, ops,
55 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) argument
78 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) argument
85 stack_reader_dump(struct task_struct *task, struct pt_regs *regs, unsigned long *sp, const struct stacktrace_ops *ops, void *data) argument
/arch/arm/mach-omap1/
H A Dclock_data.c80 .ops = &clkops_null,
86 .ops = &clkops_null,
97 .ops = &clkops_generic,
110 .ops = &clkops_generic,
121 .ops = &clkops_null,
132 .ops = &clkops_generic,
151 .ops = &clkops_generic,
162 .ops = &clkops_generic,
175 .ops = &clkops_generic,
188 .ops
[all...]
/arch/mips/include/asm/
H A Dsmp-ops.h38 extern void register_smp_ops(struct plat_smp_ops *ops);
59 static inline void register_smp_ops(struct plat_smp_ops *ops) argument
/arch/arm/mach-sa1100/
H A Dclock.c25 const struct clkops *ops; member in struct:clk
31 .ops = _ops, \
68 clk->ops->enable(clk);
84 clk->ops->disable(clk);
/arch/blackfin/mach-common/
H A Dclock.h19 const struct clk_ops *ops; member in struct:clk
/arch/powerpc/include/asm/
H A Dio-workarounds.h30 struct ppc_pci_io *ops; member in struct:iowa_bus
/arch/powerpc/platforms/cell/
H A Dcelleb_pci.h35 struct ppc_pci_io *ops; member in struct:celleb_phb_spec
/arch/x86/include/asm/
H A Dstacktrace.h20 const struct stacktrace_ops *ops,
28 const struct stacktrace_ops *ops, void *data,
34 const struct stacktrace_ops *ops, void *data,
48 const struct stacktrace_ops *ops, void *data);
H A Duprobes.h44 const struct uprobe_xol_ops *ops; member in struct:arch_uprobe
/arch/x86/kernel/
H A Dparavirt_patch_64.c42 #define PATCH_SITE(ops, x) \
43 case PARAVIRT_PATCH(ops.x): \
44 start = start_##ops##_##x; \
45 end = end_##ops##_##x; \
H A Ddumpstack_64.c153 const struct stacktrace_ops *ops, void *data)
202 if (ops->stack(data, id) < 0)
205 bp = ops->walk_stack(tinfo, stack, bp, ops,
207 ops->stack(data, "<EOE>");
219 if (ops->stack(data, "IRQ") < 0)
221 bp = ops->walk_stack(tinfo, stack, bp,
222 ops, data, stack_end, &graph);
230 ops->stack(data, "EOI");
235 ops
151 dump_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data) argument
[all...]
H A Ddumpstack.c42 const struct stacktrace_ops *ops,
61 ops->address(data, ret_addr, 1);
68 const struct stacktrace_ops *ops,
96 const struct stacktrace_ops *ops, void *data,
107 ops->address(data, addr, 1);
111 ops->address(data, addr, 0);
113 print_ftrace_graph_addr(addr, data, ops, tinfo, graph);
124 const struct stacktrace_ops *ops, void *data,
136 ops->address(data, addr, 1);
139 print_ftrace_graph_addr(addr, data, ops, tinf
41 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) argument
67 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) argument
94 print_context_stack(struct thread_info *tinfo, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data, unsigned long *end, int *graph) argument
122 print_context_stack_bp(struct thread_info *tinfo, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data, unsigned long *end, int *graph) argument
[all...]
/arch/x86/lib/
H A Dhash.c86 void __init setup_arch_fast_hash(struct fast_hash_ops *ops) argument
89 ops->hash = intel_crc4_2_hash;
90 ops->hash2 = intel_crc4_2_hash2;
/arch/sh/drivers/dma/
H A Ddma-api.c100 if (info->ops->get_residue)
101 return info->ops->get_residue(channel);
182 if (info->ops->request) {
183 int result = info->ops->request(channel);
206 if (info->ops->request) {
207 result = info->ops->request(channel);
223 if (info->ops->free)
224 info->ops->free(channel);
237 (info->ops->get_residue(channel) == 0));
241 while (info->ops
[all...]
/arch/arm/mach-imx/
H A Dclk-fixup-div.c24 * @ops: pointer to clk_ops of parent class
32 const struct clk_ops *ops; member in struct:clk_fixup_div
48 return fixup_div->ops->recalc_rate(&fixup_div->divider.hw, parent_rate);
56 return fixup_div->ops->round_rate(&fixup_div->divider.hw, rate, prate);
111 init.ops = &clk_fixup_div_ops;
121 fixup_div->ops = &clk_divider_ops;
/arch/sh/kernel/cpu/sh5/
H A Dunwind.c216 static void sh64_unwind_inner(const struct stacktrace_ops *ops,
219 static inline void unwind_nested(const struct stacktrace_ops *ops, void *data, argument
224 sh64_unwind_inner(ops, data, (struct pt_regs *)fp);
227 static void sh64_unwind_inner(const struct stacktrace_ops *ops, argument
244 unwind_nested(ops, data, pc, fp);
250 unwind_nested(ops, data, pc, fp);
258 unwind_nested(ops, data, pc, fp);
264 unwind_nested(ops, data, pc, fp);
273 ops->address(data, pc, 1);
301 const struct stacktrace_ops *ops,
298 sh64_unwinder_dump(struct task_struct *task, struct pt_regs *regs, unsigned long *sp, const struct stacktrace_ops *ops, void *data) argument
[all...]
/arch/alpha/oprofile/
H A Dcommon.c142 oprofile_arch_init(struct oprofile_operations *ops) argument
172 ops->create_files = op_axp_create_files;
173 ops->setup = op_axp_setup;
174 ops->shutdown = op_axp_shutdown;
175 ops->start = op_axp_start;
176 ops->stop = op_axp_stop;
177 ops->cpu_type = lmodel->cpu_type;
/arch/um/drivers/
H A Dchan_kern.c91 if (chan->ops->open == NULL)
93 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary,
100 (*chan->ops->close)(fd, chan->data);
127 if (chan && chan->primary && chan->ops->winch)
224 if (chan->ops->close != NULL)
225 (*chan->ops->close)(chan->fd, chan->data);
262 if (len == 0 || !chan || !chan->ops->write)
265 n = chan->ops->write(chan->fd, buf, len, chan->data);
278 if (!chan || !chan->ops->console_write)
281 n = chan->ops
408 const struct chan_ops *ops; member in struct:chan_type
451 const struct chan_ops *ops; local
[all...]
/arch/sparc/kernel/
H A Dpci_msi.c17 const struct sparc64_msiq_ops *ops; local
21 ops = pbm->msi_ops;
23 err = ops->get_head(pbm, msiqid, &head);
31 err = ops->dequeue_msi(pbm, msiqid, &head, &msi);
46 err = ops->set_head(pbm, msiqid, head);
126 const struct sparc64_msiq_ops *ops = pbm->msi_ops; local
147 err = ops->msi_setup(pbm, msiqid, msi,
184 const struct sparc64_msiq_ops *ops = pbm->msi_ops; local
201 err = ops->msi_teardown(pbm, msi_num);
203 printk(KERN_ERR "%s: teardown: ops
274 bringup_one_msi_queue(struct pci_pbm_info *pbm, const struct sparc64_msiq_ops *ops, unsigned long msiqid, unsigned long devino) argument
301 sparc64_bringup_msi_queues(struct pci_pbm_info *pbm, const struct sparc64_msiq_ops *ops) argument
319 sparc64_pbm_msi_init(struct pci_pbm_info *pbm, const struct sparc64_msiq_ops *ops) argument
[all...]
/arch/arm/mach-omap2/
H A Dclock.c161 if (clk->ops->find_companion) {
162 clk->ops->find_companion(clk, &companion_reg, &other_bit);
167 clk->ops->find_idlest(clk, &idlest_reg, &idlest_bit, &idlest_val);
336 if (clk->ops && clk->ops->find_idlest)
537 if (c->ops && c->ops->allow_idle)
538 c->ops->allow_idle(c);
559 if (c->ops && c->ops
[all...]
/arch/arm/oprofile/
H A Dcommon.c121 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
124 ops->backtrace = arm_backtrace;
126 return oprofile_perf_init(ops);
/arch/powerpc/sysdev/
H A Dmpic_msi.c35 const struct irq_domain_ops *ops = mpic->irqhost->ops; local
67 ops->xlate(mpic->irqhost, NULL, oirq.args,

Completed in 605 milliseconds

1234567891011>>