Searched refs:usb_clear_stall_feature (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.c114 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep);
1645 ret = usb_clear_stall_feature(ptp_usb,ptp_usb->inep);
1647 perror ("usb_clear_stall_feature()");
1658 ret = usb_clear_stall_feature(ptp_usb,ptp_usb->outep);
1660 perror("usb_clear_stall_feature()");
1907 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep) function

Completed in 394 milliseconds