Lines Matching defs:skl_module_cfg
385 struct skl_module_cfg { struct
386 u8 guid[16];
387 struct skl_module_inst_id id;
388 struct skl_module *module;
389 int res_idx;
390 int fmt_idx;
391 int fmt_cfg_idx;
392 u8 domain;
393 bool homogenous_inputs;
394 bool homogenous_outputs;
395 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];
396 struct skl_module_fmt out_fmt[MODULE_MAX_OUT_PINS];
397 u8 max_in_queue;
398 u8 max_out_queue;
399 u8 in_queue_mask;
400 u8 out_queue_mask;
401 u8 in_queue;
402 u8 out_queue;
403 u8 is_loadable;
404 u8 core_id;
405 u8 dev_type;
406 u8 dma_id;
407 u8 time_slot;
408 u8 dmic_ch_combo_index;
409 u32 dmic_ch_type;
410 u32 params_fixup;
411 u32 converter;
412 u32 vbus_id;
413 u32 mem_pages;
414 enum d0i3_capability d0i3_caps;
415 u32 dma_buffer_size; /* in milli seconds */
416 struct skl_module_pin *m_in_pin;
440 struct skl_module_cfg *src; argument