Searched refs:MAX_IN_QUEUE (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | skl-tplg-interface.h | 25 #define MAX_IN_QUEUE 8 macro 235 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE]; 237 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | skl-tplg-interface.h | 25 #define MAX_IN_QUEUE 8 macro 235 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE]; 237 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | skl-tplg-interface.h | 27 #define MAX_IN_QUEUE 8 macro 179 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE]; 181 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | skl-tplg-interface.h | 12 #define MAX_IN_QUEUE 8 macro 166 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE]; 168 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | skl-tplg-interface.h | 27 #define MAX_IN_QUEUE 8 macro 179 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE]; 181 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-topology.h | 335 struct skl_module_pin_fmt inputs[MAX_IN_QUEUE]; 353 struct skl_module_pin_resources input[MAX_IN_QUEUE];
|
H A D | skl-topology.c | 2401 devm_kcalloc(dev, MAX_IN_QUEUE, in skl_tplg_get_token() 2407 skl_tplg_fill_pin_dynamic_val(mconfig->m_in_pin, MAX_IN_QUEUE, in skl_tplg_get_token() 2414 devm_kcalloc(dev, MAX_IN_QUEUE, in skl_tplg_get_token() 2810 MAX_IN_QUEUE); in skl_tplg_get_pvt_data_v4() 2830 MAX_IN_QUEUE, sizeof(*mconfig->m_in_pin), in skl_tplg_get_pvt_data_v4()
|
H A D | skl-pcm.c | 1341 for (i = 0; i < MAX_IN_QUEUE; i++) { in skl_get_module_info()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-topology.h | 353 struct skl_module_pin_fmt inputs[MAX_IN_QUEUE]; 371 struct skl_module_pin_resources input[MAX_IN_QUEUE];
|
H A D | skl-topology.c | 2377 devm_kcalloc(dev, MAX_IN_QUEUE, in skl_tplg_get_token() 2383 skl_tplg_fill_pin_dynamic_val(mconfig->m_in_pin, MAX_IN_QUEUE, in skl_tplg_get_token() 2390 devm_kcalloc(dev, MAX_IN_QUEUE, in skl_tplg_get_token() 2794 MAX_IN_QUEUE); in skl_tplg_get_pvt_data_v4() 2814 MAX_IN_QUEUE, sizeof(*mconfig->m_in_pin), in skl_tplg_get_pvt_data_v4()
|
H A D | skl-pcm.c | 1335 for (i = 0; i < MAX_IN_QUEUE; i++) { in skl_get_module_info()
|
Completed in 19 milliseconds