Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c369 int tfa2_dev_start(struct tfa2_device *tfa, int next_profile, int vstep) in tfa2_dev_start() function
2147 rc = tfa2_dev_start(tfa, cal_profile, 0); in tfa2_calibrate_profile_start()
2259 rc = tfa2_dev_start(tfa, sbcal_profile, 0); in tfa2_sb_calibrate()
2281 rc = tfa2_dev_start(tfa, current_profile, 0); in tfa2_sb_calibrate()
Dtfa2_dev.h431 int tfa2_dev_start(struct tfa2_device *tfa, int next_profile, int vstep);
Dtfa2_haptic.c809 ret = tfa2_dev_start(tfa, current_profile, 0); in tfa2_hap_calibrate()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx.c163 rc = tfa2_dev_start(&s_devs[handle->config->deviceIndex], s_TFA9XXX_start_profile, 0); in TFA9XXX_Start()