Searched refs:ops (Results 251 - 275 of 340) sorted by relevance

<<11121314

/arch/mips/kernel/
H A Dsmp.c109 void register_smp_ops(struct plat_smp_ops *ops) argument
112 printk(KERN_WARNING "Overriding previously set SMP ops\n");
114 mp_ops = ops;
/arch/powerpc/include/asm/
H A Dps3.h60 extern void ps3_os_area_flash_register(const struct ps3_os_area_flash_ops *ops);
450 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops);
/arch/powerpc/platforms/cell/
H A Dcelleb_scc_epci.c410 hose->ops = &celleb_epci_ops;
426 .ops = &spiderpci_ops,
H A Dspu_manage.c373 ctx->ops->master_start(ctx);
378 ctx->ops->master_stop(ctx);
/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h109 struct spu_context_ops *ops; member in struct:spu_context
238 const struct file_operations *ops; member in struct:spufs_tree_descr
/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7343.c69 .ops = &dll_clk_ops,
89 .ops = &pll_clk_ops,
H A Dclock-sh7366.c69 .ops = &dll_clk_ops,
92 .ops = &pll_clk_ops,
H A Dsetup-sh7722.c185 .ops = &sh7722_sci_port_ops,
208 .ops = &sh7722_sci_port_ops,
231 .ops = &sh7722_sci_port_ops,
H A Dclock-sh7723.c73 .ops = &dll_clk_ops,
96 .ops = &pll_clk_ops,
/arch/sh/kernel/
H A Dsmp.c40 void register_smp_ops(struct plat_smp_ops *ops) argument
43 printk(KERN_WARNING "Overriding previously set SMP ops\n");
45 mp_ops = ops;
/arch/powerpc/kernel/
H A Deeh.c820 * @ops: platform dependent EEH operations
826 int __init eeh_ops_register(struct eeh_ops *ops) argument
828 if (!ops->name) {
829 pr_warn("%s: Invalid EEH ops name for %p\n",
830 __func__, ops);
834 if (eeh_ops && eeh_ops != ops) {
835 pr_warn("%s: EEH ops of platform %s already existing (%s)\n",
836 __func__, eeh_ops->name, ops->name);
840 eeh_ops = ops;
855 pr_warn("%s: Invalid EEH ops nam
[all...]
/arch/powerpc/platforms/powermac/
H A Dpci.c287 hose->ops = &chaos_pci_ops;
295 * These versions of U3 HyperTransport config space access ops do not
583 * N.B. we could clean this up using the hose ops directly.
740 hose->ops = &macrisc_pci_ops;
751 hose->ops = &macrisc_pci_ops;
774 hose->ops = &macrisc_pci_ops;
785 hose->ops = &u4_pcie_pci_ops;
843 hose->ops = &u3_ht_pci_ops;
/arch/x86/include/asm/
H A Dparavirt.h851 #define _PVSITE(ptype, clobbers, ops, word, algn) \
853 ops; \
893 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8)
908 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4)
/arch/x86/kernel/cpu/
H A Dperf_event_intel_uncore.c317 if (type->ops->get_constraint) {
318 c = type->ops->get_constraint(box, event);
338 if (box->pmu->type->ops->put_constraint)
339 box->pmu->type->ops->put_constraint(box, event);
632 if (pmu->type->ops->hw_config) {
633 ret = pmu->type->ops->hw_config(box, event);
H A Dperf_event_intel_uncore_nhmex.c283 .ops = &nhmex_uncore_ops,
317 .ops = &nhmex_uncore_ops,
339 .ops = &nhmex_uncore_ops,
430 .ops = &nhmex_uncore_bbox_ops,
506 .ops = &nhmex_uncore_sbox_ops,
933 .ops = &nhmex_uncore_mbox_ops,
1196 .ops = &nhmex_uncore_rbox_ops,
/arch/arm/mm/
H A Ddma-mapping.c889 struct dma_map_ops *ops = get_dma_ops(dev); local
897 s->dma_address = ops->map_page(dev, sg_page(s), s->offset,
906 ops->unmap_page(dev, sg_dma_address(s), sg_dma_len(s), dir, attrs);
923 struct dma_map_ops *ops = get_dma_ops(dev); local
929 ops->unmap_page(dev, sg_dma_address(s), sg_dma_len(s), dir, attrs);
942 struct dma_map_ops *ops = get_dma_ops(dev); local
947 ops->sync_single_for_cpu(dev, sg_dma_address(s), s->length,
961 struct dma_map_ops *ops = get_dma_ops(dev); local
966 ops->sync_single_for_device(dev, sg_dma_address(s), s->length,
/arch/mips/alchemy/common/
H A Dclock.c155 id.ops = &alchemy_clkops_cpu;
240 id.ops = &alchemy_clkops_aux;
734 id.ops = &alchemy_clkops_fgenv1;
739 id.ops = &alchemy_clkops_fgenv2;
941 id.ops = &alchemy_clkops_csrc;
/arch/powerpc/sysdev/
H A Dfsl_pci.c72 if (hose->ops->read == fsl_indirect_read_config) {
76 bus.ops = hose->ops;
516 hose->ops = &fsl_indirect_pcie_ops;
735 hose->ops = &mpc83xx_pcie_ops;
/arch/arm/mach-shmobile/
H A Dclock-sh7372.c110 .ops = &pllc01_clk_ops,
117 .ops = &pllc01_clk_ops,
260 .ops = &pllc2_clk_ops,
/arch/powerpc/platforms/maple/
H A Dpci.c457 hose->ops = &u3_agp_pci_ops;
469 hose->ops = &u4_pcie_pci_ops;
478 hose->ops = &u3_ht_pci_ops;
/arch/um/drivers/
H A Dline.c549 const struct tty_operations *ops,
570 lines[i].port.ops = &line_port_ops;
575 tty_set_operations(driver, ops);
548 register_lines(struct line_driver *line_driver, const struct tty_operations *ops, struct line *lines, int nlines) argument
/arch/alpha/kernel/
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);
/arch/sparc/include/asm/
H A Dvio.h386 struct vio_driver_ops *ops; member in struct:vio_driver_state
453 int ver_table_size, struct vio_driver_ops *ops,
/arch/m68k/fpsp040/
H A Dres_func.S401 tstb DNRM_FLG(%a6) |check if any of the ops were denorms
612 | $ff for both ops denormalized
694 cmpb #0xff,DNRM_FLG(%a6) |if both ops denorm,
697 | One of the ops is denormalized. Test for wrap condition
798 cmpb #0xff,DNRM_FLG(%a6) |if both ops denorm,
801 | One of the ops is denormalized. Test for wrap condition
973 cmpb #0xff,DNRM_FLG(%a6) |if both ops denorm,
976 | One of the ops is denormalized. Test for wrap condition
1154 cmpb #0xff,DNRM_FLG(%a6) |if both ops denorm,
1157 | One of the ops i
[all...]
/arch/arm/mach-imx/
H A Dclk-pllv2.c254 init.ops = &clk_pllv2_ops;

Completed in 3524 milliseconds

<<11121314