Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_ioctl.h270 #define USB_GET_REPORT_ID _IOR ('U', 25, int) macro
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/bsd/
DSDL_sysjoystick.c336 if (ioctl(fd, USB_GET_REPORT_ID, &rep->rid) < 0) {
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c671 case USB_GET_REPORT_ID: { in uhid_ioctl()