Home
last modified time | relevance | path

Searched refs:hid_get_data (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/bsd/
DSDL_sysjoystick.c558 v = (Sint32) hid_get_data(REP_BUF_DATA(rep), &hitem);
568 v = (Sint32) hid_get_data(REP_BUF_DATA(rep), &hitem);
576 v = (Sint32) hid_get_data(REP_BUF_DATA(rep), &hitem);
/third_party/FreeBSD/sys/dev/usb/
Dusbhid.h254 int32_t hid_get_data(const uint8_t *buf, usb_size_t len,
Dusb_hid.c674 hid_get_data(const uint8_t *buf, usb_size_t len, struct hid_location *loc) in hid_get_data() function