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

/freebsd-10.1-release/lib/libusbhid/
H A DMakefile16 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-10.1-release/usr.sbin/bluetooth/bthidd/
H A Dhid.c169 val = hid_get_data(data, &h);
208 val = hid_get_data(data, &h);
/freebsd-10.1-release/sys/dev/usb/input/
H A Dukbd.c710 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_eject))
717 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_fn))
724 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_ctrl_l))
731 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_ctrl_r))
738 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_shift_l))
745 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_shift_r))
752 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_alt_l))
759 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_alt_r))
766 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_win_l))
773 if (hid_get_data(s
[all...]
H A Dums.c241 dw += hid_get_data(buf, len, &info->sc_loc_w);
245 dx += hid_get_data(buf, len, &info->sc_loc_x);
249 dy = -hid_get_data(buf, len, &info->sc_loc_y);
254 temp = hid_get_data(buf, len, &info->sc_loc_z);
262 dt -= hid_get_data(buf, len, &info->sc_loc_t);
271 if (hid_get_data(buf, len, &info->sc_loc_btn[i]))
/freebsd-10.1-release/usr.bin/usbhidaction/
H A Dusbhidaction.c207 val = hid_get_data(buf, &cmd->item);
211 val = hid_get_data(buf, &cmd->item);
/freebsd-10.1-release/sys/dev/usb/
H A Dusbhid.h234 int32_t hid_get_data(const uint8_t *buf, usb_size_t len,
H A Dusb_hid.c647 * hid_get_data
659 DPRINTFN(11, "hid_get_data: loc %d/%d\n", hpos, hsize);
688 DPRINTFN(11, "hid_get_data: loc %d/%d = %lu\n",
694 hid_get_data(const uint8_t *buf, usb_size_t len, struct hid_location *loc) function
/freebsd-10.1-release/usr.bin/usbhidctl/
H A Dusbhid.c285 data = hid_get_data(buf, h);
/freebsd-10.1-release/sys/dev/sound/usb/
H A Duaudio.c5788 hid_get_data(buffer, actlen,
5798 hid_get_data(buffer, actlen,
5808 hid_get_data(buffer, actlen,

Completed in 115 milliseconds