Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.h318 struct tfa_patch_header struct
338 #define PATCH_HEADER_SIZE sizeof(struct tfa_patch_header) argument
Dtfa2_dev.c2058 struct tfa_patch_header *hdr = (struct tfa_patch_header *)data; in tfa2_check_patch()
2069 if (length < sizeof(struct tfa_patch_header)) in tfa2_check_patch()
2075 if (hdr->size < sizeof(struct tfa_patch_header)) in tfa2_check_patch()
2106 ptr = (uint8_t *)hdr + offsetof(struct tfa_patch_header, crc) + sizeof(hdr->crc); in tfa2_check_patch()