Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/
Ddebug.c455 sof_debug_check_flag(SOF_DBG_RETAIN_CTX)) && !sdev->d3_prevented) { in snd_sof_handle_fw_exception()
462 sdev->d3_prevented = true; in snd_sof_handle_fw_exception()
Dcore.c691 if (sdev->d3_prevented) { in snd_sof_device_remove()
692 sdev->d3_prevented = false; in snd_sof_device_remove()
Dsof-priv.h621 bool d3_prevented; /* runtime pm use count incremented to prevent context lost */ member