Lines Matching refs:opipe
178 int opipe;
184 opipe = usb_sndbulkpipe (us->pusb_dev, us->ep_out);
198 result = usb_stor_bulk_msg (us, ideout, opipe,
218 int ipipe, opipe;
223 opipe = usb_sndbulkpipe (us->pusb_dev, us->ep_out);
238 result = usb_stor_bulk_msg (us, idein, opipe,
274 int ipipe, int opipe, int count) in freecom_readdata() argument
289 result = usb_stor_bulk_msg (us, fxfr, opipe, in freecom_readdata()
315 int ipipe, int opipe, int count) in freecom_writedata() argument
330 result = usb_stor_bulk_msg (us, fxfr, opipe, in freecom_writedata()
363 int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
377 opipe = usb_sndbulkpipe (us->pusb_dev, us->ep_out); in freecom_transport()
389 result = usb_stor_bulk_msg (us, fcb, opipe, in freecom_transport()
440 result = usb_stor_bulk_msg (us, fcb, opipe, in freecom_transport()
519 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
548 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()