Searched refs:report_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/bluetooth/bthidd/
H A Dkbd.c516 uint8_t leds, report_id; local
526 report_id = NO_REPORT_ID;
534 if (report_id == NO_REPORT_ID)
535 report_id = h.report_ID;
536 else if (h.report_ID != report_id)
541 h.report_ID, report_id);
567 if (report_id != NO_REPORT_ID) {
568 data[1] = report_id;
H A Dhid.c131 int32_t report_id, usage, page, val, local
152 report_id = data[1];
163 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) ||
/freebsd-10.1-release/lib/libusbhid/
H A Dparse.c534 int report_id = 0; local
551 report_id = 1;
563 return ((temp + 7) / 8 + report_id);

Completed in 44 milliseconds