Home
last modified time | relevance | path

Searched refs:catpt_boot_firmware (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/intel/catpt/
H A Dcore.h141 int catpt_boot_firmware(struct catpt_dev *cdev, bool restore);
H A Dloader.c609 int catpt_boot_firmware(struct catpt_dev *cdev, bool restore) in catpt_boot_firmware() function
643 ret = catpt_boot_firmware(cdev, false); in catpt_first_boot_firmware()
H A Ddevice.c90 ret = catpt_boot_firmware(cdev, true); in catpt_resume()