Searched refs:ops (Results 126 - 150 of 340) sorted by relevance

1234567891011>>

/arch/mips/jz4740/
H A Dclock.h51 const struct clk_ops *ops; member in struct:clk
/arch/mips/kernel/
H A Dsmp-gic.c19 #include <asm/smp-ops.h>
/arch/mips/paravirt/
H A Dsetup.c14 #include <asm/smp-ops.h>
/arch/sh/include/asm/
H A Dsmp.h6 #include <asm/smp-ops.h>
/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4-202.c50 .ops = &sh4202_emi_clk_ops,
65 .ops = &sh4202_femi_clk_ops,
84 if (clk->ops->set_rate(clk, clk->parent->rate / divisor) == 0)
141 .ops = &sh4202_shoc_clk_ops,
/arch/um/include/asm/
H A Dstacktrace.h40 void dump_trace(struct task_struct *tsk, const struct stacktrace_ops *ops, void *data);
/arch/x86/kernel/
H A Ddumpstack_32.c43 const struct stacktrace_ops *ops, void *data)
72 bp = ops->walk_stack(context, stack, bp, ops, data,
85 if (ops->stack(data, "IRQ") < 0)
41 dump_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, unsigned long bp, const struct stacktrace_ops *ops, void *data) argument
/arch/x86/xen/
H A Defi.c23 #include <xen/xen-ops.h>
/arch/arm/mach-imx/
H A Dclk-pllv3.c291 const struct clk_ops *ops; local
301 ops = &clk_pllv3_sys_ops;
304 ops = &clk_pllv3_ops;
308 ops = &clk_pllv3_av_ops;
311 ops = &clk_pllv3_enet_ops;
314 ops = &clk_pllv3_ops;
320 init.ops = ops;
/arch/blackfin/lib/
H A Dins.S74 #define COMMON_INS(func, ops) \
84 ops; \
/arch/tile/include/asm/
H A Dpci.h36 struct pci_ops *ops; member in struct:pci_controller
176 struct pci_ops *ops; member in struct:pci_controller
/arch/parisc/kernel/
H A Dsmp.c125 unsigned long ops; local
131 ops = p->pending_ipi;
137 if (!ops)
140 while (ops) {
141 unsigned long which = ffz(~ops);
143 ops &= ~(1 << which);
182 } /* while (ops) */
/arch/um/kernel/
H A Dtlb.c38 } ops[1]; member in struct:host_vm_change
47 { .ops = { { .type = NONE } }, \
60 op = &hvc->ops[i];
96 last = &hvc->ops[hvc->index - 1];
106 if (hvc->index == ARRAY_SIZE(hvc->ops)) {
107 ret = do_ops(hvc, ARRAY_SIZE(hvc->ops), 0);
111 hvc->ops[hvc->index++] = ((struct host_vm_op)
132 last = &hvc->ops[hvc->index - 1];
140 if (hvc->index == ARRAY_SIZE(hvc->ops)) {
141 ret = do_ops(hvc, ARRAY_SIZE(hvc->ops),
[all...]
/arch/arm/mach-omap2/
H A Dvp.c137 vp->common->ops->clear_txdone(vp->id);
138 if (!vp->common->ops->check_txdone(vp->id))
159 omap_test_timeout(vp->common->ops->check_txdone(vp->id),
173 vp->common->ops->clear_txdone(vp->id);
174 if (!vp->common->ops->check_txdone(vp->id))
/arch/ia64/kernel/
H A Dsmp.c101 unsigned long ops; local
104 while ((ops = xchg(pending_ipis, 0)) != 0) {
109 which = ffz(~ops);
110 ops &= ~(1 << which);
132 } while (ops);
243 * Use atomic ops. Otherwise, the load/increment/store sequence from
/arch/avr32/oprofile/
H A Dop_model_avr32.c218 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
223 memcpy(ops, &avr32_perf_counter_ops,
226 ops->backtrace = avr32_backtrace;
/arch/powerpc/platforms/cell/spufs/
H A Dfault.c58 ctx->ops->restart_dma(ctx);
68 ctx->ops->npc_read(ctx) - 4;
185 ctx->ops->restart_dma(ctx);
/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7269.c51 .ops = &pll_clk_ops,
66 .ops = &peripheral0_clk_ops,
81 .ops = &peripheral1_clk_ops,
/arch/x86/oprofile/
H A Dnmi_int.c274 static inline void mux_init(struct oprofile_operations *ops) argument
277 ops->switch_events = nmi_switch_event;
298 static inline void mux_init(struct oprofile_operations *ops) { } argument
695 int __init op_nmi_init(struct oprofile_operations *ops) argument
776 ops->create_files = nmi_create_files;
777 ops->setup = nmi_setup;
778 ops->shutdown = nmi_shutdown;
779 ops->start = nmi_start;
780 ops->stop = nmi_stop;
781 ops
[all...]
/arch/hexagon/include/asm/
H A Ddma-mapping.h80 struct dma_map_ops *ops = get_dma_ops(dev); local
84 ret = ops->alloc(dev, size, dma_handle, flag, attrs);
/arch/alpha/kernel/
H A Drtc.c301 const struct rtc_class_ops *ops; local
308 ops = &alpha_rtc_ops;
312 ops = &remote_rtc_ops;
316 rtc = devm_rtc_device_register(&pdev->dev, name, ops, THIS_MODULE);
/arch/arm/include/asm/mach/
H A Dpci.h25 struct pci_ops *ops; member in struct:hw_pci
/arch/arm/include/asm/
H A Dmcpm.h187 * @ops: mcpm_platform_ops structure to register
191 int __init mcpm_platform_register(const struct mcpm_platform_ops *ops);
/arch/arm/mach-footbridge/
H A Dcats-pci.c50 .ops = &dc21285_ops,
/arch/arm/mach-ixp4xx/
H A Davila-pci.c68 .ops = &ixp4xx_ops,

Completed in 693 milliseconds

1234567891011>>