Searched refs:ipipe (Results 1 – 1 of 1) sorted by relevance
| /drivers/usb/storage/ |
| A D | freecom.c | 153 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument 176 result = usb_stor_bulk_srb(us, ipipe, srb); in freecom_readdata() 186 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument 225 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local 237 ipipe = us->recv_bulk_pipe; in freecom_transport() 265 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport() 307 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport() 370 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport() 375 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport() 401 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport() [all …]
|
Completed in 4 milliseconds