Searched refs:catpt_dsp_stall (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | core.h | 133 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall);
|
H A D | loader.c | 613 catpt_dsp_stall(cdev, true); in catpt_boot_firmware() 622 catpt_dsp_stall(cdev, false); in catpt_boot_firmware()
|
H A D | device.c | 48 ret = catpt_dsp_stall(cdev, true); in catpt_suspend()
|
H A D | dsp.c | 217 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall() function
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | core.h | 120 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall);
|
H A D | loader.c | 613 catpt_dsp_stall(cdev, true); in catpt_boot_firmware() 622 catpt_dsp_stall(cdev, false); in catpt_boot_firmware()
|
H A D | device.c | 48 ret = catpt_dsp_stall(cdev, true); in catpt_suspend()
|
H A D | dsp.c | 217 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall() function
|
Completed in 6 milliseconds