Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c110 nxpTfaPatch_t *patchfile; in tfa2_cnt_check_revid() local
121 patchfile = (nxpTfaPatch_t *)patchdsc; in tfa2_cnt_check_revid()
123 return tfa2_check_patch((const uint8_t *)patchfile, patchfile->hdr.size, tfa->rev); in tfa2_cnt_check_revid()
593 int tfa2_cnt_write_patch(struct tfa2_device *tfa, nxpTfaPatch_t *patchfile) in tfa2_cnt_write_patch() argument
598 tfa2_cnt_show_header(&patchfile->hdr); in tfa2_cnt_write_patch()
600 size = patchfile->hdr.size - sizeof(nxpTfaPatch_t); // size is total length in tfa2_cnt_write_patch()
601 rc = tfa2_check_patch((const uint8_t *)patchfile, patchfile->hdr.size, in tfa2_cnt_write_patch()
606 rc = tfa2_dev_dsp_patch(tfa, size, (const unsigned char *)patchfile->data); in tfa2_cnt_write_patch()
Dtfa2_container.h56 int tfa2_cnt_write_patch(struct tfa2_device *tfa, nxpTfaPatch_t *patchfile);