Lines Matching defs:_enable
1810 * softreset. The _enable() function should be split to avoid
1858 * _enable - enable an omap_hwmod
1865 static int _enable(struct omap_hwmod *oh)
1987 * in _enable()
2043 _enable(oh);
2054 _enable(oh);
2443 r = _enable(oh);
2549 r = _enable(oh->parent_hwmod);
3701 * Returns -EINVAL on error or passes along the return value from _enable().
3712 r = _enable(oh);