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/ |
D | tfa2_dev.c | 369 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()
|
D | tfa2_dev.h | 431 int tfa2_dev_start(struct tfa2_device *tfa, int next_profile, int vstep);
|
D | tfa2_haptic.c | 809 ret = tfa2_dev_start(tfa, current_profile, 0); in tfa2_hap_calibrate()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | fsl_tfa9xxx.c | 163 rc = tfa2_dev_start(&s_devs[handle->config->deviceIndex], s_TFA9XXX_start_profile, 0); in TFA9XXX_Start()
|