Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhid.h474 #define HID_STAT_PARSED 2 macro
/linux-4.1.27/drivers/hid/
Dhid-core.c600 device->status &= ~HID_STAT_PARSED; in hid_close_report()
937 if (WARN_ON(device->status & HID_STAT_PARSED)) in hid_open_report()
1005 device->status |= HID_STAT_PARSED; in hid_open_report()