Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A 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()
H A Dcore.c755 if (sdev->d3_prevented) { in snd_sof_device_remove()
756 sdev->d3_prevented = false; in snd_sof_device_remove()
H A Dsof-priv.h613 bool d3_prevented; /* runtime pm use count incremented to prevent context lost */
621 bool d3_prevented; /* runtime pm use count incremented to prevent context lost */ global() member