Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
A Dcontrol.c284 struct sof_abi_hdr *data = cdata->data; in snd_sof_bytes_get()
320 struct sof_abi_hdr *data = cdata->data; in snd_sof_bytes_put()
418 if (cdata->data->size > be->max - sizeof(struct sof_abi_hdr)) { in snd_sof_bytes_ext_put()
472 if (cdata->data->size > be->max - sizeof(struct sof_abi_hdr)) { in snd_sof_bytes_ext_volatile_get()
475 be->max - sizeof(struct sof_abi_hdr)); in snd_sof_bytes_ext_volatile_get()
480 data_size = cdata->data->size + sizeof(struct sof_abi_hdr); in snd_sof_bytes_ext_volatile_get()
535 if (cdata->data->size > be->max - sizeof(struct sof_abi_hdr)) { in snd_sof_bytes_ext_get()
538 be->max - sizeof(struct sof_abi_hdr)); in snd_sof_bytes_ext_get()
542 data_size = cdata->data->size + sizeof(struct sof_abi_hdr); in snd_sof_bytes_ext_get()
676 expected_size += cdata->num_elems + sizeof(struct sof_abi_hdr); in snd_sof_control_notify()
A Dipc.c827 sizeof(struct sof_abi_hdr); in snd_sof_ipc_set_get_comp_data()
A Dtopology.c53 struct sof_abi_hdr *pdata;
1174 max_size < sizeof(struct sof_abi_hdr)) { in sof_control_load_bytes()
1221 if (cdata->data->size + sizeof(struct sof_abi_hdr) != in sof_control_load_bytes()
/linux/include/sound/sof/
A Dcontrol.h124 struct sof_abi_hdr data[0];
152 struct sof_abi_hdr data[0];
/linux/include/uapi/sound/sof/
A Dheader.h20 struct sof_abi_hdr { struct

Completed in 14 milliseconds