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

/freebsd-10.0-release/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-10.0-release/sys/dev/usb/
H A Dusb_hid.c70 static uint8_t hid_get_byte(struct hid_data *s, const uint16_t wSize);
212 hid_get_byte(struct hid_data *s, const uint16_t wSize) argument
226 /* check if data pointer can be advanced by "wSize" bytes */
227 if ((s->end - ptr) < wSize)
230 ptr += wSize;

Completed in 118 milliseconds