/src/sys/dev/i2c/ |
ihidev.c | 389 int report_id = rreq->id; local in function:ihidev_hid_command 396 "(type %d, len %d)\n", device_xname(sc->sc_dev), report_id, 406 if (report_id >= 15) { 407 cmd[dataoff++] = report_id; 408 report_id = 15; 413 cmd[2] = report_id | rreq->type << 4; 480 int report_id = rreq->id; local in function:ihidev_hid_command 481 int report_len = 2 + (report_id ? 1 : 0) + rreq->len; 486 "(type %d, len %d):", device_xname(sc->sc_dev), report_id, 500 if (report_id >= 15) [all...] |
ihidev.c | 389 int report_id = rreq->id; local in function:ihidev_hid_command 396 "(type %d, len %d)\n", device_xname(sc->sc_dev), report_id, 406 if (report_id >= 15) { 407 cmd[dataoff++] = report_id; 408 report_id = 15; 413 cmd[2] = report_id | rreq->type << 4; 480 int report_id = rreq->id; local in function:ihidev_hid_command 481 int report_len = 2 + (report_id ? 1 : 0) + rreq->len; 486 "(type %d, len %d):", device_xname(sc->sc_dev), report_id, 500 if (report_id >= 15) [all...] |
/src/usr.bin/usbhidctl/ |
usbhid.c | 106 int report_id; member in struct:Sreport 681 if (reportid != -1 && hitem.report_ID != reportid) 729 hitem.kind, hitem.report_ID, hitem.usage); 753 if (reportid != -1 && hitem.report_ID != reportid)
|
usbhid.c | 106 int report_id; member in struct:Sreport 681 if (reportid != -1 && hitem.report_ID != reportid) 729 hitem.kind, hitem.report_ID, hitem.usage); 753 if (reportid != -1 && hitem.report_ID != reportid)
|