Searched refs:hid_get_data (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c45 #define hid_get_data rumpns_hid_get_data macro
126 MYld_ATF_CHECK_EQ(hid_get_data(range_test_minimum_report,
128 MYld_ATF_CHECK_EQ(hid_get_data(range_test_negative_one_report,
130 MYld_ATF_CHECK_EQ(hid_get_data(range_test_positive_one_report,
132 MYld_ATF_CHECK_EQ(hid_get_data(range_test_maximum_report,
147 MYld_ATF_CHECK_EQ(hid_get_data(range_test_minimum_report,
149 MYld_ATF_CHECK_EQ(hid_get_data(range_test_negative_one_report,
151 MYld_ATF_CHECK_EQ(hid_get_data(range_test_positive_one_report,
153 MYld_ATF_CHECK_EQ(hid_get_data(range_test_maximum_report,
168 MYld_ATF_CHECK_EQ(hid_get_data(range_test_minimum_repor
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libusbhid/
H A Dt_usbhid.c237 atf_tc_set_md_var(tc, "descr", "Test hid_get_data results");
256 data = hid_get_data(range_test_minimum_report, &hi);
258 data = hid_get_data(range_test_negative_one_report, &hi);
260 data = hid_get_data(range_test_positive_one_report, &hi);
262 data = hid_get_data(range_test_maximum_report, &hi);
267 data = hid_get_data(range_test_minimum_report, &hi);
269 data = hid_get_data(range_test_negative_one_report, &hi);
271 data = hid_get_data(range_test_positive_one_report, &hi);
273 data = hid_get_data(range_test_maximum_report, &hi);
278 data = hid_get_data(range_test_minimum_repor
[all...]
/freebsd-11-stable/lib/libusbhid/
H A DMakefile17 usbhid.3 hid_get_data.3 usbhid.3 hid_set_data.3
H A Dusbhid.h106 int32_t hid_get_data(const void *p, const hid_item_t *h);
H A Ddata.c41 hid_get_data(const void *p, const hid_item_t *h) function
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dhid.c165 val = hid_get_data(data, &h);
217 val = hid_get_data(data, &h);
/freebsd-11-stable/sys/dev/usb/input/
H A Dums.c277 dw += hid_get_data(buf, len, &info->sc_loc_w);
281 dx += hid_get_data(buf, len, &info->sc_loc_x);
285 dy -= hid_get_data(buf, len, &info->sc_loc_y);
290 temp = hid_get_data(buf, len, &info->sc_loc_z);
298 dt += hid_get_data(buf, len, &info->sc_loc_t);
310 if (hid_get_data(buf, len, &info->sc_loc_btn[i]))
H A Dukbd.c713 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_eject))
718 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_fn))
752 } else if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_key[i])) {
/freebsd-11-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c207 val = hid_get_data(buf, &cmd->item);
211 val = hid_get_data(buf, &cmd->item);
/freebsd-11-stable/sys/dev/usb/
H A Dusbhid.h256 int32_t hid_get_data(const uint8_t *buf, usb_size_t len,
H A Dusb_hid.c648 * hid_get_data
660 DPRINTFN(11, "hid_get_data: loc %d/%d\n", hpos, hsize);
689 DPRINTFN(11, "hid_get_data: loc %d/%d = %lu\n",
695 hid_get_data(const uint8_t *buf, usb_size_t len, struct hid_location *loc) function
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c287 data = hid_get_data(buf, h);
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c6138 hid_get_data(buffer, actlen,
6148 hid_get_data(buffer, actlen,
6158 hid_get_data(buffer, actlen,

Completed in 272 milliseconds