Lines Matching defs:skl_module_cfg
384 struct skl_module_cfg { struct
385 u8 guid[16];
386 struct skl_module_inst_id id;
387 struct skl_module *module;
388 int res_idx;
389 int fmt_idx;
390 u8 domain;
391 bool homogenous_inputs;
392 bool homogenous_outputs;
393 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];
394 struct skl_module_fmt out_fmt[MODULE_MAX_OUT_PINS];
395 u8 max_in_queue;
396 u8 max_out_queue;
397 u8 in_queue_mask;
398 u8 out_queue_mask;
399 u8 in_queue;
400 u8 out_queue;
401 u32 mcps;
402 u32 ibs;
403 u32 obs;
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