Home
last modified time | relevance | path

Searched refs:clear_halt (Results 1 – 6 of 6) sorted by relevance

/external/libusb/libusb/
Dlibusbi.h627 int (*clear_halt)(struct libusb_device_handle *handle, member
Dcore.c1313 return usbi_backend->clear_halt(dev, endpoint); in libusb_clear_halt()
/external/libmtp/src/
Dlibusb-glue.c1667 static void clear_halt(PTP_USB* ptp_usb) in clear_halt() function
1703 clear_halt(ptp_usb); in close_usb()
/external/libusb/libusb/os/
Ddarwin_usb.c1491 .clear_halt = darwin_clear_halt,
Dlinux_usbfs.c2179 .clear_halt = op_clear_halt,
/external/libusb/
DChangeLog1124 Linux: fix clear_halt implementation