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

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.h31 uint8 ID() { return fReportID; };
70 uint8 fReportID; member in class:HIDReport
H A DHIDReport.cpp25 fReportID(id),
48 fType, fReportID);
282 TRACE_ALWAYS("\treport id: %u\n", fReportID);
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h75 uint8 fReportID; member in class:ELANDevice
H A DELANDevice.cpp45 fReportID(0x5d),
240 HID_REPORT_TYPE_INPUT, fReportID,
507 if (status == B_OK && length != 0 && report[0] != fReportID) {

Completed in 87 milliseconds