Lines Matching defs:data
61 /* control data type and direction */
63 /* per channel data - uses struct sof_ipc_ctrl_value_chan */
66 /* component data - uses struct sof_ipc_ctrl_value_comp */
69 /* bespoke data - uses struct sof_abi_hdr */
82 /* generic channel mapped value data */
88 /* generic component mapped value data */
97 /* generic control data */
102 /* control access and data type */
107 /* control data - can either be appended or DMAed from host */
109 uint32_t num_elems; /**< in array elems or bytes for data type */
117 /* control data - add new types if needed */
123 /* data can be used by binary controls */
124 struct sof_abi_hdr data[0];
137 * Generic notification data.
144 uint32_t num_elems; /**< in array elems or bytes for data type */
149 /* control data - add new types if needed */
151 /* data can be used by binary controls */
152 struct sof_abi_hdr data[0];