Home
last modified time | relevance | path

Searched refs:TFA_STATE_POWERDOWN (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c489 return tfa2_dev_set_state(tfa, (enum tfa_state)(TFA_STATE_POWERDOWN | TFA_STATE_MUTE)); in tfa2_dev_stop()
509 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERDOWN); in tfa2_dev_force_cold()
527 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERDOWN); in tfa2_dev_force_cold()
605 case TFA_STATE_POWERDOWN: /* PLL in powerdown, Algo up */ in tfa2_dev_set_state()
788 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERDOWN); in tfa2_dev_set_state()
797 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERDOWN); in tfa2_dev_set_state()
803 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERDOWN); in tfa2_dev_set_state()
1875 rc = tfa2_dev_set_state(tfa, (save_state == 6) ? TFA_STATE_INIT_CF : TFA_STATE_POWERDOWN); in set_mtp()
1931 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERDOWN); in tfa2_dev_mtp_get()
Dtfa2_dev.h179 TFA_STATE_POWERDOWN, /**< PLL in powerdown, Algo is up/warm */ enumerator
Dtfa2_container.c902 …rc = tfa2_dev_set_state(tfa, (enum tfa_state)(TFA_STATE_POWERDOWN | TFA_STATE_MUTE)); /* with mut… in tfa2_cnt_write_profile()
Dtfa2_haptic.c699 rc = tfa2_dev_set_state(tfa, TFA_STATE_POWERDOWN); in tfa2_hap_calibrate()