Lines Matching refs:_setup
2458 * _setup_postsetup - transition to the appropriate state after _setup
2463 * this function is called at the end of _setup().) The postsetup
2526 * _setup - prepare IP block hardware for use
2541 static int _setup(struct omap_hwmod *oh, void *data)
3080 * registered omap_hwmod. Also calls _setup() on each hwmod. Returns
3098 _setup(oh, NULL);
3479 _setup(oh, NULL);
3680 * calls _setup() on each hwmod. Returns 0 upon success.
3690 omap_hwmod_for_each(_setup, NULL);
3942 * omap_hwmod_set_postsetup_state - set the post-_setup() state for this hwmod
3944 * @state: state that _setup() should leave the hwmod in
3946 * Sets the hwmod state that @oh will enter at the end of _setup()