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

/freebsd-13-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-13-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-13-stable/lib/libusbhid/
H A DMakefile16 usbhid.3 hid_get_data.3 usbhid.3 hid_set_data.3
H A Dusbhid.h108 int32_t hid_get_data(const void *p, const hid_item_t *h);
H A Ddata.c43 hid_get_data(const void *p, const hid_item_t *h) function
/freebsd-13-stable/sys/dev/usb/input/
H A Dums.c282 dw += hid_get_data(buf, len, &info->sc_loc_w);
286 dx += hid_get_data(buf, len, &info->sc_loc_x);
290 dy -= hid_get_data(buf, len, &info->sc_loc_y);
295 temp = hid_get_data(buf, len, &info->sc_loc_z);
303 dt += hid_get_data(buf, len, &info->sc_loc_t);
315 if (hid_get_data(buf, len, &info->sc_loc_btn[i]))
H A Dwmt.c634 int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
636 left_btn = hid_get_data(buf, len, &sc->btn_loc[0]);
643 hid_get_data(buf,
H A Dukbd.c695 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_eject))
700 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_fn))
739 } else if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_key[i])) {
/freebsd-13-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c207 val = hid_get_data(buf, &cmd->item);
211 val = hid_get_data(buf, &cmd->item);
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dhid.c212 val = hid_get_data(data, &h);
264 val = hid_get_data(data, &h);
/freebsd-13-stable/sys/dev/hid/
H A Dhidmap.h74 hid_get_data(hm->intr_buf, hm->intr_len, (loc))
H A Dhid.h323 int32_t hid_get_data(const uint8_t *buf, hid_size_t len,
H A Dhmt.c635 int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
637 left_btn = hid_get_data(buf, len, &sc->btn_loc[0]);
644 hid_get_data(buf,
H A Dhkbd.c691 if (hid_get_data(buf, len, &sc->sc_loc_apple_eject))
696 if (hid_get_data(buf, len, &sc->sc_loc_apple_fn))
717 hid_get_data(buf + offset, len - offset,
733 } else if (hid_get_data(buf, len, &sc->sc_loc_key[i])) {
H A Dhid.c701 * hid_get_data
713 DPRINTFN(11, "hid_get_data: loc %d/%d\n", hpos, hsize);
742 DPRINTFN(11, "hid_get_data: loc %d/%d = %lu\n",
748 hid_get_data(const uint8_t *buf, hid_size_t len, struct hid_location *loc) function
H A Dhidmap.c228 ? hid_get_data(buf, len, &hi->loc)
/freebsd-13-stable/usr.bin/usbhidctl/
H A Dusbhid.c287 data = hid_get_data(buf, h);
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio.c6099 hid_get_data(buffer, actlen,
6108 hid_get_data(buffer, actlen,
6117 hid_get_data(buffer, actlen,

Completed in 258 milliseconds