Searched refs:ops (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/arch/sh/drivers/superhyway/
H A DMakefile5 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += ops-sh4-202.o
/arch/x86/oprofile/
H A Dinit.c20 extern int op_nmi_init(struct oprofile_operations *ops);
23 static int op_nmi_init(struct oprofile_operations *ops) { return -ENODEV; } argument
29 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
31 ops->backtrace = x86_backtrace;
32 return op_nmi_init(ops);
/arch/ia64/oprofile/
H A Dinit.c15 extern int perfmon_init(struct oprofile_operations *ops);
19 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
25 ret = perfmon_init(ops);
27 ops->backtrace = ia64_backtrace;
/arch/blackfin/oprofile/
H A Dbfin_oprofile.c11 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
/arch/microblaze/oprofile/
H A Dmicroblaze_oprofile.c15 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
/arch/sh/include/asm/
H A Ddma-mapping.h17 struct dma_map_ops *ops = get_dma_ops(dev); local
19 if (ops->dma_supported)
20 return ops->dma_supported(dev, mask);
27 struct dma_map_ops *ops = get_dma_ops(dev); local
31 if (ops->set_dma_mask)
32 return ops->set_dma_mask(dev, mask);
47 struct dma_map_ops *ops = get_dma_ops(dev); local
49 if (ops->mapping_error)
50 return ops->mapping_error(dev, dma_addr);
61 struct dma_map_ops *ops local
81 struct dma_map_ops *ops = get_dma_ops(dev); local
[all...]
H A Dstacktrace.h20 const struct stacktrace_ops *ops, void *data);
H A Dsmp-ops.h31 extern void register_smp_ops(struct plat_smp_ops *ops);
40 static inline void register_smp_ops(struct plat_smp_ops *ops) argument
/arch/mips/pci/
H A DMakefile10 obj-$(CONFIG_MIPS_BONITO64) += ops-bonito64.o
11 obj-$(CONFIG_PCI_GT64XXX_PCI0) += ops-gt64xxx_pci0.o
12 obj-$(CONFIG_MIPS_MSC) += ops-msc.o
13 obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o
14 obj-$(CONFIG_SOC_TX3927) += ops-tx3927.o
15 obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o pci-vr41xx.o
16 obj-$(CONFIG_NEC_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o
17 obj-$(CONFIG_PCI_TX4927) += ops-tx4927.o
20 ops-bcm63xx.o
29 obj-$(CONFIG_SOC_PNX8550) += fixup-pnx8550.o ops
[all...]
/arch/sh/oprofile/
H A Dcommon.c37 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
39 ops->backtrace = sh_backtrace;
49 return oprofile_perf_init(ops);
58 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
60 ops->backtrace = sh_backtrace;
/arch/microblaze/include/asm/
H A Ddma-mapping.h66 static inline void set_dma_ops(struct device *dev, struct dma_map_ops *ops) argument
68 dev->archdata.dma_ops = ops;
73 struct dma_map_ops *ops = get_dma_ops(dev); local
75 if (unlikely(!ops))
77 if (!ops->dma_supported)
79 return ops->dma_supported(dev, mask);
84 struct dma_map_ops *ops = get_dma_ops(dev); local
86 if (unlikely(ops == NULL))
88 if (ops->set_dma_mask)
89 return ops
116 struct dma_map_ops *ops = get_dma_ops(dev); local
132 struct dma_map_ops *ops = get_dma_ops(dev); local
149 struct dma_map_ops *ops = get_dma_ops(dev); local
[all...]
/arch/s390/appldata/
H A Dappldata_base.c132 struct appldata_ops *ops; local
137 ops = list_entry(lh, struct appldata_ops, list);
138 if (ops->active == 1) {
139 ops->callback(ops->data);
338 struct appldata_ops *ops = NULL, *tmp_ops; local
355 ops = ctl->data;
356 if (!try_module_get(ops->owner)) { // protect this function
364 module_put(ops->owner);
368 len = sprintf(buf, ops
430 appldata_register_ops(struct appldata_ops *ops) argument
470 appldata_unregister_ops(struct appldata_ops *ops) argument
484 struct appldata_ops *ops; local
515 struct appldata_ops *ops; local
[all...]
/arch/arm/mach-pxa/
H A Dclock.c21 clk->ops->enable(clk);
39 clk->ops->disable(clk);
49 if (clk->ops->getrate)
50 rate = clk->ops->getrate(clk);
61 if (clk->ops->setrate) {
63 ret = clk->ops->setrate(clk, rate);
85 .ops = &clk_dummy_ops,
/arch/arm/plat-versatile/
H A Dclock.c41 if (clk->ops && clk->ops->round)
42 ret = clk->ops->round(clk, rate);
50 if (clk->ops && clk->ops->set)
51 ret = clk->ops->set(clk, rate);
70 clk->ops->setvco(clk, vco);
/arch/arm/include/asm/
H A Dlocaltimer.h28 static inline int local_timer_register(struct local_timer_ops *ops) argument
/arch/arm/mach-realview/include/mach/
H A Dclkdev.h8 const struct clk_ops *ops; member in struct:clk
/arch/arm/mach-versatile/include/mach/
H A Dclkdev.h8 const struct clk_ops *ops; member in struct:clk
/arch/arm/mach-vexpress/include/mach/
H A Dclkdev.h7 const struct clk_ops *ops; member in struct:clk
/arch/arm/mach-zynq/include/mach/
H A Dclkdev.h24 const struct clk_ops *ops; member in struct:clk
/arch/ia64/xen/
H A Dsuspend.c24 #include <xen/xen-ops.h>
/arch/m32r/oprofile/
H A Dinit.c15 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
/arch/mn10300/oprofile/
H A Dop_model_null.c14 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
/arch/parisc/oprofile/
H A Dinit.c15 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
/arch/sh/drivers/pci/
H A DMakefile6 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o
7 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += pci-sh7751.o ops-sh4.o
8 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += pci-sh7780.o ops-sh4.o
9 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += pci-sh7780.o ops-sh4.o
10 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += pci-sh7780.o ops-sh4.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7786) += pcie-sh7786.o ops-sh7786.o
12 obj-$(CONFIG_CPU_SH5) += pci-sh5.o ops-sh5.o
14 obj-$(CONFIG_SH_DREAMCAST) += ops-dreamcast.o fixups-dreamcast.o \
/arch/frv/lib/
H A DMakefile7 checksum.o memcpy.o memset.o atomic-ops.o atomic64-ops.o \

Completed in 2969 milliseconds

1234567891011>>