Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/storage/
Dtransport.c227 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe) in usb_stor_clear_halt() function
246 EXPORT_SYMBOL_GPL(usb_stor_clear_halt);
287 if (usb_stor_clear_halt(us, pipe) < 0) in interpret_urb_result()
1065 usb_stor_clear_halt(us, pipe); in usb_stor_CB_transport()
1380 result = usb_stor_clear_halt(us, us->recv_bulk_pipe); in usb_stor_reset_common()
1383 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
Dtransport.h75 extern int usb_stor_clear_halt(struct us_data *us, unsigned int pipe);
Dshuttle_usbat.c632 if (usb_stor_clear_halt(us, in usbat_hp8200e_rw_block_test()