Searched refs:hdr_bytes (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/platform/efi/ |
| H A D | quirks.c | 666 size_t hdr_bytes) in qrk_capsule_setup_info() argument 671 if (hdr_bytes < sizeof(struct quark_security_header)) in qrk_capsule_setup_info() 679 if (hdr_bytes < QUARK_SECURITY_HEADER_SIZE + in qrk_capsule_setup_info() 718 size_t hdr_bytes) in efi_capsule_setup_info() argument 724 if (hdr_bytes < sizeof(efi_capsule_header_t)) in efi_capsule_setup_info() 739 ret = quirk_handler(cap_info, &kbuff, hdr_bytes); in efi_capsule_setup_info()
|
| /linux/sound/soc/sof/ |
| H A D | ipc3.c | 414 size_t msg_bytes, hdr_bytes, payload_size, send_bytes; in sof_ipc3_set_get_data() 445 hdr_bytes = sizeof(struct sof_ipc_ctrl_data); in sof_ipc3_set_get_data() 456 hdr_bytes = sizeof(struct sof_ipc_ctrl_data) + sizeof(struct sof_abi_hdr); in sof_ipc3_set_get_data() 470 msg_bytes = cdata->rhdr.hdr.size - hdr_bytes; in sof_ipc3_set_get_data() 471 payload_size = ipc->max_payload_size - hdr_bytes; in sof_ipc3_set_get_data() 475 memcpy(cdata_chunk, cdata, hdr_bytes); in sof_ipc3_set_get_data() 484 cdata_chunk->rhdr.hdr.size = hdr_bytes + send_bytes; in sof_ipc3_set_get_data() 416 size_t msg_bytes, hdr_bytes, payload_size, send_bytes; sof_ipc3_set_get_data() local
|
| /linux/drivers/firmware/efi/ |
| H A D | capsule-loader.c | 92 size_t hdr_bytes) in efi_capsule_setup_info() argument 95 if (hdr_bytes < sizeof(efi_capsule_header_t)) in efi_capsule_setup_info()
|
| /linux/drivers/gpu/nova-core/ |
| H A D | vbios.rs | 1010 let hdr_bytes: [u8; 4] = self.base.data[falcon_ucode_offset..falcon_ucode_offset + 4] in header() localVariable 1013 let hdr = u32::from_le_bytes(hdr_bytes); in header()
|
| /linux/include/linux/ |
| H A D | efi.h | 221 size_t hdr_bytes);
|