Lines Matching refs:uint32_t
56 uint32_t id;
57 uint32_t type;
58 uint32_t pipeline_id;
59 uint32_t core;
62 uint32_t ext_data_length;
98 uint32_t size; /**< buffer size in bytes */
99 uint32_t caps; /**< SOF_MEM_CAPS_ */
100 uint32_t flags; /**< SOF_BUF_ flags defined above */
101 uint32_t reserved; /**< reserved for future use */
107 uint32_t periods_sink; /**< 0 means variable */
108 uint32_t periods_source;/**< 0 means variable */
109 uint32_t reserved1; /**< reserved */
110 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */
111 uint32_t xrun_action;
114 uint32_t reserved[2];
121 uint32_t direction; /**< SOF_IPC_STREAM_ */
122 uint32_t no_irq; /**< don't send periodic IRQ to host/DSP */
123 uint32_t dmac_config; /**< DMA engine specific */
130 uint32_t direction; /**< SOF_IPC_STREAM_ */
131 uint32_t dai_index; /**< index of this type dai */
132 uint32_t type; /**< DAI type - SOF_DAI_ */
133 uint32_t reserved; /**< reserved */
156 uint32_t channels;
157 uint32_t min_value;
158 uint32_t max_value;
159 uint32_t ramp; /**< SOF_VOLUME_ */
160 uint32_t initial_ramp; /**< ramp space in ms */
168 uint32_t source_rate; /**< source rate or 0 for variable */
169 uint32_t sink_rate; /**< sink rate or 0 for variable */
170 uint32_t rate_mask; /**< SOF_RATE_ supported rates */
178 uint32_t source_rate; /**< Define fixed source rate or */
181 uint32_t sink_rate; /**< Define fixed sink rate or */
184 uint32_t asynchronous_mode; /**< synchronous 0, asynchronous 1 */
187 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
196 uint32_t reserved[4];
238 uint32_t size; /**< size of bespoke data section in bytes */
239 uint32_t type; /**< sof_ipc_process_type */
242 uint32_t reserved[7];
252 uint32_t id;
257 uint32_t id;
258 uint32_t offset;
274 uint32_t comp_id; /**< component id for pipeline */
275 uint32_t pipeline_id; /**< pipeline id */
276 uint32_t sched_id; /**< Scheduling component id */
277 uint32_t core; /**< core we run on */
278 uint32_t period; /**< execution period in us*/
279 uint32_t priority; /**< priority level 0 (low) to 10 (max) */
280 uint32_t period_mips; /**< worst case instruction count per period */
281 uint32_t frames_per_sched;/**< output frames of pipeline, 0 is variable */
282 uint32_t xrun_limit_usecs; /**< report xruns greater than limit */
283 uint32_t time_domain; /**< scheduling time domain */
289 uint32_t comp_id;
294 uint32_t comp_id;
300 uint32_t source_id;
301 uint32_t sink_id;