Lines Matching refs:disable_module
192 int (*disable_module)(struct omap_hwmod *oh); member
1714 if (soc_ops.disable_module) in _deassert_hardreset()
1715 soc_ops.disable_module(oh); in _deassert_hardreset()
2180 if (soc_ops.disable_module) in _enable()
2181 soc_ops.disable_module(oh); in _enable()
2225 if (soc_ops.disable_module) in _idle()
2226 soc_ops.disable_module(oh); in _idle()
2301 if (soc_ops.disable_module) in _shutdown()
2302 soc_ops.disable_module(oh); in _shutdown()
3908 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()
3919 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()