Searched refs:interpret_urb_result (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvTransport.c | 444 static int interpret_urb_result(struct us_data *us, U32 pipe, in interpret_urb_result() function 533 return interpret_urb_result(us, pipe, size, result, in usb_stor_ctrl_transfer() 564 return interpret_urb_result(us, pipe, length, result, in usb_stor_intr_transfer() 601 return interpret_urb_result(us, pipe, length, result, in usb_stor_bulk_transfer_buf() 642 status = interpret_urb_result(us, pipe, length, purb->status, in usb_stor_bulk_transfer_async_wait() 718 return interpret_urb_result(us, pipe, length, result,
|