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
341
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc3-control.c
342
const struct sof_abi_hdr *new_hdr =
sound/soc/sof/ipc3-control.c
343
(const struct sof_abi_hdr *)ucontrol->value.bytes.data;
sound/soc/sof/ipc3-control.c
408
if (header.length < sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc3-control.c
411
header.length, sizeof(struct sof_abi_hdr));
sound/soc/sof/ipc3-control.c
447
if (cdata->data->size > scontrol->max_size - sizeof(*cdata) - sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc3-control.c
503
sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc3-control.c
508
sizeof(struct sof_abi_hdr));
sound/soc/sof/ipc3-control.c
512
data_size = cdata->data->size + sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc3-control.c
673
sizeof(struct sof_abi_hdr),
sound/soc/sof/ipc3-control.c
88
sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc3-topology.c
1772
if (scontrol->max_size < (sizeof(*cdata) + sizeof(struct sof_abi_hdr))) {
sound/soc/sof/ipc3-topology.c
1813
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
290
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
326
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
504
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
556
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
557
const struct sof_abi_hdr *new_hdr =
sound/soc/sof/ipc4-control.c
558
(const struct sof_abi_hdr *)ucontrol->value.bytes.data;
sound/soc/sof/ipc4-control.c
596
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
630
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
631
struct sof_abi_hdr abi_hdr;
sound/soc/sof/ipc4-control.c
713
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-control.c
745
data_size = data->size + sizeof(struct sof_abi_hdr);
sound/soc/sof/ipc4-control.c
877
struct sof_abi_hdr *data = cdata->data;
sound/soc/sof/ipc4-topology.c
2993
if (scontrol->max_size < sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc4-topology.c
3007
if (scontrol->priv_size && scontrol->priv_size < sizeof(struct sof_abi_hdr)) {
sound/soc/sof/ipc4-topology.c
3042
if (control_data->data->size + sizeof(struct sof_abi_hdr) !=
sound/soc/sof/ipc4-topology.c
3046
control_data->data->size + sizeof(struct sof_abi_hdr),
sound/soc/sof/ipc4-topology.h
369
DECLARE_FLEX_ARRAY(struct sof_abi_hdr, data);