hid_get_data 431 dev/bluetooth/btkbd.c if (hid_get_data(data, &sc->sc_modloc[i])) hid_get_data 295 dev/bluetooth/btms.c dx = hid_get_data(data, &sc->sc_loc_x); hid_get_data 296 dev/bluetooth/btms.c dy = -hid_get_data(data, &sc->sc_loc_y); hid_get_data 297 dev/bluetooth/btms.c dz = hid_get_data(data, &sc->sc_loc_z); hid_get_data 298 dev/bluetooth/btms.c dw = hid_get_data(data, &sc->sc_loc_w); hid_get_data 305 dev/bluetooth/btms.c if (hid_get_data(data, &sc->sc_loc_button[i])) hid_get_data 95 dev/usb/hid.h u_long hid_get_data(u_char *buf, struct hid_location *loc); hid_get_data 573 dev/usb/ukbd.c if (hid_get_data(ibuf, &sc->sc_modloc[i])) hid_get_data 329 dev/usb/ums.c dx = hid_get_data(ibuf, &sc->sc_loc_x); hid_get_data 330 dev/usb/ums.c dy = -hid_get_data(ibuf, &sc->sc_loc_y); hid_get_data 331 dev/usb/ums.c dz = hid_get_data(ibuf, &sc->sc_loc_z); hid_get_data 332 dev/usb/ums.c dw = hid_get_data(ibuf, &sc->sc_loc_w); hid_get_data 336 dev/usb/ums.c if (hid_get_data(ibuf, &sc->sc_loc_btn[i]))