Lines Matching refs:ipipe
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()
406 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()