Searched refs:maxReportCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DTabletProtocolHandler.cpp144 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT); local
145 if (maxReportCount == 0)
149 HIDReport *inputReports[maxReportCount];
H A DMouseProtocolHandler.cpp93 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT); local
94 if (maxReportCount == 0)
98 HIDReport *inputReports[maxReportCount];
H A DKeyboardProtocolHandler.cpp232 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT); local
233 if (maxReportCount == 0)
237 HIDReport *inputReports[maxReportCount];
273 maxReportCount = parser.CountReports(HID_REPORT_TYPE_OUTPUT);
274 if (maxReportCount == 0)
278 HIDReport *outputReports[maxReportCount];
H A DJoystickProtocolHandler.cpp142 uint32 maxReportCount = parser.CountReports(HID_REPORT_TYPE_INPUT); local
143 if (maxReportCount == 0)
147 HIDReport *inputReports[maxReportCount];

Completed in 95 milliseconds