Lines Matching defs:data
15 * struct sof_abi_hdr - Header for all non IPC ABI data.
17 * for IPC3 data: 0x00464F53 ('S', 'O', 'F', '\0')
18 * for IPC4 data: 0x34464F53 ('S', 'O', 'F', '4')
21 * for IPC4: parameter ID (param_id) of the data
22 * @size: The size in bytes of the data, excluding this struct
26 * @data: Component data - opaque to core
28 * Identifies data type, size and ABI.
29 * Used by any bespoke component data structures or binary blobs.
37 __u32 data[];
43 * struct sof_manifest_tlv - SOF manifest TLV data
44 * @type: type of data
45 * @size: data size (not including the size of this struct)
46 * @data: payload data
51 __u8 data[];