Lines Matching refs:ipipe
152 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument
175 result = usb_stor_bulk_srb(us, ipipe, srb); in freecom_readdata()
185 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument
224 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
236 ipipe = us->recv_bulk_pipe; in freecom_transport()
264 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
306 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
369 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
374 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
400 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()
405 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()