adsp_hdr          232 sound/soc/intel/skylake/skl-sst-utils.c 	struct adsp_fw_hdr *adsp_hdr;
adsp_hdr          251 sound/soc/intel/skylake/skl-sst-utils.c 	safe_file = sizeof(*adsp_hdr) + offset;
adsp_hdr          257 sound/soc/intel/skylake/skl-sst-utils.c 	adsp_hdr = (struct adsp_fw_hdr *)(buf + offset);
adsp_hdr          260 sound/soc/intel/skylake/skl-sst-utils.c 	safe_file += adsp_hdr->len + sizeof(*mod_entry);
adsp_hdr          266 sound/soc/intel/skylake/skl-sst-utils.c 	mod_entry = (struct adsp_module_entry *)(buf + offset + adsp_hdr->len);
adsp_hdr          268 sound/soc/intel/skylake/skl-sst-utils.c 	num_entry = adsp_hdr->num_modules;