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

/freebsd-10.3-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.3-release/usr.sbin/bluetooth/bthidd/
H A Dhid.c162 val = hid_get_data(data, &h);
214 val = hid_get_data(data, &h);
/freebsd-10.3-release/sys/dev/usb/input/
H A Dukbd.c714 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_eject))
721 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_fn))
728 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_ctrl_l))
735 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_ctrl_r))
742 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_shift_l))
749 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_shift_r))
756 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_alt_l))
763 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_alt_r))
770 if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_win_l))
777 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.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c205 val = hid_get_data(buf, &cmd->item);
209 val = hid_get_data(buf, &cmd->item);
/freebsd-10.3-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.3-release/usr.bin/usbhidctl/
H A Dusbhid.c285 data = hid_get_data(buf, h);
/freebsd-10.3-release/sys/dev/sound/usb/
H A Duaudio.c5987 hid_get_data(buffer, actlen,
5997 hid_get_data(buffer, actlen,
6007 hid_get_data(buffer, actlen,

Completed in 257 milliseconds