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);
3450 _setup(oh, NULL);
3643 * calls _setup() on each hwmod. Returns 0 upon success.
3656 omap_hwmod_for_each(_setup, NULL);
3859 * omap_hwmod_set_postsetup_state - set the post-_setup() state for this hwmod
3861 * @state: state that _setup() should leave the hwmod in
3863 * Sets the hwmod state that @oh will enter at the end of _setup()