/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 39 if (CHECK(pipe(pipefd) < 0, "trigger", "pipe failed\n")) in trigger_fstat_events() 62 if (CHECK(ret < 0, "trigger", "set_pathname failed for pipe[0]\n")) in trigger_fstat_events() 65 if (CHECK(ret < 0, "trigger", "set_pathname failed for pipe[1]\n")) in trigger_fstat_events()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.h | 39 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf);
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-dev.h | 228 * @pipe: &struct media_pipeline 268 struct media_pipeline pipe; member
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | mmap-thread-lookup.c | 84 if (pipe(td->ready)) in thread_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dsi_dcs_backlight.c | 149 enum pipe unused) in dcs_setup_backlight()
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_hgt.c | 129 struct vsp1_pipeline *pipe, in hgt_configure_stream() 128 hgt_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) hgt_configure_stream() argument
|
H A D | vsp1_hsit.c | 131 struct vsp1_pipeline *pipe, in hsit_configure_stream() 130 hsit_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) hsit_configure_stream() argument
|
/kernel/linux/linux-6.6/include/media/ |
H A D | media-device.h | 176 struct media_pipeline *pipe);
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_hgt.c | 129 struct vsp1_pipeline *pipe, in hgt_configure_stream() 128 hgt_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) hgt_configure_stream() argument
|
H A D | vsp1_hsit.c | 133 struct vsp1_pipeline *pipe, in hsit_configure_stream() 132 hsit_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) hsit_configure_stream() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.h | 39 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.h | 12 enum pipe;
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | mmap-thread-lookup.c | 84 if (pipe(td->ready)) in thread_create()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 50 if (CHECK(pipe(pipefd) < 0, "trigger", "pipe failed\n")) in trigger_fstat_events() 73 if (CHECK(ret < 0, "trigger", "set_pathname failed for pipe[0]\n")) in trigger_fstat_events() 76 if (CHECK(ret < 0, "trigger", "set_pathname failed for pipe[1]\n")) in trigger_fstat_events()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | msm_drm.h | 31 __u32 pipe; member
|
/third_party/curl/src/ |
H A D | tool_main.c | 98 if(pipe(fd)) in main_checkfds()
|
/third_party/backends/backend/ |
H A D | mustek.h | 271 int reader_fds; /* OS/2: pipe write handler for reader */ 272 int pipe; /* pipe to reader process */ member 275 SANE_Word total_lines; /* lines transmitted to sane_read pipe */
|
H A D | sp15c.h | 144 int pipe; member
|
/third_party/NuttX/drivers/pipes/ |
H A D | pipe.c | 2 * drivers/pipes/pipe.c 147 /* Release the pipe when there are no further open references to it. */ in pipe_close() 177 /* Release the pipe when there are no further open references to it. */ in pipe_unlink() 192 * pipe() creates a pair of file descriptors, pointing to a pipe vnode, 201 * fd[2] - The user provided array in which to catch the pipe file 242 int pipe(int fd[2]) in pipe() function 252 /* Get exclusive access to the pipe allocation data */ in pipe() 261 /* Allocate a minor number for the pipe device */ in pipe() 271 /* Create a pathname to the pipe devic in pipe() [all...] |
/third_party/libdrm/include/drm/ |
H A D | msm_drm.h | 52 /* The pipe-id just uses the lower bits, so can be OR'd with flags in 54 * we extend/overload the pipe-id some day to deal with multiple rings, 79 __u32 pipe; /* in, MSM_PIPE_x */ member
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_bo.c | 69 msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in msm_bo_cpu_prep() argument
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_context.h | 32 #include "pipe/p_context.h" 33 #include "pipe/p_state.h" 34 #include "pipe/p_defines.h" 49 struct cso_context *cso_create_context(struct pipe_context *pipe,
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.h | 86 struct pipe_context *pipe; member
|
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | api.h | 30 #include "pipe/p_format.h" 401 struct pipe_context *pipe; member 409 * Flush all drawing from context to the pipe also flushes the pipe.
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_priv.h | 37 #include "pipe/p_screen.h" 38 #include "pipe/p_context.h" 39 #include "pipe/p_state.h" 84 struct pipe_context *pipe; member
|