/src/sys/dev/usb/ |
uhidev.h | 43 int reportid; member in struct:uhidev_attach_arg
|
/src/lib/libusbhid/ |
parse.c | 57 int reportid; member in struct:hid_data 107 s->reportid = id; 135 if (h->report_ID == s->reportid || s->reportid == -1)
|
/src/usr.bin/usbhidaction/ |
usbhidaction.c | 96 int reportid; local in function:main 156 if (ioctl(fd, USB_GET_REPORT_ID, &reportid) < 0) 157 reportid = -1; 162 commands = parse_conf(conf, repd, reportid, ignore); 164 sz = hid_report_size(repd, hid_input, reportid); 206 parse_conf(conf, repd, reportid, ignore); 237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) 310 for (d = hid_start_parse(repd, 1 << hid_input, reportid);
|
/src/sys/dev/i2c/ |
ihidev.h | 164 uint8_t reportid; member in struct:ihidev_attach_arg
|
/src/usr.bin/usbhidctl/ |
usbhid.c | 66 static int reportid; variable in typeref:typename:int 432 reptsize = hid_report_size(rd, reptoparam[repindex].hid_kind, reportid); 656 hdata = hid_start_parse(rd, 1 << hid_input, reportid); 681 if (reportid != -1 && hitem.report_ID != reportid) 719 hdata = hid_start_parse(rd, kindset, reportid); 753 if (reportid != -1 && hitem.report_ID != reportid) 1014 if (ioctl(hidfd, USB_GET_REPORT_ID, &reportid) < 0) 1015 reportid = -1 [all...] |