Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c409 int usb_stor_clear_halt(struct us_data *us, U32 pipe) in usb_stor_clear_halt() function
471 if (usb_stor_clear_halt(us, pipe) < 0) in interpret_urb_result()
1606 result = usb_stor_clear_halt(us, us->recv_bulk_pipe); in usb_stor_reset_common()
1609 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
H A DdrvTransport.h189 extern int usb_stor_clear_halt(struct us_data *us, U32 pipe);