Home
last modified time | relevance | path

Searched refs:IOCTL_USBFS_GET_CAPABILITIES (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dlinux_usbfs.h166 #define IOCTL_USBFS_GET_CAPABILITIES _IOR('U', 26, __u32) macro
Dlinux_usbfs.c1304 r = ioctl(hpriv->fd, IOCTL_USBFS_GET_CAPABILITIES, &hpriv->caps); in op_open()