Searched refs:USB_GET_REPORT_ID (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/lib/libusbhid/
H A Ddescr_compat.c62 if (ioctl(fd, USB_GET_REPORT_ID, &temp) < 0)
H A Ddescr.c85 ret = ioctl(fd, USB_GET_REPORT_ID, &temp);
/freebsd-10.3-release/sys/dev/usb/
H A Dusb_ioctl.h272 #define USB_GET_REPORT_ID _IOR ('U', 25, int) macro
/freebsd-10.3-release/sys/dev/usb/input/
H A Duhid.c651 case USB_GET_REPORT_ID:
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_ioctl.c3506 args->cmd = USB_GET_REPORT_ID;

Completed in 85 milliseconds