Searched refs:opipe (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ |
D | splice.c | 1336 struct pipe_inode_info *opipe, 1347 struct pipe_inode_info *opipe; in do_splice() local 1352 opipe = get_pipe_info(out); in do_splice() 1354 if (ipipe && opipe) { in do_splice() 1365 if (ipipe == opipe) in do_splice() 1368 return splice_pipe_to_pipe(ipipe, opipe, len, flags); in do_splice() 1405 if (opipe) { in do_splice() 1417 ret = do_splice_to(in, &offset, opipe, len, flags); in do_splice() 1791 struct pipe_inode_info *opipe, in splice_pipe_to_pipe() argument 1804 ret = opipe_prep(opipe, flags); in splice_pipe_to_pipe() [all …]
|
/linux-4.1.27/drivers/usb/storage/ |
D | freecom.c | 153 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument 167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata() 186 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument 200 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_writedata() 209 result = usb_stor_bulk_srb(us, opipe, srb); in freecom_writedata() 225 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local 236 opipe = us->send_bulk_pipe; in freecom_transport() 248 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport() 288 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport() 358 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport() [all …]
|