Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhid.h1171 * hid_hw_may_wakeup - return if the hid device may act as a wakeup source during system-suspend
1175 static inline bool hid_hw_may_wakeup(struct hid_device *hdev) in hid_hw_may_wakeup()
1174 static inline bool hid_hw_may_wakeup(struct hid_device *hdev) hid_hw_may_wakeup() function
/openbmc/linux/drivers/hid/
H A Dhid-logitech-dj.c1509 return hid_hw_may_wakeup(djrcv_dev->hidpp); in logi_dj_ll_may_wakeup()
H A Dhid-multitouch.c1836 !hid_hw_may_wakeup(hdev)) in mt_suspend()