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

/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dkbd.c519 uint8_t found, report_id; local
529 report_id = NO_REPORT_ID;
543 if (report_id == NO_REPORT_ID)
544 report_id = h.report_ID;
545 else if (h.report_ID != report_id)
550 h.report_ID, report_id);
574 if (report_id != NO_REPORT_ID) {
576 data[1] = report_id;
580 write(s->intr, data, (report_id != NO_REPORT_ID) ? 3 : 2);
H A Dhid.c128 int32_t report_id, usage, page, val, local
149 report_id = data[1];
160 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) ||
/freebsd-11-stable/sys/dev/usb/input/
H A Dwmt.c205 uint8_t report_id; member in struct:wmt_softc
487 (len > 0 && sc->report_id != 0)) {
495 if (sc->report_id && *buf != sc->report_id)
503 if (sc->report_id) {
558 int report_id = 0; local
574 report_id = 1;
586 return ((temp + 7) / 8 + report_id);
598 uint8_t report_id = 0; local
658 (report_id
[all...]
/freebsd-11-stable/lib/libusbhid/
H A Dparse.c536 int report_id = 0; local
553 report_id = 1;
565 return ((temp + 7) / 8 + report_id);

Completed in 75 milliseconds