Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c1089 us->recv_bulk_pipe : us->send_bulk_pipe; in usb_stor_CBI_transport()
1284 us->recv_bulk_pipe : us->send_bulk_pipe; in usb_stor_CB_transport()
1363 result = usb_stor_bulk_transfer_async_prepare(us, us->current_urb, us->send_bulk_pipe, in usb_stor_Bulk_transport()
1376 us->recv_bulk_pipe : us->send_bulk_pipe; in usb_stor_Bulk_transport()
1386 us->send_bulk_pipe, US_BULK_CB_WRAP_LEN); in usb_stor_Bulk_transport()
1423 us->send_bulk_pipe, US_BULK_CB_WRAP_LEN); in usb_stor_Bulk_transport()
1457 result = usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe, in usb_stor_Bulk_transport()
1467 us->recv_bulk_pipe : us->send_bulk_pipe; in usb_stor_Bulk_transport()
1609 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
H A DdrvMassStor.h142 U32 send_bulk_pipe; member
H A DdrvMassStor.c858 us->send_bulk_pipe = usb_sndbulkpipe(us->pusb_dev, in get_pipes()