Home
last modified time | relevance | path

Searched refs:opipe (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/
Dsplice.c1091 struct pipe_inode_info *opipe,
1102 struct pipe_inode_info *opipe; in do_splice() local
1107 opipe = get_pipe_info(out); in do_splice()
1109 if (ipipe && opipe) { in do_splice()
1120 if (ipipe == opipe) in do_splice()
1126 return splice_pipe_to_pipe(ipipe, opipe, len, flags); in do_splice()
1166 if (opipe) { in do_splice()
1181 pipe_lock(opipe); in do_splice()
1182 ret = wait_for_space(opipe, flags); in do_splice()
1184 ret = do_splice_to(in, &offset, opipe, len, flags); in do_splice()
[all …]
/Linux-v5.4/drivers/usb/storage/
Dfreecom.c153 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()
293 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
370 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
[all …]