Searched refs:state_enable (Results 1 – 1 of 1) sorted by relevance
1619 bool state_enable; in aspm_attr_store_common() local1621 if (kstrtobool(buf, &state_enable) < 0) in aspm_attr_store_common()1627 if (state_enable) { in aspm_attr_store_common()1678 bool state_enable; in clkpm_store() local1680 if (kstrtobool(buf, &state_enable) < 0) in clkpm_store()1686 link->clkpm_disable = !state_enable; in clkpm_store()