Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/storage/
Dtransport.c236 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe) in usb_stor_clear_halt() function
255 EXPORT_SYMBOL_GPL(usb_stor_clear_halt);
293 if (usb_stor_clear_halt(us, pipe) < 0) in interpret_urb_result()
1015 usb_stor_clear_halt(us, pipe); in usb_stor_CB_transport()
1281 result = usb_stor_clear_halt(us, us->recv_bulk_pipe); in usb_stor_reset_common()
1284 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.c639 if (usb_stor_clear_halt(us, in usbat_hp8200e_rw_block_test()
/linux-3.4.99/drivers/staging/keucr/
Dtransport.c114 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe) in usb_stor_clear_halt() function
159 if (usb_stor_clear_halt(us, pipe) < 0) in interpret_urb_result()
771 result = usb_stor_clear_halt(us, us->recv_bulk_pipe); in usb_stor_reset_common()
774 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
Dtransport.h38 extern int usb_stor_clear_halt(struct us_data *us, unsigned int pipe);