Searched refs:reportid (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duhidev.h43 int reportid; member in struct:uhidev_attach_arg
H A Duts.c127 if (!hid_is_collection(desc, size, uha->reportid,
129 !hid_is_collection(desc, size, uha->reportid,
160 uha->reportid, hid_input, &sc->sc_loc_x, &flags)) {
179 uha->reportid, hid_input, &sc->sc_loc_y, &flags)) {
198 uha->reportid, hid_input, &sc->sc_loc_btn, 0)) {
206 uha->reportid, hid_input, &sc->sc_loc_z, &flags)) {
249 || item.report_ID != uha->reportid)
H A Dums.c168 if (!hid_is_collection(desc, size, uha->reportid,
170 !hid_is_collection(desc, size, uha->reportid,
172 !hid_is_collection(desc, size, uha->reportid,
208 if (!hidms_setup(self, &sc->sc_ms, uha->reportid, desc, size))
262 || item.report_ID != uha->reportid)
H A Duintuos.c98 (uha->reportid == 16))
103 (uha->reportid == 16))
122 sc->sc_hdev.sc_report_id = uha->reportid;
H A Duhid.c165 DPRINTF(("uhid_match: report=%d\n", uha->reportid));
184 sc->sc_report_id = uha->reportid;
189 repid = uha->reportid;
193 sc->sc_raw = hid_is_collection(desc, size, uha->reportid,
H A Duhidev.c418 uha.reportid = repid;
463 if (uha->reportid != 0)
464 aprint_normal(" reportid %d", uha->reportid);
H A Duatp.c895 hid_input, uha->reportid);
896 aprint_debug("%s: reportid %d, input size %d\n", __func__,
897 (int)uha->reportid, input_size);
949 uha->reportid);
953 uha->reportid);
H A Duthum.c146 repid = uha->reportid;
H A Dukbd.c416 if (!hid_is_collection(desc, size, uha->reportid,
437 sc->sc_report_id = uha->reportid;
H A Ducycom.c232 repid = uha->reportid;
/netbsd-current/sys/dev/i2c/
H A Dims.c72 if (hid_is_collection(desc, size, iha->reportid,
76 if (hid_is_collection(desc, size, iha->reportid,
80 if (hid_is_collection(desc, size, iha->reportid,
84 if (hid_is_collection(desc, size, iha->reportid,
105 sc->sc_hdev.sc_report_id = iha->reportid;
111 repid = iha->reportid;
116 if (!hidms_setup(self, ms, iha->reportid, desc, size) != 0)
H A Dihidev.h160 uint8_t reportid; member in struct:ihidev_attach_arg
H A Dihidev.c221 iha.reportid = IHIDEV_CLAIM_ALLREPORTID;
241 iha.reportid = repid;
858 if (iha->reportid == IHIDEV_CLAIM_ALLREPORTID)
864 if (iha->reportid != 0)
865 aprint_normal(" reportid %d", iha->reportid);
876 cf->ihidevcf_reportid != iha->reportid)
/netbsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c96 int reportid; local
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) argument
310 for (d = hid_start_parse(repd, 1 << hid_input, reportid);
/netbsd-current/lib/libusbhid/
H A Dparse.c57 int reportid; member in struct:hid_data
107 s->reportid = id;
135 if (h->report_ID == s->reportid || s->reportid == -1)
/netbsd-current/usr.bin/usbhidctl/
H A Dusbhid.c66 static int reportid; variable
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
[all...]
/netbsd-current/sys/arch/macppc/dev/
H A Dpbms.c340 sc->sc_hdev.sc_report_id = uha->reportid;

Completed in 285 milliseconds