Lines Matching refs:head
250 const struct sof_ext_man_header *head; in snd_sof_ext_man_size() local
252 head = (struct sof_ext_man_header *)fw->data; in snd_sof_ext_man_size()
259 if (fw->size < sizeof(*head)) in snd_sof_ext_man_size()
266 if (head->magic == SOF_EXT_MAN_MAGIC_NUMBER) in snd_sof_ext_man_size()
267 return head->full_size; in snd_sof_ext_man_size()
278 const struct sof_ext_man_header *head; in snd_sof_fw_ext_man_parse() local
284 head = (struct sof_ext_man_header *)fw->data; in snd_sof_fw_ext_man_parse()
285 remaining = head->full_size - head->header_size; in snd_sof_fw_ext_man_parse()
294 head->header_version)) { in snd_sof_fw_ext_man_parse()
296 head->header_version, SOF_EXT_MAN_VERSION); in snd_sof_fw_ext_man_parse()
301 iptr = (uintptr_t)fw->data + head->header_size; in snd_sof_fw_ext_man_parse()