Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/pcie/
A Daspm.c1272 bool state_enable; in aspm_attr_store_common() local
1274 if (kstrtobool(buf, &state_enable) < 0) in aspm_attr_store_common()
1280 if (state_enable) { in aspm_attr_store_common()
1329 bool state_enable; in clkpm_store() local
1331 if (kstrtobool(buf, &state_enable) < 0) in clkpm_store()
1337 link->clkpm_disable = !state_enable; in clkpm_store()

Completed in 6 milliseconds