Lines Matching defs:skl_module_cfg
369 struct skl_module_cfg { struct
370 u8 guid[16];
371 struct skl_module_inst_id id;
372 struct skl_module *module;
373 int res_idx;
374 int fmt_idx;
375 u8 domain;
376 bool homogenous_inputs;
377 bool homogenous_outputs;
378 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];
379 struct skl_module_fmt out_fmt[MODULE_MAX_OUT_PINS];
380 u8 max_in_queue;
381 u8 max_out_queue;
382 u8 in_queue_mask;
383 u8 out_queue_mask;
384 u8 in_queue;
385 u8 out_queue;
386 u8 is_loadable;
387 u8 core_id;
388 u8 dev_type;
389 u8 dma_id;
390 u8 time_slot;
391 u8 dmic_ch_combo_index;
392 u32 dmic_ch_type;
393 u32 params_fixup;
394 u32 converter;
395 u32 vbus_id;
396 u32 mem_pages;
397 enum d0i3_capability d0i3_caps;
398 u32 dma_buffer_size; /* in milli seconds */
399 struct skl_module_pin *m_in_pin;
423 struct skl_module_cfg *src; argument