Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dtransport.c235 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe) in usb_stor_clear_halt() function
254 EXPORT_SYMBOL_GPL(usb_stor_clear_halt);
293 if (usb_stor_clear_halt(us, pipe) < 0) in interpret_urb_result()
1030 usb_stor_clear_halt(us, pipe); in usb_stor_CB_transport()
1333 result = usb_stor_clear_halt(us, us->recv_bulk_pipe); in usb_stor_reset_common()
1336 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
Dtransport.h90 extern int usb_stor_clear_halt(struct us_data *us, unsigned int pipe);
Dshuttle_usbat.c642 if (usb_stor_clear_halt(us, in usbat_hp8200e_rw_block_test()