Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-core.c792 parser->scan_flags |= HID_SCAN_FLAG_MT_WIN_8; in hid_scan_feature_usage()
796 parser->scan_flags |= HID_SCAN_FLAG_MT_WIN_8; in hid_scan_feature_usage()
895 if ((parser->scan_flags & HID_SCAN_FLAG_MT_WIN_8) && in hid_scan_report()
/linux-4.19.296/include/linux/
Dhid.h646 #define HID_SCAN_FLAG_MT_WIN_8 BIT(0) macro