Home
last modified time | relevance | path

Searched refs:tfa2_i2c_bf_poll (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c623 rc = tfa2_i2c_bf_poll(tfa->i2c, tfa->bf_manstate, 0, TFA_STATE_POWERDOWN_POLL); in tfa2_dev_set_state()
645 rc = tfa2_i2c_bf_poll(tfa->i2c, tfa->bf_manstate, 0, TFA_STATE_POWERDOWN_HAPTIC_POLL); in tfa2_dev_set_state()
773 rc = tfa2_i2c_bf_poll(tfa->i2c, tfa->bf_manstate, 9, TFA_STATE_OPERATING_POLL); in tfa2_dev_set_state()
800 rc = tfa2_i2c_bf_poll(tfa->i2c, tfa->bf_manstate, 6, TFA_STATE_INIT_CF_POLL); in tfa2_dev_set_state()
1003 return tfa2_i2c_bf_poll(tfa->i2c, tfa->bf_clks, 1, TFA_CLKS_POLL); in tfa2_dev_clock_stable_wait()
1119 int tfa2_i2c_bf_poll(struct i2c_client *client, uint16_t bf, uint16_t wait_value, int loop) in tfa2_i2c_bf_poll() function
1596 rc = tfa2_i2c_bf_poll(tfa->i2c, tfa->bf_mtpb, 0, 100); // TODO mtpbusy max poll time in tfa2_dev_mtp_busy()
Dtfa2_dev.h470 int tfa2_i2c_bf_poll(struct i2c_client *client, uint16_t bf, uint16_t value, int loop);
Dtfa2_haptic.c598 rc = tfa2_i2c_bf_poll(tfa->i2c, tfa->bf_manstate, 9, 50); in tfa2_hap_recalculate()