Searched refs:HID_REPORT_TYPE_INPUT (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.h16 #define HID_REPORT_TYPE_INPUT 0x01 macro
H A DTabletProtocolHandler.cpp144 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT);
150 collection.BuildReportList(HID_REPORT_TYPE_INPUT, inputReports,
H A DMouseProtocolHandler.cpp93 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT);
99 collection.BuildReportList(HID_REPORT_TYPE_INPUT, inputReports,
H A DKeyboardProtocolHandler.cpp114 fInputReport.Parser()->MaxReportSize(HID_REPORT_TYPE_INPUT);
232 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT);
238 collection.BuildReportList(HID_REPORT_TYPE_INPUT, inputReports,
798 = fInputReport.Parser()->MaxReportSize(HID_REPORT_TYPE_INPUT);
H A DJoystickProtocolHandler.cpp142 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT);
148 collection.BuildReportList(HID_REPORT_TYPE_INPUT, inputReports,
H A DHIDParser.cpp141 reportType = HID_REPORT_TYPE_INPUT;
484 || fReports[i]->Type() != HID_REPORT_TYPE_INPUT)
H A DHIDReport.cpp270 case HID_REPORT_TYPE_INPUT:
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp184 fTransferBufferSize = fParser.MaxReportSize(HID_REPORT_TYPE_INPUT);
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp240 HID_REPORT_TYPE_INPUT, fReportID,

Completed in 121 milliseconds