Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/core/
Ddevio.c78 bool suspend_allowed; member
1066 if (!ps->suspend_allowed) in usbdev_release()
2422 if (ps->suspend_allowed) { in proc_forbid_suspend()
2425 ps->suspend_allowed = false; in proc_forbid_suspend()
2438 if (!ps->suspend_allowed) { in proc_allow_suspend()
2440 ps->suspend_allowed = true; in proc_allow_suspend()