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