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

/freebsd-11.0-release/usr.sbin/bluetooth/bthidd/
H A Dkbd.c517 uint8_t found, report_id; local
527 report_id = NO_REPORT_ID;
541 if (report_id == NO_REPORT_ID)
542 report_id = h.report_ID;
543 else if (h.report_ID != report_id)
548 h.report_ID, report_id);
573 write(s->intr, data, (report_id != NO_REPORT_ID) ? 3 : 2);
H A Dhid.c126 int32_t report_id, usage, page, val, local
147 report_id = data[1];
158 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) ||
/freebsd-11.0-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 36 milliseconds