hid_get_data
int32_t hid_get_data(const void *p, const hid_item_t *h);
int32_t hid_get_data(const uint8_t *buf, hid_size_t len,
? hid_get_data(buf, len, &hi->loc)
hid_get_data(hm->intr_buf, hm->intr_len, (loc))
if (hid_get_data(buf, len, &sc->sc_loc_apple_eject)) {
if (hid_get_data(buf, len, &sc->sc_loc_apple_fn)) {
} else if (hid_get_data(buf, len, &sc->sc_loc_key[i])) {
wheel = hid_get_data(buf, len, &sc->wheel_loc);
int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
left_btn = hid_get_data(buf, len, &sc->btn_loc[0]);
hid_get_data(buf,
hid_get_data(buffer, actlen,
hid_get_data(buffer, actlen,
hid_get_data(buffer, actlen,
if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_eject)) {
if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_apple_fn)) {
} else if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_key[i])) {
dw += hid_get_data(buf, len, &info->sc_loc_w);
dx += hid_get_data(buf, len, &info->sc_loc_x);
dy -= hid_get_data(buf, len, &info->sc_loc_y);
temp = hid_get_data(buf, len, &info->sc_loc_z);
dt += hid_get_data(buf, len, &info->sc_loc_t);
if (hid_get_data(buf, len, &info->sc_loc_btn[i]))
int_btn = hid_get_data(buf, len, &sc->int_btn_loc);
left_btn = hid_get_data(buf, len, &sc->btn_loc[0]);
hid_get_data(buf,
val = hid_get_data(buf, &cmd->item);
val = hid_get_data(buf, &cmd->item);
data = hid_get_data(buf, h);
val = hid_get_data(data, &h);
val = hid_get_data(data, &h);