Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_gen4_pm.c27 bool pm_idle_support; in send_host_msg() local
37 ret = kstrtobool(pm_idle_support_cfg, &pm_idle_support); in send_host_msg()
39 pm_idle_support = true; in send_host_msg()
41 if (pm_idle_support) in send_host_msg()
48 pm_idle_support ? PM_SET_MIN : PM_NO_CHANGE); in send_host_msg()