Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c224 * @disable_module: function to disable a module (via MODULEMODE)
232 int (*disable_module)(struct omap_hwmod *oh); member
1541 if (soc_ops.disable_module) in _deassert_hardreset()
1542 soc_ops.disable_module(oh); in _deassert_hardreset()
1941 if (soc_ops.disable_module) in _enable()
1942 soc_ops.disable_module(oh); in _enable()
1994 if (soc_ops.disable_module) in _idle()
1995 soc_ops.disable_module(oh); in _idle()
2064 if (soc_ops.disable_module) in _shutdown()
2065 soc_ops.disable_module(o in _shutdown()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod.c224 * @disable_module: function to disable a module (via MODULEMODE)
232 int (*disable_module)(struct omap_hwmod *oh); member
1541 if (soc_ops.disable_module) in _deassert_hardreset()
1542 soc_ops.disable_module(oh); in _deassert_hardreset()
1941 if (soc_ops.disable_module) in _enable()
1942 soc_ops.disable_module(oh); in _enable()
1994 if (soc_ops.disable_module) in _idle()
1995 soc_ops.disable_module(oh); in _idle()
2064 if (soc_ops.disable_module) in _shutdown()
2065 soc_ops.disable_module(o in _shutdown()
[all...]

Completed in 6 milliseconds