Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/power/
Dsysfs.c97 static const char ctrl_auto[] = "auto"; variable
104 dev->power.runtime_auto ? ctrl_auto : ctrl_on); in control_show()
111 if (sysfs_streq(buf, ctrl_auto)) in control_store()