Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/
Dipc3.c386 size_t payload_bytes, header_bytes; in sof_ipc3_tx_msg() local
393 header_bytes = sizeof(struct sof_ipc_cmd_hdr); in sof_ipc3_tx_msg()
394 payload_bytes = msg_bytes - header_bytes; in sof_ipc3_tx_msg()
398 header_bytes = sizeof(struct sof_ipc_reply); in sof_ipc3_tx_msg()
399 payload_bytes = reply_bytes - header_bytes; in sof_ipc3_tx_msg()
403 payload += header_bytes; in sof_ipc3_tx_msg()
507 size_t header_bytes = sizeof(struct sof_ipc_reply); in sof_ipc3_set_get_data() local
510 payload += header_bytes; in sof_ipc3_set_get_data()
511 sof_ipc3_dump_payload(sdev, payload, data_bytes - header_bytes); in sof_ipc3_set_get_data()
/linux-6.12.1/drivers/firmware/google/
Dcoreboot_table.c112 ptr_entry = ptr + header->header_bytes; in coreboot_table_populate()
174 len = header->header_bytes + header->table_bytes; in coreboot_table_probe()
Dcoreboot_table.h21 u32 header_bytes; member