Searched refs:disable_module (Results 1 – 1 of 1) sorted by relevance
232 int (*disable_module)(struct omap_hwmod *oh); member1542 if (soc_ops.disable_module) in _deassert_hardreset()1543 soc_ops.disable_module(oh); in _deassert_hardreset()1942 if (soc_ops.disable_module) in _enable()1943 soc_ops.disable_module(oh); in _enable()1995 if (soc_ops.disable_module) in _idle()1996 soc_ops.disable_module(oh); in _idle()2065 if (soc_ops.disable_module) in _shutdown()2066 soc_ops.disable_module(oh); in _shutdown()4026 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()[all …]