Searched refs:opipe (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ |
D | splice.c | 1345 struct pipe_inode_info *opipe, 1356 struct pipe_inode_info *opipe; in do_splice() local 1361 opipe = get_pipe_info(out); in do_splice() 1363 if (ipipe && opipe) { in do_splice() 1374 if (ipipe == opipe) in do_splice() 1377 return splice_pipe_to_pipe(ipipe, opipe, len, flags); in do_splice() 1414 if (opipe) { in do_splice() 1426 ret = do_splice_to(in, &offset, opipe, len, flags); in do_splice() 1800 struct pipe_inode_info *opipe, in splice_pipe_to_pipe() argument 1813 ret = opipe_prep(opipe, flags); in splice_pipe_to_pipe() [all …]
|
/linux-4.4.14/drivers/usb/storage/ |
D | freecom.c | 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() [all …]
|