Searched refs:TFA_STATE_POWERUP (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa2_dev.c | 225 rc = tfa2_dev_set_state(tfa, (enum tfa_state)(TFA_STATE_POWERUP | TFA_STATE_MUTE)); in tfa2_dev_start_hw() 417 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_dev_start() 653 case TFA_STATE_POWERUP: /**< PLL to powerup, Algo can be up/warm */ in tfa2_dev_set_state() 693 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_dev_set_state() 714 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_dev_set_state() 737 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_dev_set_state() 792 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_dev_set_state() 812 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_dev_set_state()
|
D | tfa2_haptic.c | 451 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_hap_recalc() 687 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERUP); in tfa2_hap_calibrate()
|
D | tfa2_dev.h | 180 TFA_STATE_POWERUP, /**< PLL to powerup, Algo can be up/warm */ enumerator
|