Searched refs:usb_clear_stall_feature (Results 1 – 1 of 1) sorted by relevance
115 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep);1793 ret = usb_clear_stall_feature(ptp_usb,ptp_usb->inep); in clear_stall()1806 ret = usb_clear_stall_feature(ptp_usb,ptp_usb->outep); in clear_stall()2124 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep) in usb_clear_stall_feature() function