Symbol: sof_abi_hdr
include/sound/sof/control.h
124
DECLARE_FLEX_ARRAY(struct sof_abi_hdr, data);
include/sound/sof/control.h
152
struct sof_abi_hdr data[0];
sound/soc/sof/ipc3-control.c
306
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc3-control.c
338
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc3-control.c
430
if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc3-control.c
485
if (cdata->data->size > scontrol->max_size - sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc3-control.c
488
scontrol->max_size - sizeof(struct sof_abi_hdr));
sound/soc/sof/ipc3-control.c
492
data_size = cdata->data->size + sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc3-control.c
638
expected_size += cdata->num_elems + sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc3-control.c
88
sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc3-topology.c
1764
if (scontrol->max_size < (sizeof(*cdata) + sizeof(struct sof_abi_hdr))) {
sound/soc/sof/ipc3-topology.c
1805
priv_size_check = cdata->data->size + sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc3.c
456
hdr_bytes = sizeof(struct sof_ipc_ctrl_data) + sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc4-control.c
293
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
330
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
510
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
564
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
601
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
635
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
636
struct sof_abi_hdr abi_hdr;
sound/soc/sof/ipc4-control.c
718
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
750
data_size = data->size + sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc4-control.c
882
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-topology.c
2939
if (scontrol->max_size < sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc4-topology.c
2953
if (scontrol->priv_size && scontrol->priv_size < sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc4-topology.c
2988
if (control_data->data->size + sizeof(struct sof_abi_hdr) !=
sound/soc/sof/ipc4-topology.c
2992
control_data->data->size + sizeof(struct sof_abi_hdr),
sound/soc/sof/ipc4-topology.h
369
DECLARE_FLEX_ARRAY(struct sof_abi_hdr, data);