/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 261 u32 pipe; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 557 display_pipe_params_st pipe; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dce_calcs.h | 484 const struct pipe_ctx *pipe,
|
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.h | 60 /* base register: CIO2_REG_PIPE_BASE(pipe) * CIO2_REG_CSIRX_BASE */ 79 /* base register: CIO2_REG_PIPE_BASE(pipe) * CIO2_REG_MIPIBE_BASE */ 105 /* base register: CIO2_REG_PIPE_BASE(pipe) * CIO2_REG_IRQCTRL_BASE */ 351 struct media_pipeline pipe; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_crtc.c | 384 c->state->event->pipe = drm_crtc_index(c); in atmel_hlcdc_crtc_atomic_flush()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/ |
H A D | mcde_drv.c | 188 ret = drm_simple_display_pipe_attach_bridge(&mcde->pipe, in mcde_modeset_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
H A D | lima_gem.c | 343 submit->task, submit->ctx->context + submit->pipe, in lima_gem_submit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_kms.c | 268 event->pipe = drm_crtc_index(crtc); in zynqmp_dpsub_crtc_atomic_flush()
|
/kernel/linux/linux-6.6/tools/lib/perf/tests/ |
H A D | test-evlist.c | 242 err = pipe(go_pipe); in test_mmap_thread() 243 __T("failed to create pipe", err == 0); in test_mmap_thread()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | code-reading.c | 480 if (pipe(pipefd) < 0) { in syscall_something() 481 pr_debug("pipe failed\n"); in syscall_something()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | tc_police.sh | 253 action police rate 80mbit burst 16k conform-exceed drop/pipe \
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | vec-syscfg.c | 91 ret = pipe(pipefd); in get_child_rdvl() 93 ksft_print_msg("pipe() failed: %d (%s)\n", in get_child_rdvl() 109 /* Child: put vector length on the pipe */ in get_child_rdvl() 112 * Replace stdout with the pipe, errors to stderr from in get_child_rdvl()
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | resctrl_val.c | 661 if (pipe(pipefd)) { in resctrl_val() 662 perror("# Unable to create pipe"); in resctrl_val()
|
H A D | resctrlfs.c | 659 ret = pipe(pipefds); in filter_dmesg() 661 perror("pipe"); in filter_dmesg() 676 perror("fdopen(pipe)"); in filter_dmesg()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 307 /* Reserve fd 0 for 1-byte pipe ping from child. */ in main() 315 if (pipe(pipefd) == -1) { in main()
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | playback.c | 424 urb->pipe = in line6_create_audio_out_urbs()
|
/third_party/backends/backend/ |
H A D | hp-handle.c | 135 /* Forked child must close read end of pipe */ in reader_process() 145 /* not closing writing end of pipe gives an infinite loop on Digital UNIX */ in reader_process() 164 if (pipe(fds)) in hp_handle_startReader() 187 { /* After fork(), parent must close writing end of pipe */ in hp_handle_startReader() 188 DBG(3, "hp_handle_startReader: parent closes write end of pipe\n"); in hp_handle_startReader() 687 DBG(1, "sanei_hp_handle_read: read from pipe: %s. Stop scan\n", in sanei_hp_handle_read() 701 DBG(1, "sanei_hp_handle_read: EOF from pipe. Stop scan\n"); in sanei_hp_handle_read()
|
/third_party/cups-filters/filter/ |
H A D | sys5ippprinter.c | 20 * open_pipe() - Create a pipe to transfer data from filter to filter 130 * Ignore broken pipe signals... in main() 778 * 'open_pipe()' - Create a pipe which is closed on exec. 785 * Create the pipe... in open_pipe() 788 if (pipe(fds)) in open_pipe() 797 * Set the "close on exec" flag on each end of the pipe... in open_pipe()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ipp.c | 561 * Create a pipe for passing the ippfind output to post-processing in ippfind_based_uri_converter() 564 if (pipe(post_proc_pipe)) { in ippfind_based_uri_converter() 565 perror("ERROR: Unable to create pipe to post-processing"); in ippfind_based_uri_converter()
|
H A D | pdftoippprinter.c | 19 * open_pipe() - Create a pipe to transfer data from filter to filter 174 * Ignore broken pipe signals... in apply_filters() 813 * 'open_pipe()' - Create a pipe which is closed on exec. 820 * Create the pipe... in open_pipe() 823 if (pipe(fds)) { in open_pipe() 831 * Set the "close on exec" flag on each end of the pipe... in open_pipe()
|
/third_party/libuv/src/unix/ |
H A D | pipe.c | 472 /* Exit early if pipe already has desired mode. */ in uv_pipe_chmod() 505 if (pipe(temp)) in uv_pipe()
|
/third_party/libuv/test/ |
H A D | benchmark-multi-accept.c | 29 uv_pipe_t pipe; member 41 * 1. The main thread starts an IPC pipe server. 199 /* Set up an IPC pipe server that hands out listen sockets to the worker 221 /* We need to initialize this pipe with ipc=0 - this is not a uv_pipe we'll in send_listen_handles() 223 * If we accept a connection then the connected pipe must be initialized in send_listen_handles()
|
/third_party/libuv/include/uv/ |
H A D | win.h | 502 } pipe;
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 262 pipe(fds); in fopen()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 39 #include <pipe/p_screen.h>
|