Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/pcie/
Daspm.c1220 bool state_enable; in aspm_attr_store_common() local
1222 if (strtobool(buf, &state_enable) < 0) in aspm_attr_store_common()
1228 if (state_enable) { in aspm_attr_store_common()
1277 bool state_enable; in clkpm_store() local
1279 if (strtobool(buf, &state_enable) < 0) in clkpm_store()
1285 link->clkpm_disable = !state_enable; in clkpm_store()