Lines Matching refs:opipe
156 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument
170 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata()
189 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument
203 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_writedata()
212 result = usb_stor_bulk_srb(us, opipe, srb); in freecom_writedata()
228 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
239 opipe = us->send_bulk_pipe; in freecom_transport()
251 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
291 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
361 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
390 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()