Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c1566 static int hid_resume_common(struct hid_device *hid, bool driver_suspended) in hid_resume_common() argument
1571 if (driver_suspended) in hid_resume_common()
1581 bool driver_suspended = false; in hid_suspend() local
1599 driver_suspended = true; in hid_suspend()
1609 driver_suspended = true; in hid_suspend()
1629 hid_resume_common(hid, driver_suspended); in hid_suspend()