Symbol: hid_get_data
lib/libusbhid/usbhid.h
109
int32_t hid_get_data(const void *p, const hid_item_t *h);
sys/dev/hid/hid.h
326
int32_t hid_get_data(const uint8_t *buf, hid_size_t len,
sys/dev/hid/hidmap.c
226
? hid_get_data(buf, len, &hi->loc)
sys/dev/hid/hidmap.h
76
hid_get_data(hm->intr_buf, hm->intr_len, (loc))
sys/dev/hid/hkbd.c
722
if (hid_get_data(buf, len, &sc->sc_loc_apple_eject)) {
sys/dev/hid/hkbd.c
731
if (hid_get_data(buf, len, &sc->sc_loc_apple_fn)) {
sys/dev/hid/hkbd.c
776
} else if (hid_get_data(buf, len, &sc->sc_loc_key[i])) {
sys/dev/hid/hms.c
151
wheel = hid_get_data(buf, len, &sc->wheel_loc);
sys/dev/hid/hmt.c
637
int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
sys/dev/hid/hmt.c
639
left_btn = hid_get_data(buf, len, &sc->btn_loc[0]);
sys/dev/hid/hmt.c
646
hid_get_data(buf,
sys/dev/sound/usb/uaudio.c
6122
hid_get_data(buffer, actlen,
sys/dev/sound/usb/uaudio.c
6131
hid_get_data(buffer, actlen,
sys/dev/sound/usb/uaudio.c
6140
hid_get_data(buffer, actlen,
sys/dev/usb/input/ukbd.c
787
if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_eject)) {
sys/dev/usb/input/ukbd.c
798
if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_fn)) {
sys/dev/usb/input/ukbd.c
849
} else if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_key[i])) {
sys/dev/usb/input/ums.c
280
dw += hid_get_data(buf, len, &info->sc_loc_w);
sys/dev/usb/input/ums.c
284
dx += hid_get_data(buf, len, &info->sc_loc_x);
sys/dev/usb/input/ums.c
288
dy -= hid_get_data(buf, len, &info->sc_loc_y);
sys/dev/usb/input/ums.c
293
temp = hid_get_data(buf, len, &info->sc_loc_z);
sys/dev/usb/input/ums.c
301
dt += hid_get_data(buf, len, &info->sc_loc_t);
sys/dev/usb/input/ums.c
313
if (hid_get_data(buf, len, &info->sc_loc_btn[i]))
sys/dev/usb/input/wmt.c
613
int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
sys/dev/usb/input/wmt.c
615
left_btn = hid_get_data(buf, len, &sc->btn_loc[0]);
sys/dev/usb/input/wmt.c
622
hid_get_data(buf,
usr.bin/usbhidaction/usbhidaction.c
206
val = hid_get_data(buf, &cmd->item);
usr.bin/usbhidaction/usbhidaction.c
210
val = hid_get_data(buf, &cmd->item);
usr.bin/usbhidctl/usbhid.c
286
data = hid_get_data(buf, h);
usr.sbin/bluetooth/bthidd/hid.c
211
val = hid_get_data(data, &h);
usr.sbin/bluetooth/bthidd/hid.c
263
val = hid_get_data(data, &h);