Searched refs:report_id (Results 1 – 10 of 10) sorted by relevance
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | kbd.c | 542 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 D | hid.c | 173 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/hid/ |
| H A D | hidwacom.c | 103 uint8_t report_id; in hidwacom_intr() local 111 report_id = buf[0]; in hidwacom_intr() 113 if (report_id == WACOM_REPORT_DEVICE_LIST) { in hidwacom_intr() 118 if (report_id != WACOM_REPORT_REMOTE) { in hidwacom_intr() 119 DPRINTFN(1, "unknown report id: 0x%02x\n", report_id); in hidwacom_intr()
|
| H A D | hmt.c | 202 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 D | ietp.c | 106 uint8_t report_id; member 281 sc->report_id = sc->hi_precision ? in ietp_attach() 382 if (*report != sc->report_id) in ietp_intr()
|
| H A D | hid.c | 581 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/sys/dev/usb/input/ |
| H A D | wmt.c | 227 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/lib/libusbhid/ |
| H A D | parse.c | 536 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 D | atopcase_reg.h | 60 uint8_t report_id; member
|
| H A D | atopcase.c | 691 payload.report_id = ATOPCASE_BKL_REPORT_ID; in atopcase_backlight_update_status()
|