Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dsplice.c1314 if (ipipe && opipe) { in do_splice()
1319 if (ipipe == opipe) in do_splice()
1326 } else if (ipipe) { in do_splice()
1408 if (ipipe) { in __do_splice()
1742 i_tail = ipipe->tail; in splice_pipe_to_pipe()
1755 i_head = ipipe->head; in splice_pipe_to_pipe()
1781 pipe_unlock(ipipe); in splice_pipe_to_pipe()
1831 pipe_unlock(ipipe); in splice_pipe_to_pipe()
1865 i_tail = ipipe->tail; in link_pipe()
1919 pipe_unlock(ipipe); in link_pipe()
[all …]
/linux-6.15/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 …]