/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.h | 33 #include "pipe/p_state.h" 106 struct pipe_context *pipe; /**< pipe context */ member 150 struct blitter_context *util_blitter_create(struct pipe_context *pipe); 164 * Return the pipe context associated with a blitter context. 169 return blitter->pipe; in util_blitter_get_pipe() 248 * This is a generic implementation of pipe->blit, which accepts
|
/third_party/python/Lib/asyncio/ |
H A D | subprocess.py | 76 pipe = self.stdin 77 if pipe is not None: 78 pipe.close()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_uio.rs | 43 let pipe_res = pipe(); in test_writev() 44 let (reader, writer) = pipe_res.expect("Couldn't create pipe"); in test_writev() 88 let (reader, writer) = pipe().expect("couldn't create pipe"); in test_readv() 234 let (r, w) = pipe().unwrap(); in test_process_vm_readv()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210-hcd.c | 2116 if (urb->dev->tt && !usb_pipeint(urb->pipe) && !qh->clearing_tt) { in fotg210_clear_tt_buffer() 2122 usb_pipeendpoint(urb->pipe), token); in fotg210_clear_tt_buffer() 2173 usb_pipeendpoint(urb->pipe), in qtd_copy_status() 2174 usb_pipein(urb->pipe) ? "in" : "out"); in qtd_copy_status() 2182 usb_pipedevice(urb->pipe), in qtd_copy_status() 2183 usb_pipeendpoint(urb->pipe), in qtd_copy_status() 2184 usb_pipein(urb->pipe) ? "in" : "out", in qtd_copy_status() 2220 usb_pipeendpoint(urb->pipe), 2221 usb_pipein(urb->pipe) ? "in" : "out", 2550 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 3914 iso_stream_init(struct fotg210_hcd *fotg210, struct fotg210_iso_stream *stream, struct usb_device *dev, int pipe, unsigned interval) iso_stream_init() argument [all...] |
H A D | isp116x-hcd.c | 266 && usb_pipein(urb->pipe)) in preproc_atl_queue() 280 ptd->faddr = PTD_FA(usb_pipedevice(urb->pipe)); in preproc_atl_queue() 302 if (usb_pipecontrol(urb->pipe)) 375 usb_pipecontrol(urb->pipe)) { in postproc_atl_queue() 401 if (usb_pipeint(urb->pipe) && !PTD_GET_LEN(ptd)) { in postproc_atl_queue() 440 if (usb_pipecontrol(urb->pipe)) in postproc_atl_queue() 451 else if (usb_pipeout(urb->pipe)) { in postproc_atl_queue() 687 unsigned int pipe = urb->pipe; in isp116x_urb_enqueue() local 688 int is_out = !usb_pipein(pipe); in isp116x_urb_enqueue() [all...] |
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 2117 if (urb->dev->tt && !usb_pipeint(urb->pipe) && !qh->clearing_tt) { in fotg210_clear_tt_buffer() 2123 usb_pipeendpoint(urb->pipe), token); in fotg210_clear_tt_buffer() 2174 usb_pipeendpoint(urb->pipe), in qtd_copy_status() 2175 usb_pipein(urb->pipe) ? "in" : "out"); in qtd_copy_status() 2183 usb_pipedevice(urb->pipe), in qtd_copy_status() 2184 usb_pipeendpoint(urb->pipe), in qtd_copy_status() 2185 usb_pipein(urb->pipe) ? "in" : "out", in qtd_copy_status() 2221 usb_pipeendpoint(urb->pipe), 2222 usb_pipein(urb->pipe) ? "in" : "out", 2551 is_input = usb_pipein(urb->pipe); in qh_urb_transaction() 3915 iso_stream_init(struct fotg210_hcd *fotg210, struct fotg210_iso_stream *stream, struct usb_device *dev, int pipe, unsigned interval) iso_stream_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_kms.c | 1156 unsigned int pipe = crtc->index; in amdgpu_get_vblank_counter_kms() local 1161 if (pipe >= adev->mode_info.num_crtc) { in amdgpu_get_vblank_counter_kms() 1162 DRM_ERROR("Invalid crtc %u\n", pipe); in amdgpu_get_vblank_counter_kms() 1174 if (adev->mode_info.crtcs[pipe]) { in amdgpu_get_vblank_counter_kms() 1179 count = amdgpu_display_vblank_get_counter(adev, pipe); in amdgpu_get_vblank_counter_kms() 1185 dev, pipe, GET_DISTANCE_TO_VBLANKSTART, in amdgpu_get_vblank_counter_kms() 1187 &adev->mode_info.crtcs[pipe]->base.hwmode); in amdgpu_get_vblank_counter_kms() 1188 } while (count != amdgpu_display_vblank_get_counter(adev, pipe)); in amdgpu_get_vblank_counter_kms() 1195 pipe, vpos); in amdgpu_get_vblank_counter_kms() 1206 count = amdgpu_display_vblank_get_counter(adev, pipe); in amdgpu_get_vblank_counter_kms() 1224 unsigned int pipe = crtc->index; amdgpu_enable_vblank_kms() local 1241 unsigned int pipe = crtc->index; amdgpu_disable_vblank_kms() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_udc_core.c | 733 /* check if the pipe is empty */ in fsl_queue_td() 1305 static void udc_reset_ep_queue(struct fsl_udc *udc, u8 pipe) in udc_reset_ep_queue() argument 1307 struct fsl_ep *ep = get_ep_by_pipe(udc, pipe); in udc_reset_ep_queue() 1432 int pipe = get_pipe_by_windex(wIndex); variable 1435 if (wValue != 0 || wLength != 0 || pipe >= udc->max_ep) 1437 ep = get_ep_by_pipe(udc, pipe); 1594 static int process_ep_req(struct fsl_udc *udc, int pipe, in process_ep_req() argument 1601 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe]; in process_ep_req() 1602 int direction = pipe % 2; in process_ep_req() 1616 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req() 1775 u8 pipe; reset_queues() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 1819 int radeon_get_crtc_scanoutpos(struct drm_device *dev, unsigned int pipe, in radeon_get_crtc_scanoutpos() argument 1837 if (pipe == 0) { in radeon_get_crtc_scanoutpos() 1844 if (pipe == 1) { in radeon_get_crtc_scanoutpos() 1851 if (pipe == 2) { in radeon_get_crtc_scanoutpos() 1858 if (pipe == 3) { in radeon_get_crtc_scanoutpos() 1865 if (pipe == 4) { in radeon_get_crtc_scanoutpos() 1872 if (pipe == 5) { in radeon_get_crtc_scanoutpos() 1880 if (pipe == 0) { in radeon_get_crtc_scanoutpos() 1885 if (pipe == 1) { in radeon_get_crtc_scanoutpos() 1892 if (pipe in radeon_get_crtc_scanoutpos() 2000 unsigned int pipe = crtc->index; radeon_get_crtc_scanout_position() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | isp116x-hcd.c | 266 && usb_pipein(urb->pipe)) in preproc_atl_queue() 280 ptd->faddr = PTD_FA(usb_pipedevice(urb->pipe)); in preproc_atl_queue() 302 if (usb_pipecontrol(urb->pipe)) 375 usb_pipecontrol(urb->pipe)) { in postproc_atl_queue() 401 if (usb_pipeint(urb->pipe) && !PTD_GET_LEN(ptd)) { in postproc_atl_queue() 440 if (usb_pipecontrol(urb->pipe)) in postproc_atl_queue() 451 else if (usb_pipeout(urb->pipe)) { in postproc_atl_queue() 687 unsigned int pipe = urb->pipe; in isp116x_urb_enqueue() local 688 int is_out = !usb_pipein(pipe); in isp116x_urb_enqueue() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_udc_core.c | 729 /* check if the pipe is empty */ in fsl_queue_td() 1304 static void udc_reset_ep_queue(struct fsl_udc *udc, u8 pipe) in udc_reset_ep_queue() argument 1306 struct fsl_ep *ep = get_ep_by_pipe(udc, pipe); in udc_reset_ep_queue() 1431 int pipe = get_pipe_by_windex(wIndex); variable 1434 if (wValue != 0 || wLength != 0 || pipe >= udc->max_ep) 1436 ep = get_ep_by_pipe(udc, pipe); 1593 static int process_ep_req(struct fsl_udc *udc, int pipe, in process_ep_req() argument 1600 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe]; in process_ep_req() 1601 int direction = pipe % 2; in process_ep_req() 1615 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req() 1774 u8 pipe; reset_queues() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_kms.c | 1387 unsigned int pipe = crtc->index; in amdgpu_get_vblank_counter_kms() local 1392 if (pipe >= adev->mode_info.num_crtc) { in amdgpu_get_vblank_counter_kms() 1393 DRM_ERROR("Invalid crtc %u\n", pipe); in amdgpu_get_vblank_counter_kms() 1405 if (adev->mode_info.crtcs[pipe]) { in amdgpu_get_vblank_counter_kms() 1410 count = amdgpu_display_vblank_get_counter(adev, pipe); in amdgpu_get_vblank_counter_kms() 1416 dev, pipe, GET_DISTANCE_TO_VBLANKSTART, in amdgpu_get_vblank_counter_kms() 1418 &adev->mode_info.crtcs[pipe]->base.hwmode); in amdgpu_get_vblank_counter_kms() 1419 } while (count != amdgpu_display_vblank_get_counter(adev, pipe)); in amdgpu_get_vblank_counter_kms() 1426 pipe, vpos); in amdgpu_get_vblank_counter_kms() 1437 count = amdgpu_display_vblank_get_counter(adev, pipe); in amdgpu_get_vblank_counter_kms() 1455 unsigned int pipe = crtc->index; amdgpu_enable_vblank_kms() local 1472 unsigned int pipe = crtc->index; amdgpu_disable_vblank_kms() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 1813 int radeon_get_crtc_scanoutpos(struct drm_device *dev, unsigned int pipe, in radeon_get_crtc_scanoutpos() argument 1831 if (pipe == 0) { in radeon_get_crtc_scanoutpos() 1838 if (pipe == 1) { in radeon_get_crtc_scanoutpos() 1845 if (pipe == 2) { in radeon_get_crtc_scanoutpos() 1852 if (pipe == 3) { in radeon_get_crtc_scanoutpos() 1859 if (pipe == 4) { in radeon_get_crtc_scanoutpos() 1866 if (pipe == 5) { in radeon_get_crtc_scanoutpos() 1874 if (pipe == 0) { in radeon_get_crtc_scanoutpos() 1879 if (pipe == 1) { in radeon_get_crtc_scanoutpos() 1886 if (pipe in radeon_get_crtc_scanoutpos() 1994 unsigned int pipe = crtc->index; radeon_get_crtc_scanout_position() local [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | endpoint.c | 153 return ep->implicit_fb_sync && usb_pipeout(ep->pipe); in snd_usb_endpoint_implicit_feedback_sink() 345 * the fixed 12.13 frequency is passed as 16.16 through the pipe. in prepare_outbound_urb() 356 * the fixed 10.14 frequency is passed through the pipe. in prepare_outbound_urb() 551 if (usb_pipeout(ep->pipe)) { in snd_complete_urb() 705 ep->pipe = usb_sndisocpipe(chip->dev, ep_num); in snd_usb_add_endpoint() 707 ep->pipe = usb_rcvisocpipe(chip->dev, ep_num); in snd_usb_add_endpoint() 1101 usb_pipeout(ep->pipe)); in data_ep_set_params() 1103 usb_audio_dbg(chip, "Setting params for data EP 0x%x, pipe 0x%x\n", in data_ep_set_params() 1104 ep->ep_num, ep->pipe); in data_ep_set_params() 1191 if (usb_pipein(ep->pipe) || e in data_ep_set_params() [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 99 struct pipe_context *pipe = nine_context_get_pipe_acquire(This->base.device); in D3DWindowBuffer_create() local 106 if (!This->screen->resource_get_handle(This->screen, pipe, resource, in D3DWindowBuffer_create() 626 struct pipe_context *pipe; in handle_draw_cursor_and_hud() local 664 pipe = NineDevice9_GetPipe(This->base.device); in handle_draw_cursor_and_hud() 665 pipe->blit(pipe, &blit); in handle_draw_cursor_and_hud() 669 /* Implicit use of context pipe */ in handle_draw_cursor_and_hud() 724 struct pipe_context *pipe; in present() local 831 pipe = NineDevice9_GetPipe(This->base.device); in present() 881 pipe in present() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 474 const struct pipe_ctx *pipe) in is_sharable_clk_src() 483 (dc_is_dp_signal(pipe->stream->signal) && in is_sharable_clk_src() 485 pipe->stream))) in is_sharable_clk_src() 489 && dc_is_dual_link_signal(pipe->stream->signal)) in is_sharable_clk_src() 492 if (dc_is_hdmi_signal(pipe->stream->signal) in is_sharable_clk_src() 497 pipe_with_clk_src->stream, pipe->stream)) in is_sharable_clk_src() 592 int get_num_mpc_splits(struct pipe_ctx *pipe) in get_num_mpc_splits() argument 595 struct pipe_ctx *other_pipe = pipe->bottom_pipe; in get_num_mpc_splits() 597 while (other_pipe && other_pipe->plane_state == pipe->plane_state) { in get_num_mpc_splits() 601 other_pipe = pipe in get_num_mpc_splits() 472 is_sharable_clk_src( const struct pipe_ctx *pipe_with_clk_src, const struct pipe_ctx *pipe) is_sharable_clk_src() argument 610 get_num_odm_splits(struct pipe_ctx *pipe) get_num_odm_splits() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_crtc.h | 28 struct omap_drm_pipeline *pipe,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_connector.h | 26 enum pipe intel_connector_get_pipe(struct intel_connector *connector);
|
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | indigoiox_dsp.c | 31 u16 pipe, int gain);
|
H A D | indigodjx_dsp.c | 31 u16 pipe, int gain);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_output.c | 34 int mdfld_get_panel_type(struct drm_device *dev, int pipe) in mdfld_get_panel_type() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_drv.h | 29 int pipe; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hwseq.h | 41 struct pipe_ctx *pipe,
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | Makefile | 4 imx8-isi-hw.o imx8-isi-pipe.o imx8-isi-video.o
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_scaler.h | 11 enum pipe;
|