Home
last modified time | relevance | path

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

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