Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c680 int tfa2_cnt_write_msg(struct tfa2_device *tfa, int wlength, char *wbuf) in tfa2_cnt_write_msg() function
756 return tfa2_cnt_write_msg(tfa, size, dsc->offset + 2 + cnt); in tfa2_cnt_write_msg_dsc()
835 rc = tfa2_cnt_write_msg(tfa, size, (char *)((tfa_msg_file_t *)hdr)->data); in tfa2_cnt_write_file()
840 rc = tfa2_cnt_write_msg(tfa, size, in tfa2_cnt_write_file()
Dtfa2_container.h47 int tfa2_cnt_write_msg(struct tfa2_device *tfa, int wlength, char *wbuf);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx.c680 rc = tfa2_cnt_write_msg(tfa, SetInputSelector_msg_len, SetInputSelector_msg); in TFA9XXX_SetPlayChannel()