Home
last modified time | relevance | path

Searched refs:vstep (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c148 tfa->vstep = -1; in tfa2_set_query_info()
369 int tfa2_dev_start(struct tfa2_device *tfa, int next_profile, int vstep) in tfa2_dev_start() argument
451 rc = tfa2_cnt_write_profile(tfa, next_profile, vstep); in tfa2_dev_start()
470 tfa2_dev_set_swvstep(tfa, (unsigned short)tfa->vstep); in tfa2_dev_start()
475 tfa2_dev_set_swvstep(tfa, (unsigned short)tfa->vstep); in tfa2_dev_start()
912 tfa->vstep = new_value; in tfa2_dev_set_swvstep()
Dtfa2_dev.h272 int vstep; /**< active vstep */ member
431 int tfa2_dev_start(struct tfa2_device *tfa, int next_profile, int vstep);