Searched refs:sof_cnl_ops (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | cnl.c | 377 struct snd_sof_dsp_ops sof_cnl_ops; variable 378 EXPORT_SYMBOL_NS(sof_cnl_ops, SND_SOC_SOF_INTEL_HDA_COMMON); 383 memcpy(&sof_cnl_ops, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops)); in sof_cnl_ops_init() 386 sof_cnl_ops.shutdown = hda_dsp_shutdown; in sof_cnl_ops_init() 391 sof_cnl_ops.irq_thread = cnl_ipc_irq_thread; in sof_cnl_ops_init() 394 sof_cnl_ops.send_msg = cnl_ipc_send_msg; in sof_cnl_ops_init() 397 sof_cnl_ops.ipc_dump = cnl_ipc_dump; in sof_cnl_ops_init() 399 sof_cnl_ops.set_power_state = hda_dsp_set_power_state_ipc3; in sof_cnl_ops_init() 418 sof_cnl_ops.irq_thread = cnl_ipc4_irq_thread; in sof_cnl_ops_init() 421 sof_cnl_ops in sof_cnl_ops_init() [all...] |
H A D | pci-cnl.c | 50 .ops = &sof_cnl_ops, 83 .ops = &sof_cnl_ops, 116 .ops = &sof_cnl_ops,
|
H A D | pci-icl.c | 82 .ops = &sof_cnl_ops,
|
H A D | hda.h | 858 extern struct snd_sof_dsp_ops sof_cnl_ops;
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | sof-pci-dev.c | 187 .ops = &sof_cnl_ops, 206 .ops = &sof_cnl_ops, 225 .ops = &sof_cnl_ops, 244 .ops = &sof_cnl_ops, 297 .ops = &sof_cnl_ops, 315 .ops = &sof_cnl_ops,
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | cnl.c | 234 const struct snd_sof_dsp_ops sof_cnl_ops = { variable 331 EXPORT_SYMBOL_NS(sof_cnl_ops, SND_SOC_SOF_INTEL_HDA_COMMON);
|
H A D | hda.h | 734 extern const struct snd_sof_dsp_ops sof_cnl_ops;
|
Completed in 6 milliseconds