/kernel/linux/linux-5.10/arch/ia64/ |
H A D | Makefile | 26 cflags-y := -pipe $(EXTRA) -ffixed-r13 -mfixed-range=f12-f15,f32-f127 \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.h | 62 struct pipe_ctx *pipe,
|
/kernel/linux/linux-6.6/arch/m68k/ |
H A D | Makefile | 64 KBUILD_CFLAGS += -pipe -ffreestanding
|
/kernel/linux/linux-6.6/arch/ia64/ |
H A D | Makefile | 25 cflags-y := -pipe $(EXTRA) -ffixed-r13 -mfixed-range=f12-f15,f32-f127 \
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/ |
H A D | sig_sc_double_restart.c | 87 if (pipe(pipefd) == -1) { in test_restart() 88 perror("pipe"); in test_restart() 98 if (pid == 0) { /* Child reads from pipe */ in test_restart()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 50 if (pipe(pipefd)) { in main() 51 perror("Can't create pipe"); in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/ |
H A D | pl111_drm.h | 138 struct drm_simple_display_pipe pipe; member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | media-device.h | 175 struct media_pipeline *pipe);
|
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr.h | 128 struct pcxhr_pipe *pipe; member 148 int is_capture; /* this is a capture pipe */ 160 struct pcxhr_pipe playback_pipe; /* 1 stereo pipe only */
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | card.h | 86 unsigned int pipe; /* the data i/o pipe */ member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | lima_drm.h | 118 __u32 pipe; /* in, which pipe to use, GP/PP */ member
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | skl-tplg-interface.h | 234 struct skl_dfw_v4_pipe pipe; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | display.h | 212 int pipe_is_enabled(struct intel_vgpu *vgpu, int pipe);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx.h | 14 struct drm_simple_display_pipe pipe; member
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_lif.c | 86 struct vsp1_pipeline *pipe, in lif_configure_stream() 85 lif_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) lif_configure_stream() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_stream_public.h | 138 video or preview pipe (false). 275 /* @brief Sets the output frame stride (at the last pipe) 280 * This function will Set the output frame stride (at the last pipe) 494 * @param[in] pipe Pipe to be updated when set isp config, NULL means to 508 struct ia_css_pipe *pipe); 520 * See ::ia_css_stream_set_isp_config_on_pipe() for the per-pipe alternative. 574 /* @brief ia_css_en_dz_capt_pipe . Enable/Disable digital zoom for capture pipe 579 * Enables or disables digital zoom for capture pipe in provided stream, if capture pipe 580 * exists. This function sets enable_zoom flag in CAPTURE_PP stage of the capture pipe [all...] |
H A D | atomisp_compat_css20.h | 104 enum ia_css_pipe_id pipe; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/interface/ |
H A D | ia_css_debug.h | 352 /*! @brief Dump the pipe extra config info to the trace output 353 * Dumps the pipe extra config info to the trace output. 360 /*! @brief Dump the pipe config info to the trace output 361 * Dumps the pipe config info to the trace output. 485 * @param[in] pipe The current pipe 490 struct ia_css_pipe *pipe);
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css-fw.h | 182 void *imgu_css_fw_pipeline_params(struct imgu_css *css, unsigned int pipe,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_stream_public.h | 136 video or preview pipe (false). 264 /* @brief Sets the output frame stride (at the last pipe) 269 * This function will Set the output frame stride (at the last pipe) 483 * @param[in] pipe Pipe to be updated when set isp config, NULL means to 497 struct ia_css_pipe *pipe); 509 * See ::ia_css_stream_set_isp_config_on_pipe() for the per-pipe alternative. 563 /* @brief ia_css_en_dz_capt_pipe . Enable/Disable digital zoom for capture pipe 568 * Enables or disables digital zoom for capture pipe in provided stream, if capture pipe 569 * exists. This function sets enable_zoom flag in CAPTURE_PP stage of the capture pipe [all...] |
H A D | atomisp_compat_css20.h | 104 enum ia_css_pipe_id pipe; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/debug/interface/ |
H A D | ia_css_debug.h | 353 /*! @brief Dump the pipe extra config info to the trace output 354 * Dumps the pipe extra config info to the trace output. 361 /*! @brief Dump the pipe config info to the trace output 362 * Dumps the pipe config info to the trace output. 486 * @param[in] pipe The current pipe 491 struct ia_css_pipe *pipe);
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css-fw.h | 185 void *imgu_css_fw_pipeline_params(struct imgu_css *css, unsigned int pipe,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15.h | 103 u32 me, u32 pipe, u32 queue, u32 vmid, int xcc_id);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.h | 66 struct pipe_ctx *pipe,
|