Home
last modified time | relevance | path

Searched refs:pipe (Results 2776 - 2800 of 2911) sorted by relevance

1...<<111112113114115116117

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h1140 bool ipc:1; /* set if connection to IPC$ share (always also pipe) */
1141 bool pipe:1; /* set if connection to pipe share */ member
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.h536 struct pipe_inode_info *pipe,
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c630 * zynqmp_disp_avbuf_enable - Enable the video pipe
633 * De-assert the video pipe reset.
641 * zynqmp_disp_avbuf_disable - Disable the video pipe
644 * Assert the video pipe reset.
1530 event->pipe = drm_crtc_index(crtc); in zynqmp_disp_crtc_atomic_flush()
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/
H A Dstk-webcam.c300 * This function is called as an URB transfert is complete (Isochronous pipe).
467 urb->pipe = usb_rcvisocpipe(udev, dev->isoc_ep); in stk_prepare_iso()
/kernel/linux/linux-5.10/drivers/media/usb/msi2500/
H A Dmsi2500.c360 * This gets called for the Isochronous pipe (stream). This is done in interrupt
504 urb->pipe = usb_rcvisocpipe(dev->udev, 0x81); in msi2500_isoc_init()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-capture.c1013 ret = media_pipeline_start(entity, &cap->rkisp1->pipe); in rkisp1_vb2_start_streaming()
/kernel/linux/linux-6.6/drivers/media/usb/msi2500/
H A Dmsi2500.c360 * This gets called for the Isochronous pipe (stream). This is done in interrupt
504 urb->pipe = usb_rcvisocpipe(dev->udev, 0x81); in msi2500_isoc_init()
/kernel/linux/linux-6.6/include/linux/
H A Dhyperv.h259 /* Make maximum size of pipe payload of 16K */
266 /* The size of the user defined data buffer for non-pipe offers. */
269 /* The size of the user defined data buffer for pipe offers. */
297 * The following structure is an integrated pipe protocol, which
305 } pipe; member
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.c524 if (usb_pipeisoc(urb->pipe)) { in usbatm_rx_process()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dcatc.c484 urb->pipe = q->dir ? usb_rcvctrlpipe(usbdev, 0) : usb_sndctrlpipe(usbdev, 0); in catc_ctrl_run()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dprotection_keys.c1122 pipe_ret = pipe(pipe_fds); in test_kernel_gup_of_access_disabled_region()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dlib.sh62 matchall action pipe &> /dev/null
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh62 matchall action pipe &> /dev/null
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh62 matchall action pipe &> /dev/null
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh62 matchall action pipe &> /dev/null
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.h573 struct pipe_inode_info *pipe,
/kernel/linux/linux-6.6/sound/usb/misc/
H A Dua101.c1090 urb->urb.pipe = stream->usb_pipe; in alloc_stream_urbs()
/third_party/backends/backend/
H A Dhp5400_sane.c1297 CircBufferGetLine (s->HWParams.iXferHandle, &s->HWParams.pipe, buffer); in sane_read()
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf.cc969 /* Create a pipe for feeding the job into sub-process */ in sub_process_spawn()
970 if (pipe(fds)) in sub_process_spawn()
974 fprintf(stderr, "ERROR: Unable to establish pipe for sub-process call\n"); in sub_process_spawn()
978 /* Set the "close on exec" flag on each end of the pipe... */ in sub_process_spawn()
985 fprintf(stderr, "ERROR: Unable to set \"close on exec\" flag on read end of the pipe for sub-process call\n"); in sub_process_spawn()
992 fprintf(stderr, "ERROR: Unable to set \"close on exec\" flag on write end of the pipe for sub-process call\n"); in sub_process_spawn()
998 /* Couple pipe with STDIN of sub-process */ in sub_process_spawn()
1003 fprintf(stderr, "ERROR: Unable to couple pipe with STDIN of sub-process\n"); in sub_process_spawn()
1007 fprintf(stderr, "ERROR: Unable to couple pipe with STDIN of sub-process\n"); in sub_process_spawn()
1195 using QPDF for flattening the form, we pipe th in main()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c64 /* Technically this requires a pipe, but the kernel only supports one pipe in tu_drm_get_param()
65 * anyway at the time of writing and most of these are clearly pipe in tu_drm_get_param()
68 .pipe = MSM_PIPE_3D0, in tu_drm_get_param()
/third_party/ltp/lib/
H A Dsafe_macros.c275 rval = pipe(fildes); in safe_pipe()
279 "pipe({%d,%d}) failed", fildes[0], fildes[1]); in safe_pipe()
282 "Invalid pipe({%d,%d}) return value %d", fildes[0], in safe_pipe()
/third_party/ltp/pan/
H A Dltp-pan.c944 if (pipe(errpipe) < 0) { in run_child()
945 fprintf(stderr, "pan(%s): pipe() failed. errno:%d %s\n", in run_child()
978 fcntl(errpipe[1], F_SETFD, 1); /* close the pipe if we succeed */ in run_child()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c781 switch (v3d->vtx->pipe[driver_location].src_format) { in v3d_update_compiled_vs()
/third_party/node/lib/internal/streams/
H A Dreadable.js709 Readable.prototype.pipe = function(dest, pipeOpts) {
723 debug('pipe count=%d opts=%j', state.pipes.length, pipeOpts);
756 // Cleanup event handlers once the pipe is broken.
855 dest.emit('pipe', src);
862 debug('pipe resume');
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c27 #include "pipe/p_state.h"
482 struct pipe_vertex_element *elem = &vtx->vtx->pipe[i]; in fd5_emit_vertex_bufs()

Completed in 49 milliseconds

1...<<111112113114115116117