Searched refs:fw_header (Results 1 – 3 of 3) sorted by relevance
25 struct sof_man4_fw_binary_header *fw_header; in sof_ipc4_fw_parse_ext_man() local 62 if (remaining <= ext_man_hdr->len + fw_hdr_offset + sizeof(*fw_header)) { in sof_ipc4_fw_parse_ext_man() 64 remaining, ext_man_hdr->len + fw_hdr_offset + sizeof(*fw_header)); in sof_ipc4_fw_parse_ext_man() 68 fw_header = (struct sof_man4_fw_binary_header *) in sof_ipc4_fw_parse_ext_man() 72 if (remaining <= fw_header->len) { in sof_ipc4_fw_parse_ext_man() 73 dev_err(sdev->dev, "Invalid fw_header->len %u\n", fw_header->len); in sof_ipc4_fw_parse_ext_man() 78 fw_header->name, fw_header->major_version, fw_header in sof_ipc4_fw_parse_ext_man() 411 struct sof_man4_fw_binary_header *fw_header; sof_ipc4_validate_firmware() local [all...]
46 (sizeof(struct fw_header) + dlen + sizeof(u32))110 struct fw_header { struct123 struct fw_header fw_hdr; argument
1044 struct fw_header { struct5006 struct fw_header *fw_hdr, size_t size) in rtl8152_fw_verify_checksum()5023 struct fw_header *fw_hdr = (struct fw_header *)fw->data; in rtl8152_check_firmware()5559 struct fw_header *fw_hdr; in rtl8152_apply_firmware()5568 fw_hdr = (struct fw_header *)fw->data; in rtl8152_apply_firmware()5573 for (i = offsetof(struct fw_header, blocks); i < fw->size;) { in rtl8152_apply_firmware()