Home
last modified time | relevance | path

Searched refs:data_pipe (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent-rw.c46 int data_pipe[2]; in rw_thread_init() local
69 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
78 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
83 rw_ti->read_pipe = data_pipe[1]; in rw_thread_init()
84 rw_ti->write_pipe = data_pipe[0]; in rw_thread_init()
/linux-4.1.27/drivers/usb/image/
Dmicrotek.h22 int data_pipe; member
Dmicrotek.c475 context->data_pipe, in mts_command_done()
481 context->data_pipe, in mts_command_done()
509 context->data_pipe, in mts_do_sg()
568 desc->context.data_pipe = pipe; in mts_build_transfer_context()