Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.h129 #define IOCTL_USBFS_RELEASEINTF _IOR('U', 16, unsigned int) macro
Dlinux_usbfs.c1153 int r = ioctl(fd, IOCTL_USBFS_RELEASEINTF, &iface); in op_release_interface()