Lines Matching refs:_setup
2426 * _setup_postsetup - transition to the appropriate state after _setup
2431 * this function is called at the end of _setup().) The postsetup
2494 * _setup - prepare IP block hardware for use
2509 static int _setup(struct omap_hwmod *oh, void *data)
3050 * registered omap_hwmod. Also calls _setup() on each hwmod. Returns
3068 _setup(oh, NULL);
3449 _setup(oh, NULL);
3642 * calls _setup() on each hwmod. Returns 0 upon success.
3655 omap_hwmod_for_each(_setup, NULL);
3858 * omap_hwmod_set_postsetup_state - set the post-_setup() state for this hwmod
3860 * @state: state that _setup() should leave the hwmod in
3862 * Sets the hwmod state that @oh will enter at the end of _setup()