Home
last modified time | relevance | path

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

/linux/fs/
H A Dsplice.c1281 static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
1308 struct pipe_inode_info *ipipe; in do_splice() local
1317 ipipe = get_pipe_info(in, true); in do_splice()
1320 if (ipipe && opipe) { in do_splice()
1325 if (ipipe == opipe) in do_splice()
1331 ret = splice_pipe_to_pipe(ipipe, opipe, len, flags); in do_splice()
1332 } else if (ipipe) { in do_splice()
1354 ret = do_splice_from(ipipe, out, &offset, len, flags); in do_splice()
1406 struct pipe_inode_info *ipipe; in __do_splice() local
1411 ipipe = get_pipe_info(in, true); in __do_splice()
[all …]
/linux/drivers/usb/storage/
H A Dfreecom.c153 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument
176 result = usb_stor_bulk_srb(us, ipipe, srb); in freecom_readdata()
186 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument
225 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
237 ipipe = us->recv_bulk_pipe; in freecom_transport()
265 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
307 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
370 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
375 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
401 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()
[all …]