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

/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c44 int data_pipe[2]; local
67 if (pipe2(data_pipe, O_NONBLOCK) < 0) {
76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) {
81 rw_ti->read_pipe = data_pipe[1];
82 rw_ti->write_pipe = data_pipe[0];
/linux-master/drivers/usb/image/
H A Dmicrotek.h23 int data_pipe; member in struct:mts_transfer_context
H A Dmicrotek.c476 context->data_pipe,
482 context->data_pipe,
508 context->data_pipe,
565 desc->context.data_pipe = pipe;

Completed in 119 milliseconds