Searched refs:wSize (Results 1 – 2 of 2) sorted by relevance
171 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte() argument186 if ((s->end - ptr) < wSize) in hid_get_byte()189 ptr += wSize; in hid_get_byte()
164 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte() argument179 if ((s->end - ptr) < wSize) in hid_get_byte()182 ptr += wSize; in hid_get_byte()