Searched refs:wSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libusbhid/
H A Dparse.c183 hid_get_byte(struct hid_data *s, const uint16_t wSize) argument
197 /* check if data pointer can be advanced by "wSize" bytes */
198 if ((s->end - ptr) < wSize)
201 ptr += wSize;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c70 static uint8_t hid_get_byte(struct hid_data *s, const uint16_t wSize);
213 hid_get_byte(struct hid_data *s, const uint16_t wSize) argument
227 /* check if data pointer can be advanced by "wSize" bytes */
228 if ((s->end - ptr) < wSize)
231 ptr += wSize;

Completed in 56 milliseconds