Searched refs:fInputReport (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.h47 HIDReport & fInputReport; member in class:KeyboardProtocolHandler
H A DKeyboardProtocolHandler.cpp63 fInputReport(inputReport),
111 sDebugKeyboardPipe = fInputReport.Device()->InterruptPipe();
114 fInputReport.Parser()->MaxReportSize(HID_REPORT_TYPE_INPUT);
509 status_t result = fInputReport.WaitForReport(timeout);
511 if (fInputReport.Device()->IsRemoved()) {
564 fInputReport.DoneProcessing();
795 = fInputReport.Device()->InterruptPipe();
798 = fInputReport.Parser()->MaxReportSize(HID_REPORT_TYPE_INPUT);
814 key = fInputReport.Usages()[0] + current[i];

Completed in 37 milliseconds