soc_ops 248 arch/arm/mach-omap2/omap_hwmod.c static struct omap_hwmod_soc_ops soc_ops; soc_ops 808 arch/arm/mach-omap2/omap_hwmod.c if (!soc_ops.xlate_clkctrl) soc_ops 811 arch/arm/mach-omap2/omap_hwmod.c addr = soc_ops.xlate_clkctrl(oh); soc_ops 864 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_direct_prcm(oh); soc_ops 1445 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.init_clkdm) soc_ops 1446 arch/arm/mach-omap2/omap_hwmod.c ret |= soc_ops.init_clkdm(oh); soc_ops 1511 arch/arm/mach-omap2/omap_hwmod.c if (!soc_ops.assert_hardreset) soc_ops 1518 arch/arm/mach-omap2/omap_hwmod.c ret = soc_ops.assert_hardreset(oh, &ohri); soc_ops 1544 arch/arm/mach-omap2/omap_hwmod.c if (!soc_ops.deassert_hardreset) soc_ops 1567 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.enable_module) soc_ops 1568 arch/arm/mach-omap2/omap_hwmod.c soc_ops.enable_module(oh); soc_ops 1570 arch/arm/mach-omap2/omap_hwmod.c ret = soc_ops.deassert_hardreset(oh, &ohri); soc_ops 1572 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.disable_module) soc_ops 1573 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_module(oh); soc_ops 1612 arch/arm/mach-omap2/omap_hwmod.c if (!soc_ops.is_hardreset_asserted) soc_ops 1619 arch/arm/mach-omap2/omap_hwmod.c return soc_ops.is_hardreset_asserted(oh, &ohri); soc_ops 1966 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.enable_module) soc_ops 1967 arch/arm/mach-omap2/omap_hwmod.c soc_ops.enable_module(oh); soc_ops 1971 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.update_context_lost) soc_ops 1972 arch/arm/mach-omap2/omap_hwmod.c soc_ops.update_context_lost(oh); soc_ops 1974 arch/arm/mach-omap2/omap_hwmod.c r = (soc_ops.wait_target_ready) ? soc_ops.wait_target_ready(oh) : soc_ops 1990 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.disable_module) soc_ops 1991 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_module(oh); soc_ops 2043 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.disable_module) soc_ops 2044 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_module(oh); soc_ops 2113 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.disable_module) soc_ops 2114 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_module(oh); soc_ops 4087 arch/arm/mach-omap2/omap_hwmod.c if (soc_ops.get_context_lost) soc_ops 4088 arch/arm/mach-omap2/omap_hwmod.c return soc_ops.get_context_lost(oh); soc_ops 4107 arch/arm/mach-omap2/omap_hwmod.c soc_ops.wait_target_ready = _omap2xxx_3xxx_wait_target_ready; soc_ops 4108 arch/arm/mach-omap2/omap_hwmod.c soc_ops.assert_hardreset = _omap2_assert_hardreset; soc_ops 4109 arch/arm/mach-omap2/omap_hwmod.c soc_ops.deassert_hardreset = _omap2_deassert_hardreset; soc_ops 4110 arch/arm/mach-omap2/omap_hwmod.c soc_ops.is_hardreset_asserted = _omap2_is_hardreset_asserted; soc_ops 4112 arch/arm/mach-omap2/omap_hwmod.c soc_ops.wait_target_ready = _omap2xxx_3xxx_wait_target_ready; soc_ops 4113 arch/arm/mach-omap2/omap_hwmod.c soc_ops.assert_hardreset = _omap2_assert_hardreset; soc_ops 4114 arch/arm/mach-omap2/omap_hwmod.c soc_ops.deassert_hardreset = _omap2_deassert_hardreset; soc_ops 4115 arch/arm/mach-omap2/omap_hwmod.c soc_ops.is_hardreset_asserted = _omap2_is_hardreset_asserted; soc_ops 4116 arch/arm/mach-omap2/omap_hwmod.c soc_ops.init_clkdm = _init_clkdm; soc_ops 4118 arch/arm/mach-omap2/omap_hwmod.c soc_ops.enable_module = _omap4_enable_module; soc_ops 4119 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_module = _omap4_disable_module; soc_ops 4120 arch/arm/mach-omap2/omap_hwmod.c soc_ops.wait_target_ready = _omap4_wait_target_ready; soc_ops 4121 arch/arm/mach-omap2/omap_hwmod.c soc_ops.assert_hardreset = _omap4_assert_hardreset; soc_ops 4122 arch/arm/mach-omap2/omap_hwmod.c soc_ops.deassert_hardreset = _omap4_deassert_hardreset; soc_ops 4123 arch/arm/mach-omap2/omap_hwmod.c soc_ops.is_hardreset_asserted = _omap4_is_hardreset_asserted; soc_ops 4124 arch/arm/mach-omap2/omap_hwmod.c soc_ops.init_clkdm = _init_clkdm; soc_ops 4125 arch/arm/mach-omap2/omap_hwmod.c soc_ops.update_context_lost = _omap4_update_context_lost; soc_ops 4126 arch/arm/mach-omap2/omap_hwmod.c soc_ops.get_context_lost = _omap4_get_context_lost; soc_ops 4127 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_direct_prcm = _omap4_disable_direct_prcm; soc_ops 4128 arch/arm/mach-omap2/omap_hwmod.c soc_ops.xlate_clkctrl = _omap4_xlate_clkctrl; soc_ops 4131 arch/arm/mach-omap2/omap_hwmod.c soc_ops.enable_module = _omap4_enable_module; soc_ops 4132 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_module = _omap4_disable_module; soc_ops 4133 arch/arm/mach-omap2/omap_hwmod.c soc_ops.wait_target_ready = _omap4_wait_target_ready; soc_ops 4134 arch/arm/mach-omap2/omap_hwmod.c soc_ops.assert_hardreset = _omap4_assert_hardreset; soc_ops 4135 arch/arm/mach-omap2/omap_hwmod.c soc_ops.deassert_hardreset = _am33xx_deassert_hardreset; soc_ops 4136 arch/arm/mach-omap2/omap_hwmod.c soc_ops.is_hardreset_asserted = _omap4_is_hardreset_asserted; soc_ops 4137 arch/arm/mach-omap2/omap_hwmod.c soc_ops.init_clkdm = _init_clkdm; soc_ops 4138 arch/arm/mach-omap2/omap_hwmod.c soc_ops.disable_direct_prcm = _omap4_disable_direct_prcm; soc_ops 4139 arch/arm/mach-omap2/omap_hwmod.c soc_ops.xlate_clkctrl = _omap4_xlate_clkctrl; soc_ops 23 arch/c6x/include/asm/soc.h extern struct soc_ops soc_ops; soc_ops 14 arch/c6x/kernel/soc.c struct soc_ops soc_ops; soc_ops 18 arch/c6x/kernel/soc.c if (!soc_ops.get_exception) soc_ops 20 arch/c6x/kernel/soc.c return soc_ops.get_exception(); soc_ops 25 arch/c6x/kernel/soc.c if (soc_ops.assert_event) soc_ops 26 arch/c6x/kernel/soc.c soc_ops.assert_event(evt); soc_ops 340 arch/c6x/platforms/megamod-pic.c soc_ops.get_exception = get_exception; soc_ops 341 arch/c6x/platforms/megamod-pic.c soc_ops.assert_event = assert_event; soc_ops 141 drivers/pci/controller/dwc/pcie-hisi.c const struct pcie_soc_ops *soc_ops; soc_ops 220 drivers/pci/controller/dwc/pcie-hisi.c return hisi_pcie->soc_ops->hisi_pcie_link_up(hisi_pcie); soc_ops 283 drivers/pci/controller/dwc/pcie-hisi.c hisi_pcie->soc_ops = of_device_get_match_data(dev);