Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dipc4-loader.c26 struct sof_ext_manifest4_hdr *ext_man_hdr; in sof_ipc4_fw_parse_ext_man() local
40 if (remaining <= sizeof(*ext_man_hdr)) { in sof_ipc4_fw_parse_ext_man()
45 ext_man_hdr = (struct sof_ext_manifest4_hdr *)fw->data; in sof_ipc4_fw_parse_ext_man()
51 if (ext_man_hdr->id != SOF_EXT_MAN4_MAGIC_NUMBER) { in sof_ipc4_fw_parse_ext_man()
54 ext_man_hdr->id); in sof_ipc4_fw_parse_ext_man()
69 (fw->data + ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_fw_parse_ext_man()
70 remaining -= (ext_man_hdr->len + fw_hdr_offset); in sof_ipc4_fw_parse_ext_man()
134 return ext_man_hdr->len; in sof_ipc4_fw_parse_ext_man()
313 struct sof_ext_manifest4_hdr *ext_man_hdr; in sof_ipc4_validate_firmware() local
315 ext_man_hdr = (struct sof_ext_manifest4_hdr *)fw->data; in sof_ipc4_validate_firmware()
[all …]