hid_get_udata
uint32_t hid_get_udata(const uint8_t *buf, hid_size_t len,
: hid_get_udata(buf, len, &hi->loc);
hid_get_udata(hm->intr_buf, hm->intr_len, (loc))
hid_get_udata(buf, len, &tmp_loc);
cont_count_max = hid_get_udata(fbuf + 1,
sc->is_clickpad = hid_get_udata(fbuf + 1, sc->btn_type_rlen - 1,
cont_count = hid_get_udata(buf, len, &sc->cont_count_loc);
slot_data->val[usage] = hid_get_udata(
scan_time = hid_get_udata(buf, len, &sc->scan_time_loc);
hid_get_udata(sc->sc_buffer, len, &tmp_loc);
cont_count_max = hid_get_udata(sc->buf + 1,
sc->is_clickpad = hid_get_udata(sc->buf + 1,
cont_count = hid_get_udata(buf, len, &sc->cont_count_loc);
slot_data->val[usage] = hid_get_udata(
scan_time = hid_get_udata(buf, len, &sc->scan_time_loc);
return (hid_get_udata(buf, len, loc));