Home
last modified time | relevance | path

Searched refs:pipe (Results 2476 - 2500 of 2938) sorted by relevance

1...<<919293949596979899100>>...118

/third_party/python/Lib/
H A Dsubprocess.py25 PIPE: Special value that indicates a pipe should be created
733 # use vfork (even if glibc 2.26 added a pipe to properly report errors
758 creating the stdin/stdout/stderr pipe file objects
1145 pass # communicate() must ignore broken pipe errors.
1150 # process is still running but closed the pipe.
1158 pass # communicate() must ignore broken pipe errors.
1547 # Child is launched. Close the parent's copy of those pipe
1550 # output pipe are maintained in this process or else the
1551 # pipe will not close when the child process exits and the
1698 p2cread, p2cwrite = os.pipe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dene_ub6250.c510 unsigned int pipe = fDir; in ene_send_scsi_cmd() local
513 pipe = us->recv_bulk_pipe; in ene_send_scsi_cmd()
515 pipe = us->send_bulk_pipe; in ene_send_scsi_cmd()
519 result = usb_stor_bulk_srb(us, pipe, us->srb); in ene_send_scsi_cmd()
521 result = usb_stor_bulk_transfer_sg(us, pipe, buf, in ene_send_scsi_cmd()
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c481 /* If one link of bidirectional dgram pipe is disconnected, in unix_dgram_disconnected()
1927 /* Keep two messages in the pipe so it schedules better */ in unix_stream_sendmsg()
2305 struct pipe_inode_info *pipe; member
2541 state->pipe, chunk, state->splice_flags); in unix_stream_splice_actor()
2545 struct pipe_inode_info *pipe, in unix_stream_splice_read()
2551 .pipe = pipe, in unix_stream_splice_read()
2544 unix_stream_splice_read(struct socket *sock, loff_t *ppos, struct pipe_inode_info *pipe, size_t size, unsigned int flags) unix_stream_splice_read() argument
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dene_ub6250.c510 unsigned int pipe = fDir; in ene_send_scsi_cmd() local
513 pipe = us->recv_bulk_pipe; in ene_send_scsi_cmd()
515 pipe = us->send_bulk_pipe; in ene_send_scsi_cmd()
519 result = usb_stor_bulk_srb(us, pipe, us->srb); in ene_send_scsi_cmd()
521 result = usb_stor_bulk_transfer_sg(us, pipe, buf, in ene_send_scsi_cmd()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.h136 bool dcn32_is_center_timing(struct pipe_ctx *pipe);
137 bool dcn32_is_psr_capable(struct pipe_ctx *pipe);
162 bool dcn32_allow_subvp_with_active_margin(struct pipe_ctx *pipe);
164 bool dcn32_allow_subvp_high_refresh_rate(struct dc *dc, struct dc_state *context, struct pipe_ctx *pipe);
170 bool dcn32_check_native_scaling_for_res(struct pipe_ctx *pipe, unsigned int width, unsigned int height);
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c886 int pipe = urb->pipe; in usb_hub_clear_tt_buffer() local
904 clear->devinfo = usb_pipeendpoint (pipe); in usb_hub_clear_tt_buffer()
906 clear->devinfo |= usb_pipecontrol(pipe) in usb_hub_clear_tt_buffer()
909 if (usb_pipein(pipe)) in usb_hub_clear_tt_buffer()
1399 unsigned int pipe; in hub_configure() local
1655 pipe = usb_rcvintpipe(hdev, endpoint->bEndpointAddress); in hub_configure()
1656 maxp = usb_maxpacket(hdev, pipe); in hub_configure()
1667 usb_fill_int_urb(hub->urb, hdev, pipe, *hub->buffer, maxp, hub_irq, in hub_configure()
/third_party/python/Lib/test/
H A Dtest_subprocess.py640 # capture stdout and stderr to the same pipe
713 test_pipe_r, test_pipe_w = os.pipe()
735 # Windows pipe size can be acquired via GetNamedPipeInfoFunction
756 fp_r, fp_w = os.pipe()
766 # On other platforms we cannot test the pipe size (yet). But above
966 x, y = os.pipe()
1351 fds.extend(os.pipe())
1870 # Anything can be in the pipe, no assumptions should
2791 fds = os.pipe()
2864 # internal child error pipe an
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c32 * per-pipe or per-encoder dedicated PLLs, others allow the use of any PLL
344 drm_dbg(&i915->drm, "using %s for pipe %c\n", pll->info->name, in intel_reference_shared_dpll()
345 pipe_name(crtc->pipe)); in intel_reference_shared_dpll()
347 shared_dpll[id].crtc_mask |= 1 << crtc->pipe; in intel_reference_shared_dpll()
357 shared_dpll[pll->info->id].crtc_mask &= ~(1 << crtc->pipe); in intel_unreference_shared_dpll()
494 /* Ironlake PCH has a fixed PLL->PCH pipe mapping. */ in ibx_get_dpll()
495 i = (enum intel_dpll_id) crtc->pipe; in ibx_get_dpll()
2081 drm_dbg(&i915->drm, "no PLL dividers found for clock %d pipe %c\n", in bxt_ddi_hdmi_pll_dividers()
2083 pipe_name(crtc->pipe)); in bxt_ddi_hdmi_pll_dividers()
4500 pll->state.crtc_mask |= 1 << crtc->pipe; in readout_dpll_hw_state()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c20 #include "pipe/p_context.h"
1068 return nine_create_shader_with_so_and_destroy(ureg, device->context.pipe, NULL); in nine_ff_build_vs()
1567 return nine_create_shader_with_so_and_destroy(ureg, device->context.pipe, NULL); in nine_ff_build_ps()
2146 context->pipe->bind_vs_state(context->pipe, NULL); in nine_ff_prune_vs()
2160 context->pipe->bind_fs_state(context->pipe, NULL); in nine_ff_prune_ps()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c630 uint32_t pipe, uint32_t slot, bool wfm) in tu6_emit_cond_for_load_stores()
634 tu_cs_emit(cs, A6XX_CP_REG_TEST_0_REG(REG_A6XX_VSC_STATE_REG(pipe)) | in tu6_emit_cond_for_load_stores()
645 uint32_t tx, uint32_t ty, uint32_t pipe, uint32_t slot) in tu6_emit_tile_select()
668 tu_cs_emit(cs, tiling->pipe_sizes[pipe] | in tu6_emit_tile_select()
670 tu_cs_emit(cs, pipe * cmd->vsc_draw_strm_pitch); in tu6_emit_tile_select()
671 tu_cs_emit(cs, pipe * 4); in tu6_emit_tile_select()
672 tu_cs_emit(cs, pipe * cmd->vsc_prim_strm_pitch); in tu6_emit_tile_select()
675 tu6_emit_cond_for_load_stores(cmd, cs, pipe, slot, hw_binning); in tu6_emit_tile_select()
1375 uint32_t tx, uint32_t ty, uint32_t pipe, uint32_t slot) in tu6_render_tile()
1377 tu6_emit_tile_select(cmd, &cmd->cs, tx, ty, pipe, slo in tu6_render_tile()
629 tu6_emit_cond_for_load_stores(struct tu_cmd_buffer *cmd, struct tu_cs *cs, uint32_t pipe, uint32_t slot, bool wfm) tu6_emit_cond_for_load_stores() argument
643 tu6_emit_tile_select(struct tu_cmd_buffer *cmd, struct tu_cs *cs, uint32_t tx, uint32_t ty, uint32_t pipe, uint32_t slot) tu6_emit_tile_select() argument
1374 tu6_render_tile(struct tu_cmd_buffer *cmd, struct tu_cs *cs, uint32_t tx, uint32_t ty, uint32_t pipe, uint32_t slot) tu6_render_tile() argument
1461 uint32_t pipe = pipe_row + px; tu_cmd_render_tiles() local
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Dcvmx-pko.c152 config.s.pipe = (mode == CVMX_HELPER_INTERFACE_MODE_LOOP) ? in __cvmx_pko_port_map_o68()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h598 unsigned int pipe, unsigned int flags, int *vpos,
H A Damdgpu_ring.h221 u32 pipe; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h484 const struct pipe_ctx *pipe,
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Dcvmx-pko.c152 config.s.pipe = (mode == CVMX_HELPER_INTERFACE_MODE_LOOP) ? in __cvmx_pko_port_map_o68()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dtc_police.sh251 action police rate 80mbit burst 16k conform-exceed drop/pipe \
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dresctrl_val.c622 if (pipe(pipefd)) { in resctrl_val()
623 perror("# Unable to create pipe"); in resctrl_val()
H A Dresctrlfs.c651 ret = pipe(pipefds); in filter_dmesg()
653 perror("pipe"); in filter_dmesg()
667 perror("fdopen(pipe)"); in filter_dmesg()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-pid-vm.c267 /* Reserve fd 0 for 1-byte pipe ping from child. */ in main()
275 if (pipe(pipefd) == -1) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_restrictions.sh357 action police rate 100mbit burst 100k conform-exceed drop/pipe \
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.h42 /* base register: CIO2_REG_PIPE_BASE(pipe) * CIO2_REG_CSIRX_BASE */
61 /* base register: CIO2_REG_PIPE_BASE(pipe) * CIO2_REG_MIPIBE_BASE */
87 /* base register: CIO2_REG_PIPE_BASE(pipe) * CIO2_REG_IRQCTRL_BASE */
331 struct media_pipeline pipe; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-tegra.c300 if (usb_pipeisoc(urb->pipe)) in free_dma_aligned_buffer()
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h360 /* All platforms (desktop has no pipe B) */
606 extern int intelfbhw_wait_for_vsync(struct intelfb_info *dinfo, u32 pipe);
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dopticon.c142 usb_clear_halt(port->serial->dev, port->read_urb->pipe); in opticon_open()
242 /* send it down the pipe */ in opticon_write()
H A Dcyberjack.c142 usb_clear_halt(port->serial->dev, port->write_urb->pipe); in cyberjack_open()

Completed in 53 milliseconds

1...<<919293949596979899100>>...118