Home
last modified time | relevance | path

Searched refs:soc_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/c6x/kernel/
Dsoc.c17 struct soc_ops soc_ops; variable
21 if (!soc_ops.get_exception) in soc_get_exception()
23 return soc_ops.get_exception(); in soc_get_exception()
28 if (soc_ops.assert_event) in soc_assert_event()
29 soc_ops.assert_event(evt); in soc_assert_event()
/linux-4.1.27/arch/c6x/include/asm/
Dsoc.h15 struct soc_ops { struct
23 extern struct soc_ops soc_ops; argument
/linux-4.1.27/arch/arm/mach-omap2/
Domap_hwmod.c205 static struct omap_hwmod_soc_ops soc_ops; variable
1572 if (soc_ops.init_clkdm) in _init_clocks()
1573 ret |= soc_ops.init_clkdm(oh); in _init_clocks()
1638 if (!soc_ops.assert_hardreset) in _assert_hardreset()
1645 ret = soc_ops.assert_hardreset(oh, &ohri); in _assert_hardreset()
1672 if (!soc_ops.deassert_hardreset) in _deassert_hardreset()
1695 if (soc_ops.enable_module) in _deassert_hardreset()
1696 soc_ops.enable_module(oh); in _deassert_hardreset()
1698 ret = soc_ops.deassert_hardreset(oh, &ohri); in _deassert_hardreset()
1700 if (soc_ops.disable_module) in _deassert_hardreset()
[all …]
/linux-4.1.27/arch/c6x/platforms/
Dmegamod-pic.c342 soc_ops.get_exception = get_exception; in megamod_pic_init()
343 soc_ops.assert_event = assert_event; in megamod_pic_init()