Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libusbhid/
Ddescr_compat.c62 if (ioctl(fd, USB_GET_REPORT_ID, &temp) < 0) in hid_get_report_id_compat7()
Ddescr.c85 ret = ioctl(fd, USB_GET_REPORT_ID, &temp); in hid_get_report_id()
/freebsd-10-stable/sys/dev/usb/
Dusb_ioctl.h272 #define USB_GET_REPORT_ID _IOR ('U', 25, int) macro
/freebsd-10-stable/sys/dev/usb/input/
Duhid.c651 case USB_GET_REPORT_ID: in uhid_ioctl()
/freebsd-10-stable/sys/compat/linux/
Dlinux_ioctl.c3517 args->cmd = USB_GET_REPORT_ID; in linux_ioctl_fbsd_usb()