Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dfreecom.c108 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument
122 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata()
141 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument
155 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_writedata()
164 result = usb_stor_bulk_srb(us, opipe, srb); in freecom_writedata()
180 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
191 opipe = us->send_bulk_pipe; in freecom_transport()
203 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
243 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
312 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
[all …]