Home
last modified time | relevance | path

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/
Dtfa2_dev.c225 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()
Dtfa2_haptic.c451 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()
Dtfa2_dev.h180 TFA_STATE_POWERUP, /**< PLL to powerup, Algo can be up/warm */ enumerator