Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
Dhid-core.c698 device->status &= ~HID_STAT_PARSED; in hid_close_report()
1213 if (WARN_ON(device->status & HID_STAT_PARSED)) in hid_open_report()
1292 device->status |= HID_STAT_PARSED; in hid_open_report()
/kernel/linux/linux-5.10/include/linux/
Dhid.h522 #define HID_STAT_PARSED BIT(1) macro