Lines Matching refs:disable_module
191 int (*disable_module)(struct omap_hwmod *oh); member
1700 if (soc_ops.disable_module) in _deassert_hardreset()
1701 soc_ops.disable_module(oh); in _deassert_hardreset()
2166 if (soc_ops.disable_module) in _enable()
2167 soc_ops.disable_module(oh); in _enable()
2211 if (soc_ops.disable_module) in _idle()
2212 soc_ops.disable_module(oh); in _idle()
2287 if (soc_ops.disable_module) in _shutdown()
2288 soc_ops.disable_module(oh); in _shutdown()
3892 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()
3902 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()