Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/
Dipc3-control.c81 sizeof(struct sof_abi_hdr); in sof_ipc3_set_get_kcontrol_data()
272 struct sof_abi_hdr *data = cdata->data; in sof_ipc3_bytes_get()
304 struct sof_abi_hdr *data = cdata->data; in sof_ipc3_bytes_put()
357 if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) { in sof_ipc3_bytes_ext_get()
360 scontrol->max_size - sizeof(struct sof_abi_hdr)); in sof_ipc3_bytes_ext_get()
364 data_size = cdata->data->size + sizeof(struct sof_abi_hdr); in sof_ipc3_bytes_ext_get()
434 if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) { in sof_ipc3_bytes_ext_put()
476 if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) { in sof_ipc3_bytes_ext_volatile_get()
479 scontrol->max_size - sizeof(struct sof_abi_hdr)); in sof_ipc3_bytes_ext_volatile_get()
483 data_size = cdata->data->size + sizeof(struct sof_abi_hdr); in sof_ipc3_bytes_ext_volatile_get()
[all …]
Dipc4-topology.h210 struct sof_abi_hdr data[0];
Dipc3.c427 hdr_bytes = sizeof(struct sof_ipc_ctrl_data) + sizeof(struct sof_abi_hdr); in sof_ipc3_set_get_data()
Dipc3-topology.c1636 if (scontrol->max_size < (sizeof(*cdata) + sizeof(struct sof_abi_hdr))) { in sof_ipc3_control_load_bytes()
1677 if (cdata->data->size + sizeof(struct sof_abi_hdr) != scontrol->priv_size) { in sof_ipc3_control_load_bytes()
/Linux-v6.1/include/sound/sof/
Dcontrol.h124 DECLARE_FLEX_ARRAY(struct sof_abi_hdr, data);
152 struct sof_abi_hdr data[0];
/Linux-v6.1/include/uapi/sound/sof/
Dheader.h20 struct sof_abi_hdr { struct