Searched refs:patchfile (Results 1 – 2 of 2) sorted by relevance
110 nxpTfaPatch_t *patchfile; in tfa2_cnt_check_revid() local121 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() argument598 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()
56 int tfa2_cnt_write_patch(struct tfa2_device *tfa, nxpTfaPatch_t *patchfile);