Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dcontrol.c222 struct sof_abi_hdr *data = cdata->data; in snd_sof_bytes_get()
256 struct sof_abi_hdr *data = cdata->data; in snd_sof_bytes_put()
354 if (cdata->data->size > be->max - sizeof(const struct sof_abi_hdr)) { in snd_sof_bytes_ext_put()
408 if (cdata->data->size > be->max - sizeof(const struct sof_abi_hdr)) { in snd_sof_bytes_ext_volatile_get()
411 be->max - sizeof(const struct sof_abi_hdr)); in snd_sof_bytes_ext_volatile_get()
416 data_size = cdata->data->size + sizeof(const struct sof_abi_hdr); in snd_sof_bytes_ext_volatile_get()
469 if (cdata->data->size > be->max - sizeof(const struct sof_abi_hdr)) { in snd_sof_bytes_ext_get()
472 be->max - sizeof(const struct sof_abi_hdr)); in snd_sof_bytes_ext_get()
476 data_size = cdata->data->size + sizeof(const struct sof_abi_hdr); in snd_sof_bytes_ext_get()
H A Dipc.c710 sizeof(struct sof_abi_hdr); in snd_sof_ipc_set_get_comp_data()
H A Dtopology.c53 struct sof_abi_hdr *pdata;
1158 max_size < sizeof(struct sof_abi_hdr)) { in sof_control_load_bytes()
1204 if (cdata->data->size + sizeof(const struct sof_abi_hdr) != in sof_control_load_bytes()
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dcontrol.h124 struct sof_abi_hdr data[0];
152 struct sof_abi_hdr data[0];
/OK3568_Linux_fs/kernel/include/uapi/sound/sof/
H A Dheader.h20 struct sof_abi_hdr { struct