Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dkbd.c542 uint8_t found, report_id; in kbd_status_changed()
553 report_id = NO_REPORT_ID; in kbd_status_changed()
567 if (report_id == NO_REPORT_ID) in kbd_status_changed()
568 report_id = h.report_ID; in kbd_status_changed()
569 else if (h.report_ID != report_id) in kbd_status_changed()
574 h.report_ID, report_id); in kbd_status_changed()
601 if (report_id != NO_REPORT_ID) { in kbd_status_changed()
603 data[1] = report_id; in kbd_status_changed()
607 write(s->intr, data, (report_id != NO_REPORT_ID) ? 3 : 2); in kbd_status_changed()
541 uint8_t found, report_id; kbd_status_changed() local
H A Dhid.c173 int32_t report_id, usage, page, val, in hid_interrupt() local
194 report_id = data[1]; in hid_interrupt()
206 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) || in hid_interrupt()
442 if (report_id != AMM_REPORT_ID || !AMM_VALID_REPORT(len)) in hid_interrupt()
/freebsd/sys/dev/usb/input/
H A Dwmt.c227 uint8_t report_id; member
647 (len > 0 && sc->report_id != 0)) { in wmt_intr_callback()
655 if (sc->report_id && *buf != sc->report_id) in wmt_intr_callback()
663 if (sc->report_id) { in wmt_intr_callback()
738 uint8_t report_id = 0; in wmt_hid_parse() local
814 (report_id == 0 || report_id == hi.report_ID) && in wmt_hid_parse()
831 (report_id == 0 || report_id == hi.report_ID)) in wmt_hid_parse()
832 report_id = hi.report_ID; in wmt_hid_parse()
936 report_id); in wmt_hid_parse()
946 sc->report_id = report_id; in wmt_hid_parse()
/freebsd/sys/dev/hid/
H A Dhmt.c202 uint8_t report_id; member
507 id = sc->report_id != 0 ? *(uint8_t *)buf : 0; in hmt_intr()
508 if (sc->report_id != id) { in hmt_intr()
514 if (sc->report_id != 0) { in hmt_intr()
667 uint8_t report_id = 0; in hmt_hid_parse() local
742 (report_id == 0 || report_id == hi.report_ID)) in hmt_hid_parse()
743 report_id = hi.report_ID; in hmt_hid_parse()
852 sc->report_id = report_id; in hmt_hid_parse()
H A Dietp.c105 uint8_t report_id; member
253 sc->report_id = sc->hi_precision ? in ietp_attach()
354 if (*report != sc->report_id) in ietp_intr()
H A Dhid.c581 int report_id = 0; in hid_report_size() local
597 report_id = 1; in hid_report_size()
609 return ((temp + 7) / 8 + report_id); in hid_report_size()
/freebsd/lib/libusbhid/
H A Dparse.c536 int report_id = 0; in hid_report_size() local
553 report_id = 1; in hid_report_size()
565 return ((temp + 7) / 8 + report_id); in hid_report_size()
/freebsd/sys/dev/atopcase/
H A Datopcase_reg.h60 uint8_t report_id; member
H A Datopcase.c691 payload.report_id = ATOPCASE_BKL_REPORT_ID; in atopcase_backlight_update_status()