Home
last modified time | relevance | path

Searched refs:pipe (Results 1576 - 1600 of 3066) sorted by relevance

1...<<61626364656667686970>>...123

/kernel/linux/linux-6.6/drivers/input/misc/
H A Dpowermate.c85 /* Callback for data arriving from the PowerMate over the USB interrupt pipe */
307 int pipe, maxp; in powermate_probe() local
375 /* get a handle to the interrupt data pipe */ in powermate_probe()
376 pipe = usb_rcvintpipe(udev, endpoint->bEndpointAddress); in powermate_probe()
377 maxp = usb_maxpacket(udev, pipe); in powermate_probe()
385 usb_fill_int_urb(pm->irq, udev, pipe, pm->data, in powermate_probe()
/third_party/libuv/test/
H A Dtest-fork.c179 ASSERT_OK(pipe(sync_pipe)); in TEST_IMPL()
256 ASSERT_OK(pipe(sync_pipe)); in TEST_IMPL()
313 ASSERT_OK(pipe(sync_pipe)); in TEST_IMPL()
314 ASSERT_OK(pipe(sync_pipe2)); in TEST_IMPL()
341 run_timer_loop_once(); /* but while we share a pipe, we do, so in TEST_IMPL()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c240 struct pipe_context *pipe = st_context(ctx)->pipe; in st_egl_image_target_renderbuffer_storage() local
248 ps = pipe->create_surface(pipe, stimg.texture, &surf_tmpl); in st_egl_image_target_renderbuffer_storage()
278 /* map pipe format to base format */ in st_bind_egl_image()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c72 scene->pipe = setup->pipe; in lp_scene_create()
299 lp_fs_variant_reference(llvmpipe_context(scene->pipe), in lp_scene_end_rasterization()
511 lp_fs_variant_reference(llvmpipe_context(scene->pipe), &ref->variant[ref->count++], variant); in lp_scene_add_frag_shader_reference()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c2 #include "pipe/p_context.h"
3 #include "pipe/p_state.h"
298 struct pipe_context *pipe = &nv50->base.pipe; in nv50_push_vbo() local
305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c108 if (pipe(parent_pipe) < 0) { in setup()
113 if (pipe(child_pipe1) < 0) { in setup()
118 if (pipe(child_pipe2) < 0) { in setup()
123 if (pipe(child_pipe3) < 0) { in setup()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c29 #include "pipe/p_screen.h"
30 #include "pipe/p_state.h"
311 return screen->resource_get_handle(screen, rb_pipe ? rb_pipe->pipe : NULL, in rbug_screen_resource_get_handle()
332 return screen->resource_get_param(screen, rb_pipe ? rb_pipe->pipe : NULL, in rbug_screen_resource_get_param()
382 struct pipe_context *ctx = _ctx ? rbug_context(_ctx)->pipe : NULL; in rbug_screen_flush_frontbuffer()
412 struct pipe_context *ctx = _ctx ? rbug_context(_ctx)->pipe : NULL; in rbug_screen_fence_finish()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c231 query_cpu_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cpu_load() argument
261 free_query_data(void *p, struct pipe_context *pipe) in free_query_data() argument
326 query_api_thread_busy_status(struct hud_graph *gr, struct pipe_context *pipe) in query_api_thread_busy_status() argument
423 query_thread_counter(struct hud_graph *gr, struct pipe_context *pipe) in query_thread_counter() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.h28 struct omap_drm_pipeline *pipe,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_connector.h26 enum pipe intel_connector_get_pipe(struct intel_connector *connector);
/kernel/linux/linux-5.10/sound/pci/echoaudio/
H A Dindigoiox_dsp.c31 u16 pipe, int gain);
H A Dindigodjx_dsp.c31 u16 pipe, int gain);
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_output.c34 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 Dlima_drv.h29 int pipe; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_hwseq.h41 struct pipe_ctx *pipe,
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A DMakefile4 imx8-isi-hw.o imx8-isi-pipe.o imx8-isi-video.o
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dskl_scaler.h11 enum pipe;
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_drv.h29 int pipe; member
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_crtc.h26 struct omap_drm_pipeline *pipe,
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dindigodjx_dsp.c31 u16 pipe, int gain);
H A Dindigoiox_dsp.c31 u16 pipe, int gain);
/third_party/curl/lib/
H A Dsocketpair.h34 #define wakeup_create pipe
/third_party/backends/backend/
H A Dhp5400.h95 TDataPipe pipe; /* Pipe for data */ member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h32 #include "pipe/p_state.h"
117 softpipe_init_texture_funcs(struct pipe_context *pipe);
/third_party/node/test/parallel/
H A Dtest-child-process-stdio-inherit.js34 child.stderr.pipe(process.stderr);

Completed in 11 milliseconds

1...<<61626364656667686970>>...123