Home
last modified time | relevance | path

Searched refs:pipe (Results 1351 - 1375 of 2938) sorted by relevance

1...<<51525354555657585960>>...118

/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe.h149 /* This number is unique per pipe each instance of css. This number is
178 void ia_css_pipe_map_queue(struct ia_css_pipe *pipe, bool map);
183 bool commit, struct ia_css_pipe *pipe);
H A Dsh_css_params.h72 * will be overwritten by the per pipe configuration */
74 /* ------ pipe specific DPC configuration ------ */
76 * should be replaced by CSS per pipe configuration when the support
129 /* ------ pipe specific DPC configuration ------ */
131 * should be replaced by CSS per pipe configuration when the support
169 sh_css_pipe_isp_config_get(struct ia_css_pipe *pipe);
187 sh_css_pipe_get_pp_gdc_lut(const struct ia_css_pipe *pipe);
/kernel/linux/linux-6.6/drivers/media/usb/usbtv/
H A Dusbtv-core.c50 int pipe = usb_sndctrlpipe(usbtv->udev, 0); in usbtv_set_regs() local
57 ret = usb_control_msg(usbtv->udev, pipe, USBTV_REQUEST_REG, in usbtv_set_regs()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_gem_vram_helper.h145 struct drm_simple_display_pipe *pipe,
149 struct drm_simple_display_pipe *pipe,
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe.h148 /* This number is unique per pipe each instance of css. This number is
177 void ia_css_pipe_map_queue(struct ia_css_pipe *pipe, bool map);
182 bool commit, struct ia_css_pipe *pipe);
H A Dsh_css_params.h72 * will be overwritten by the per pipe configuration */
74 /* ------ pipe specific DPC configuration ------ */
76 * should be replaced by CSS per pipe configuration when the support
127 /* ------ pipe specific DPC configuration ------ */
129 * should be replaced by CSS per pipe configuration when the support
167 sh_css_pipe_isp_config_get(struct ia_css_pipe *pipe);
179 sh_css_pipe_get_pp_gdc_lut(const struct ia_css_pipe *pipe);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h107 struct sk_buff *skb, u8 pipe) in ath6kl_htc_rx_complete()
109 ar->htc_ops->rx_complete(ar, skb, pipe); in ath6kl_htc_rx_complete()
106 ath6kl_htc_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) ath6kl_htc_rx_complete() argument
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dsched-pipe.c4 * sched-pipe.c
6 * pipe: Benchmark for pipe()
8 * Based on pipe-test-1m.c by Ingo Molnar <mingo@redhat.com>
9 * http://people.redhat.com/mingo/cfs-scheduler/tools/pipe-test-1m.c
50 "perf bench sched pipe <options>",
96 BUG_ON(pipe(pipe_1)); in bench_sched_pipe()
97 BUG_ON(pipe(pipe_2)); in bench_sched_pipe()
152 printf("# Executed %d pipe operations between two %s\n\n", in bench_sched_pipe()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsend_signal.c23 if (!ASSERT_OK(pipe(pipe_c2p), "pipe_c2p")) in test_send_signal_common()
26 if (!ASSERT_OK(pipe(pipe_p2c), "pipe_p2c")) { in test_send_signal_common()
129 if (!ASSERT_GE(err, 0, "reading pipe")) in test_send_signal_common()
131 if (!ASSERT_GT(err, 0, "reading pipe error: size 0")) { in test_send_signal_common()
/kernel/linux/linux-6.6/sound/drivers/vx/
H A Dvx_cmd.h139 /* Output pipe parameters setting */
202 * vx_send_pipe_cmd_params - fill first command word for pipe commands
205 * @param1: first pipe-parameter
206 * @param2: second pipe-parameter
224 * @pipe: the pipe index (zero-based)
226 static inline void vx_set_stream_cmd_params(struct vx_rmh *rmh, int is_capture, int pipe) in vx_set_stream_cmd_params() argument
230 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_stream_cmd_params()
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart.h121 struct mixart_pipe *pipe; member
142 struct mixart_uid group_uid; /* id of the pipe, as returned by embedded */
148 int monitoring; /* pipe used for monitoring issue */
161 /* allocate stereo pipe for instance */
205 int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr, struct mixart_pipe *pipe, int monitoring);
/third_party/libdrm/freedreno/msm/
H A Dmsm_priv.h55 uint32_t pipe; member
81 drm_private struct fd_ringbuffer * msm_ringbuffer_new(struct fd_pipe *pipe,
/third_party/libdrm/etnaviv/
H A Detnaviv_priv.h130 struct etna_pipe *pipe; member
160 struct etna_pipe *pipe; member
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_priv.h36 #include "pipe/p_defines.h"
75 * still using it's iova) until the submit retires. So a per-pipe
116 uint32_t pipe; member
161 struct fd_submit *virtio_submit_new(struct fd_pipe *pipe);
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.c25 #include "pipe/p_defines.h"
27 #include "pipe/p_context.h"
77 virgl_staging_init(struct virgl_staging_mgr *staging, struct pipe_context *pipe, in virgl_staging_init() argument
82 staging->vws = virgl_screen(pipe->screen)->vws; in virgl_staging_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h173 softpipe_create_sampler_state(struct pipe_context *pipe,
178 softpipe_create_sampler_view(struct pipe_context *pipe,
H A Dsp_tile_cache.h32 #include "pipe/p_compiler.h"
84 struct pipe_context *pipe; member
106 sp_create_tile_cache( struct pipe_context *pipe );
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_cs.c59 map = pipe_buffer_map(&svga->pipe, svga->curr.grid_info.indirect, in make_cs_key()
62 pipe_buffer_unmap(&svga->pipe, transfer); in make_cs_key()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h52 struct pipe_context *pipe; \
124 #include "pipe/p_video_state.h"
158 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dformat.cpp25 #include "pipe/p_screen.h"
26 #include "pipe/p_context.h"
141 return dev.pipe->is_format_supported( in supported_formats()
142 dev.pipe, f.second, target, 1, 1, bindings); in supported_formats()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.h150 nv50_surface_from_buffer(struct pipe_context *pipe,
161 nv50_clear_texture(struct pipe_context *pipe,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c17 * 2. Parent uses mq_open to create a new mq and tell child to open it using pipe.
66 rval = pipe(to_parent); in main()
71 rval = pipe(to_child); in main()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.h27 #include "pipe/p_screen.h"
125 d3d12_screen(struct pipe_screen *pipe) in d3d12_screen() argument
127 return (struct d3d12_screen *)pipe; in d3d12_screen()
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dpoll.c87 int res = pipe(fd); in poll_0030()
89 EXPECT_TRUE("poll_0030 pipe", 0); in poll_0030()
178 int res = pipe(fd); in ppoll_0030()
180 EXPECT_TRUE("poll_0030 pipe", 0); in ppoll_0030()
/third_party/rust/crates/rustix/tests/io/
H A Dpoll.rs9 use rustix::io::{pipe, read, write}; in test_poll()
11 // Create a pipe. in test_poll()
12 let (reader, writer) = pipe().unwrap(); in test_poll()
16 // `poll` should say there's nothing ready to be read from the pipe. in test_poll()
22 // Write a byte to the pipe. in test_poll()
36 // Read the byte from the pipe. in test_poll()

Completed in 11 milliseconds

1...<<51525354555657585960>>...118