Home
last modified time | relevance | path

Searched refs:pipe (Results 976 - 1000 of 3041) sorted by relevance

1...<<31323334353637383940>>...122

/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dstub_rx.c175 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
404 ep = (usb_pipein(urb->pipe) ? dev->ep_in : dev->ep_out) in masking_bogus_flags()
405 [usb_pipeendpoint(urb->pipe)]; in masking_bogus_flags()
466 int pipe = get_pipe(sdev, pdu); in stub_recv_cmd_submit() local
472 if (pipe == -1) in stub_recv_cmd_submit()
534 if (usb_pipeisoc(pipe)) in stub_recv_cmd_submit()
580 priv->urbs[i]->pipe = pipe; in stub_recv_cmd_submit()
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dst7586.c147 static void st7586_pipe_update(struct drm_simple_display_pipe *pipe, in st7586_pipe_update() argument
150 struct drm_plane_state *state = pipe->plane.state; in st7586_pipe_update()
156 if (!pipe->crtc.state->active) in st7586_pipe_update()
168 static void st7586_pipe_enable(struct drm_simple_display_pipe *pipe, in st7586_pipe_enable() argument
172 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in st7586_pipe_enable()
185 if (!drm_dev_enter(pipe->crtc.dev, &idx)) in st7586_pipe_enable()
248 static void st7586_pipe_disable(struct drm_simple_display_pipe *pipe) in st7586_pipe_disable() argument
250 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in st7586_pipe_disable()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-topology.h424 struct skl_pipe *pipe; member
438 struct skl_pipe *pipe; member
486 int skl_create_pipeline(struct skl_dev *skl, struct skl_pipe *pipe);
488 int skl_run_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
490 int skl_pause_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
492 int skl_delete_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
494 int skl_stop_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
496 int skl_reset_pipe(struct skl_dev *skl, struct skl_pipe *pipe);
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh167 ct commit nat src addr 192.0.2.2 pipe \
168 ct clear pipe \
169 ct commit nat dst addr 192.0.2.1 pipe \
212 action ct commit nat src addr 192.0.2.2 pipe \
213 action ct clear pipe \
214 action ct commit nat dst addr 192.0.2.1 pipe \
215 action ct clear pipe \
216 action skbedit ptype host pipe \
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dtc_actions.sh167 ct commit nat src addr 192.0.2.2 pipe \
168 ct clear pipe \
169 ct commit nat dst addr 192.0.2.1 pipe \
212 action ct commit nat src addr 192.0.2.2 pipe \
213 action ct clear pipe \
214 action ct commit nat dst addr 192.0.2.1 pipe \
215 action ct clear pipe \
216 action skbedit ptype host pipe \
/third_party/libuv/test/
H A Dtest-ping-pong.c48 uv_pipe_t pipe; member
290 r = uv_pipe_init(uv_default_loop(), &pinger->stream.pipe, 0); in pipe_pinger_new()
291 pinger->stream.pipe.data = pinger; in pipe_pinger_new()
296 uv_pipe_connect(&pinger->connect_req, &pinger->stream.pipe, TEST_PIPENAME, in pipe_pinger_new()
326 pinger->stream.pipe.data = pinger; in socketpair_pinger_new()
351 /* Try to make a pipe and do NUM_PINGS pings. */ in pipe2_pinger_new()
367 ASSERT_OK(uv_pipe_init(uv_default_loop(), &pinger->stream.pipe, 0)); in pipe2_pinger_new()
368 ASSERT_OK(uv_pipe_open(&pinger->stream.pipe, fds[1])); in pipe2_pinger_new()
369 pinger->stream.pipe.data = pinger; /* record for close_cb */ in pipe2_pinger_new()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.c453 struct pipe_context *pipe = ctx->pipe; in bind_samplers() local
477 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex, in bind_samplers()
499 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex, in bind_samplers()
507 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, num_samplers, 0, in bind_samplers()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c30 #include "pipe/p_screen.h"
31 #include "pipe/p_state.h"
116 fb->winsys_framebuffer->destroy(fb->winsys_framebuffer, stctx ? stctx->pipe : NULL); in stw_framebuffer_release_locked()
541 struct pipe_context *pipe; in DrvPresentBuffers() local
553 pipe = ctx ? ctx->st->pipe : NULL; in DrvPresentBuffers()
582 stw_dev->stw_winsys->present( screen, pipe, res, hdc ); in DrvPresentBuffers()
634 struct pipe_context *pipe = ctx ? ctx->st->pipe : NULL; in stw_framebuffer_present_locked() local
636 stw_dev->stw_winsys->present( screen, pipe, re in stw_framebuffer_present_locked()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw_sm.c218 struct pipe_context *pipe = &nv50->base.pipe; in nv50_hw_sm_end_query() local
264 pipe->bind_compute_state(pipe, screen->pm.prog); in nv50_hw_sm_end_query()
274 pipe->launch_grid(pipe, &info); in nv50_hw_sm_end_query()
275 pipe->bind_compute_state(pipe, old); in nv50_hw_sm_end_query()
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c544 maxpacket = usb_maxpacket(qtd->urb->dev, qtd->urb->pipe, in create_ptd_atl()
545 usb_pipeout(qtd->urb->pipe)); in create_ptd_atl()
553 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe)); in create_ptd_atl()
556 ptd->dw1 = usb_pipeendpoint(qtd->urb->pipe) >> 1; in create_ptd_atl()
557 ptd->dw1 |= TO_DW1_DEVICE_ADDR(usb_pipedevice(qtd->urb->pipe)); in create_ptd_atl()
560 if (usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl()
562 else if (usb_pipeint(qtd->urb->pipe)) in create_ptd_atl()
576 if (usb_pipeint(qtd->urb->pipe) && in create_ptd_atl()
584 if (usb_pipecontrol(qtd->urb->pipe) || in create_ptd_atl()
585 usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dpsb_irq.h34 int mdfld_enable_te(struct drm_device *dev, int pipe);
35 void mdfld_disable_te(struct drm_device *dev, int pipe);
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h20 * pipe VIG0 => 3 clients: VIG0_Y, VIG0_CB, VIG0_CR.
80 enum mdp5_pipe pipe, uint32_t blkcfg);
82 enum mdp5_pipe pipe);
H A Dmdp5_pipe.h13 /* represents a hw pipe, which is dynamically assigned to a plane */
18 enum mdp5_pipe pipe; member
23 uint32_t flush_mask; /* used to commit pipe registers */
42 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe,
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dsh_css_legacy.h26 /* The pipe id type, distinguishes the kind of pipes that
52 struct ia_css_pipe **pipe);
59 ia_css_temp_pipe_to_pipe_id(const struct ia_css_pipe *pipe,
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsh_css_legacy.h26 /* The pipe id type, distinguishes the kind of pipes that
51 struct ia_css_pipe **pipe);
58 ia_css_temp_pipe_to_pipe_id(const struct ia_css_pipe *pipe,
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h20 * pipe VIG0 => 3 clients: VIG0_Y, VIG0_CB, VIG0_CR.
80 enum mdp5_pipe pipe, uint32_t blkcfg);
82 enum mdp5_pipe pipe);
H A Dmdp5_pipe.h13 /* represents a hw pipe, which is dynamically assigned to a plane */
18 enum mdp5_pipe pipe; member
23 uint32_t flush_mask; /* used to commit pipe registers */
42 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe,
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.h26 #include "pipe/p_screen.h"
74 virgl_screen(struct pipe_screen *pipe) in virgl_screen() argument
76 return (struct virgl_screen *)pipe; in virgl_screen()
/third_party/node/test/message/
H A Deval_messages.js33 child.stdout.pipe(process.stdout);
34 child.stderr.pipe(process.stdout);
H A Dstdin_messages.js33 child.stdout.pipe(process.stdout);
34 child.stderr.pipe(process.stdout);
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dpipe2.c9 if (!flag) return pipe(fd); in pipe2()
13 ret = pipe(fd); in pipe2()
/third_party/musl/src/unistd/
H A Dpipe2.c9 if (!flag) return pipe(fd); in pipe2()
14 ret = pipe(fd); in pipe2()
/third_party/mesa3d/src/mesa/main/
H A Dpipelineobj.h67 struct gl_pipeline_object *pipe);
71 struct gl_pipeline_object *pipe);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c35 #include "pipe/p_context.h"
66 st->pipe->set_clip_state(st->pipe, &clip); in st_update_clip()
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.h30 #include "pipe/p_state.h"
44 struct primconvert_context *util_primconvert_create(struct pipe_context *pipe,
46 struct primconvert_context *util_primconvert_create_config(struct pipe_context *pipe,

Completed in 12 milliseconds

1...<<31323334353637383940>>...122