Home
last modified time | relevance | path

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

/external/libmtp/src/
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); in clear_stall()
1658 ret = usb_clear_stall_feature(ptp_usb,ptp_usb->outep); in clear_stall()
1907 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep) in usb_clear_stall_feature() function