Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-core.c649 device->status &= ~HID_STAT_PARSED; in hid_close_report()
1152 if (WARN_ON(device->status & HID_STAT_PARSED)) in hid_open_report()
1229 device->status |= HID_STAT_PARSED; in hid_open_report()
/Linux-v5.4/include/linux/
Dhid.h516 #define HID_STAT_PARSED BIT(1) macro