Searched refs:ops (Results 1 - 25 of 340) sorted by path

1234567891011>>

/arch/alpha/include/asm/
H A Dagp_backend.h29 struct alpha_agp_ops *ops; member in struct:_alpha_agp_info
/arch/alpha/kernel/
H A Dcore_marvel.c1125 agp->ops = &marvel_agp_ops;
1128 * Aperture - not configured until ops.setup().
H A Dcore_titan.c773 agp->ops = &titan_agp_ops;
776 * Aperture - not configured until ops.setup().
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);
H A Dsmp.c530 unsigned long ops;
533 DBGS(("handle_ipi: on CPU %d ops 0x%lx PC 0x%lx\n",
538 while ((ops = xchg(pending_ipis, 0)) != 0) {
543 which = ops & -ops;
544 ops &= ~which;
568 } while (ops);
529 unsigned long ops; local
H A Dsys_dp264.c260 init_tsunami_irqs(struct irq_chip * ops, int imin, int imax) argument
264 irq_set_chip_and_handler(i, ops, handle_level_irq);
H A Dsys_titan.c179 init_titan_irqs(struct irq_chip * ops, int imin, int imax)
183 irq_set_chip_and_handler(i, ops, handle_level_irq);
178 init_titan_irqs(struct irq_chip * ops, int imin, int imax) argument
/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/arc/oprofile/
H A Dcommon.c14 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
20 return oprofile_perf_init(ops);
/arch/arm/common/
H A Dmcpm_entry.c45 int __init mcpm_platform_register(const struct mcpm_platform_ops *ops) argument
49 platform_ops = ops;
/arch/arm/include/asm/
H A Ddma-mapping.h36 static inline void set_dma_ops(struct device *dev, struct dma_map_ops *ops) argument
39 dev->archdata.dma_ops = ops;
212 struct dma_map_ops *ops = get_dma_ops(dev); local
214 BUG_ON(!ops);
216 cpu_addr = ops->alloc(dev, size, dma_handle, flag, attrs);
244 struct dma_map_ops *ops = get_dma_ops(dev); local
245 BUG_ON(!ops);
248 ops->free(dev, size, cpu_addr, dma_handle, attrs);
H A Decard.h154 const expansioncard_ops_t *ops; /* Enable/Disable Ops for card */ member in struct:expansion_card
168 void ecard_setirq(struct expansion_card *ec, const struct expansion_card_ops *ops, void *irq_data);
H A Dfirmware.h59 * register_firmware_ops(ops)
63 static inline void register_firmware_ops(const struct firmware_ops *ops) argument
65 BUG_ON(!ops);
67 firmware_ops = ops;
H A Dmcpm.h187 * @ops: mcpm_platform_ops structure to register
191 int __init mcpm_platform_register(const struct mcpm_platform_ops *ops);
H A Dsmp.h116 struct smp_operations *ops; member in struct:of_cpu_method
122 = { .method = _method, .ops = _ops }
/arch/arm/include/asm/mach/
H A Darch.h20 #define smp_ops(ops) (&(ops))
21 #define smp_init_ops(ops) (&(ops))
23 #define smp_ops(ops) (struct smp_operations *)NULL
24 #define smp_init_ops(ops) (bool (*)(void))NULL
H A Dpci.h25 struct pci_ops *ops; member in struct:hw_pci
/arch/arm/kernel/
H A Dbios32.c498 hw->ops, sys, &sys->resources);
H A Ddevtree.c48 smp_set_ops(m->ops);
H A Dsmp.c82 void __init smp_set_ops(struct smp_operations *ops) argument
84 if (ops)
85 smp_ops = *ops;
/arch/arm/mach-cns3xxx/
H A Dpcie.c198 .ops = &cns3xxx_pcie_ops,
223 .ops = &cns3xxx_pcie_ops,
269 .ops = &cns3xxx_pcie_ops,
/arch/arm/mach-davinci/
H A Dpm_domain.c47 .ops = {
/arch/arm/mach-footbridge/
H A Dcats-pci.c50 .ops = &dc21285_ops,
H A Debsa285-pci.c34 .ops = &dc21285_ops,
H A Dnetwinder-pci.c48 .ops = &dc21285_ops,

Completed in 314 milliseconds

1234567891011>>