Searched refs:usb_get_endpoint_status (Results 1 – 1 of 1) sorted by relevance
115 static int usb_get_endpoint_status(PTP_USB* ptp_usb, int ep, uint16_t* status);1640 ret = usb_get_endpoint_status(ptp_usb,ptp_usb->inep,&status); in clear_stall()1653 ret = usb_get_endpoint_status(ptp_usb,ptp_usb->outep,&status); in clear_stall()1915 static int usb_get_endpoint_status(PTP_USB* ptp_usb, int ep, uint16_t* status) in usb_get_endpoint_status() function