Home
last modified time | relevance | path

Searched refs:sof_abi_hdr (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/sound/soc/sof/
A Dipc3-control.c88 sizeof(struct sof_abi_hdr); in sof_ipc3_set_get_kcontrol_data()
286 struct sof_abi_hdr *data = cdata->data; in sof_ipc3_bytes_get()
318 struct sof_abi_hdr *data = cdata->data; in sof_ipc3_bytes_put()
371 if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) { in sof_ipc3_bytes_ext_get()
374 scontrol->max_size - sizeof(struct sof_abi_hdr)); in sof_ipc3_bytes_ext_get()
378 data_size = cdata->data->size + sizeof(struct sof_abi_hdr); in sof_ipc3_bytes_ext_get()
448 if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) { in sof_ipc3_bytes_ext_put()
490 if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) { in sof_ipc3_bytes_ext_volatile_get()
493 scontrol->max_size - sizeof(struct sof_abi_hdr)); in sof_ipc3_bytes_ext_volatile_get()
497 data_size = cdata->data->size + sizeof(struct sof_abi_hdr); in sof_ipc3_bytes_ext_volatile_get()
[all …]
A Dipc4-topology.h270 struct sof_abi_hdr data[0];
A Dipc3.c427 hdr_bytes = sizeof(struct sof_ipc_ctrl_data) + sizeof(struct sof_abi_hdr); in sof_ipc3_set_get_data()
A Dipc3-topology.c1657 if (scontrol->max_size < (sizeof(*cdata) + sizeof(struct sof_abi_hdr))) { in sof_ipc3_control_load_bytes()
1698 priv_size_check = cdata->data->size + sizeof(struct sof_abi_hdr); in sof_ipc3_control_load_bytes()
/linux-6.3-rc2/include/sound/sof/
A Dcontrol.h124 DECLARE_FLEX_ARRAY(struct sof_abi_hdr, data);
152 struct sof_abi_hdr data[0];
/linux-6.3-rc2/include/uapi/sound/sof/
A Dheader.h20 struct sof_abi_hdr { struct

Completed in 12 milliseconds