Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Domap_hwmod.c232 int (*disable_module)(struct omap_hwmod *oh); member
1544 if (soc_ops.disable_module) in _deassert_hardreset()
1545 soc_ops.disable_module(oh); in _deassert_hardreset()
1944 if (soc_ops.disable_module) in _enable()
1945 soc_ops.disable_module(oh); in _enable()
1997 if (soc_ops.disable_module) in _idle()
1998 soc_ops.disable_module(oh); in _idle()
2067 if (soc_ops.disable_module) in _shutdown()
2068 soc_ops.disable_module(oh); in _shutdown()
4028 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()
[all …]