Searched refs:HID_REPORT_TYPE_ANY (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.h19 #define HID_REPORT_TYPE_ANY 0x07 macro
H A DHIDParser.cpp138 uint8 reportType = HID_REPORT_TYPE_ANY;
158 if (reportType == HID_REPORT_TYPE_ANY)
434 return MaxReportSize(HID_REPORT_TYPE_ANY);
447 if (type != HID_REPORT_TYPE_ANY && report->Type() != type)
H A DHIDCollection.cpp275 if (reportType != HID_REPORT_TYPE_ANY && report->Type() != reportType)
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.cpp95 for (uint32 i = 0; i < fParser.CountReports(HID_REPORT_TYPE_ANY); i++)
96 fParser.ReportAt(HID_REPORT_TYPE_ANY, i)->PrintToStream();
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp162 for (uint32 i = 0; i < fParser.CountReports(HID_REPORT_TYPE_ANY); i++)
163 fParser.ReportAt(HID_REPORT_TYPE_ANY, i)->PrintToStream();

Completed in 51 milliseconds