Home
last modified time | relevance | path

Searched refs:catpt_dsp_stall (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/sound/soc/intel/catpt/ !
Dcore.h120 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall);
Dloader.c613 catpt_dsp_stall(cdev, true); in catpt_boot_firmware()
622 catpt_dsp_stall(cdev, false); in catpt_boot_firmware()
Ddevice.c48 ret = catpt_dsp_stall(cdev, true); in catpt_suspend()
Ddsp.c217 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall() function