Lines Matching refs:ipipe
156 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument
179 result = usb_stor_bulk_srb(us, ipipe, srb); in freecom_readdata()
189 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument
228 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
240 ipipe = us->recv_bulk_pipe; in freecom_transport()
264 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
304 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
361 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
366 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
390 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()
395 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()