Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dtransport.c243 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe) in usb_stor_clear_halt() function
262 EXPORT_SYMBOL_GPL(usb_stor_clear_halt);
303 if (usb_stor_clear_halt(us, pipe) < 0) in interpret_urb_result()
1069 usb_stor_clear_halt(us, pipe); in usb_stor_CB_transport()
1385 result = usb_stor_clear_halt(us, us->recv_bulk_pipe); in usb_stor_reset_common()
1388 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
Dtransport.h91 extern int usb_stor_clear_halt(struct us_data *us, unsigned int pipe);
Dshuttle_usbat.c644 if (usb_stor_clear_halt(us, in usbat_hp8200e_rw_block_test()