Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.h161 #define IOCTL_USBFS_CLEAR_HALT _IOR('U', 21, unsigned int) macro
Dlinux_usbfs.c1443 int r = ioctl(fd, IOCTL_USBFS_CLEAR_HALT, &_endpoint); in op_clear_halt()