Searched refs:cl_dmab (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda-loader.c | 465 &hda->cl_dmab, persistent_cl_buffer, in hda_dsp_cl_boot_firmware() 480 memcpy(hda->cl_dmab.area, stripped_firmware.data, stripped_firmware.size); in hda_dsp_cl_boot_firmware() 548 ret1 = hda_cl_cleanup(sdev->dev, &hda->cl_dmab, in hda_dsp_cl_boot_firmware() 594 if (persistent_cl_buffer && stripped_firmware.size > hda->cl_dmab.bytes) { in hda_dsp_ipc4_load_library() 595 snd_dma_free_pages(&hda->cl_dmab); in hda_dsp_ipc4_load_library() 596 hda->cl_dmab.area = NULL; in hda_dsp_ipc4_load_library() 597 hda->cl_dmab.bytes = 0; in hda_dsp_ipc4_load_library() 603 &hda->cl_dmab, persistent_cl_buffer, in hda_dsp_ipc4_load_library() 610 memcpy(hda->cl_dmab.area, stripped_firmware.data, stripped_firmware.size); in hda_dsp_ipc4_load_library() 674 ret1 = hda_cl_cleanup(sdev->dev, &hda->cl_dmab, persistent_cl_buffer, in hda_dsp_ipc4_load_library()
|
| H A D | hda.c | 983 if (hda->cl_dmab.area) in hda_dsp_remove() 984 snd_dma_free_pages(&hda->cl_dmab); in hda_dsp_remove()
|
| H A D | hda.h | 508 struct snd_dma_buffer cl_dmab; member
|