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