Lines Matching refs:disable_module
232 int (*disable_module)(struct omap_hwmod *oh); member
1539 if (soc_ops.disable_module) in _deassert_hardreset()
1540 soc_ops.disable_module(oh); in _deassert_hardreset()
1939 if (soc_ops.disable_module) in _enable()
1940 soc_ops.disable_module(oh); in _enable()
1992 if (soc_ops.disable_module) in _idle()
1993 soc_ops.disable_module(oh); in _idle()
2062 if (soc_ops.disable_module) in _shutdown()
2063 soc_ops.disable_module(oh); in _shutdown()
4017 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()
4030 soc_ops.disable_module = _omap4_disable_module; in omap_hwmod_init()