/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispccdc.c | 805 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_config_vp() local 809 unsigned long l3_ick = pipe->l3_ick; in ccdc_config_vp() 853 if (pipe->input) in ccdc_config_vp() 854 div = DIV_ROUND_UP(l3_ick, pipe->max_rate); in ccdc_config_vp() 855 else if (pipe->external_rate) in ccdc_config_vp() 856 div = l3_ick / pipe->external_rate; in ccdc_config_vp() 938 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in omap3isp_ccdc_max_rate() local 941 if (pipe == NULL) in omap3isp_ccdc_max_rate() 949 rate = pipe->l3_ick / 2 * 9 / 10; in omap3isp_ccdc_max_rate() 951 rate = pipe in omap3isp_ccdc_max_rate() 1468 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); ccdc_hs_vs_isr() local 1492 struct isp_pipeline *pipe = ccdc_lsc_isr() local 1546 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); ccdc_has_all_fields() local 1590 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); ccdc_isr_buffer() local 1657 struct isp_pipeline *pipe = ccdc_vd0_isr() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_resource.c | 1626 pipes[i].pipe.src.gpuvm = 1; in dcn31x_populate_dml_pipes_from_context() 1628 //pipes[pipe_cnt].pipe.src.hostvm = dc->res_pool->hubbub->riommu_active; in dcn31x_populate_dml_pipes_from_context() 1629 pipes[i].pipe.src.hostvm = dc->vm_pa_config.is_hvm_enabled; in dcn31x_populate_dml_pipes_from_context() 1631 pipes[i].pipe.src.hostvm = false; in dcn31x_populate_dml_pipes_from_context() 1633 pipes[i].pipe.src.hostvm = true; in dcn31x_populate_dml_pipes_from_context() 1645 struct pipe_ctx *pipe; in dcn31_populate_dml_pipes_from_context() local 1657 pipe = &res_ctx->pipe_ctx[i]; in dcn31_populate_dml_pipes_from_context() 1658 timing = &pipe->stream->timing; in dcn31_populate_dml_pipes_from_context() 1659 if (pipe->plane_state && in dcn31_populate_dml_pipes_from_context() 1660 (pipe in dcn31_populate_dml_pipes_from_context() [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-elo.c | 109 unsigned int pipe; in elo_smartset_send_get() local 113 pipe = usb_sndctrlpipe(dev, 0); in elo_smartset_send_get() 116 pipe = usb_rcvctrlpipe(dev, 0); in elo_smartset_send_get() 121 return usb_control_msg(dev, pipe, command, in elo_smartset_send_get()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power.h | 31 /* VDSC/joining for eDP/DSI transcoder (ICL) or pipe A (TGL) */ 108 #define POWER_DOMAIN_PIPE(pipe) ((pipe) + POWER_DOMAIN_PIPE_A) 109 #define POWER_DOMAIN_PIPE_PANEL_FITTER(pipe) \ 110 ((pipe) + POWER_DOMAIN_PIPE_A_PANEL_FITTER)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_internal.h | 106 void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe); 107 int drm_vblank_get(struct drm_device *dev, unsigned int pipe); 108 void drm_vblank_put(struct drm_device *dev, unsigned int pipe); 109 u64 drm_vblank_count(struct drm_device *dev, unsigned int pipe);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_kms.h | 196 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name() argument 207 return names[pipe]; in pipe2name() 210 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients() argument 212 switch (pipe) { in pipe2nclients()
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_csiphy.c | 119 struct iss_pipeline *pipe = to_iss_pipeline(&csi2_subdev->entity); in omap4iss_csiphy_config() local 120 struct iss_v4l2_subdevs_group *subdevs = pipe->external->host_priv; in omap4iss_csiphy_config() 196 csi2_ddrclk_khz = pipe->external_rate / 1000 in omap4iss_csiphy_config() 198 * pipe->external_bpp; in omap4iss_csiphy_config()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | xbox_remote.c | 170 int pipe, maxp; in xbox_remote_initialize() local 173 pipe = usb_rcvintpipe(udev, endpoint_in->bEndpointAddress); in xbox_remote_initialize() 174 maxp = usb_maxpacket(udev, pipe); in xbox_remote_initialize() 177 usb_fill_int_urb(xbox_remote->irq_urb, udev, pipe, xbox_remote->inbuf, in xbox_remote_initialize()
|
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_csiphy.c | 119 struct iss_pipeline *pipe = to_iss_pipeline(&csi2_subdev->entity); in omap4iss_csiphy_config() local 120 struct iss_v4l2_subdevs_group *subdevs = pipe->external->host_priv; in omap4iss_csiphy_config() 196 csi2_ddrclk_khz = pipe->external_rate / 1000 in omap4iss_csiphy_config() 198 * pipe->external_bpp; in omap4iss_csiphy_config()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power.h | 22 * Keep the pipe, transcoder, port (DDI_LANES,DDI_IO,AUX) domain instances 23 * consecutive, so that the pipe,transcoder,port -> power domain macros 44 /* VDSC/joining for eDP/DSI transcoder (ICL) or pipe A (TGL) */ 121 #define POWER_DOMAIN_PIPE(pipe) ((pipe) + POWER_DOMAIN_PIPE_A) 122 #define POWER_DOMAIN_PIPE_PANEL_FITTER(pipe) \ 123 ((pipe) + POWER_DOMAIN_PIPE_PANEL_FITTER_A)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_internal.h | 94 void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe); 95 int drm_vblank_get(struct drm_device *dev, unsigned int pipe); 96 void drm_vblank_put(struct drm_device *dev, unsigned int pipe); 97 u64 drm_vblank_count(struct drm_device *dev, unsigned int pipe);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_kms.h | 196 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name() argument 207 return names[pipe]; in pipe2name() 210 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients() argument 212 switch (pipe) { in pipe2nclients()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-elo.c | 109 unsigned int pipe; in elo_smartset_send_get() local 113 pipe = usb_sndctrlpipe(dev, 0); in elo_smartset_send_get() 116 pipe = usb_rcvctrlpipe(dev, 0); in elo_smartset_send_get() 121 return usb_control_msg(dev, pipe, command, in elo_smartset_send_get()
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | usbmouse.c | 113 int pipe, maxp; in usb_mouse_probe() local 125 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress); in usb_mouse_probe() 126 maxp = usb_maxpacket(dev, pipe); in usb_mouse_probe() 180 usb_fill_int_urb(mouse->irq, dev, pipe, mouse->data, in usb_mouse_probe()
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_drmif.h | 115 /* pipe functions: 119 void etna_pipe_del(struct etna_pipe *pipe); 120 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns); 152 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size, 212 struct etna_perfmon *etna_perfmon_create(struct etna_pipe *pipe);
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 240 struct fd_pipe *pipe = fd_pipe_new(dev, FD_PIPE_3D); in main() local 242 const struct fd_dev_id *dev_id = fd_pipe_dev_id(pipe); in main() 272 struct fd_submit *submit = fd_submit_new(pipe); in main() 292 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ); in main()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_sampler_view.c | 28 #include "pipe/p_state.h" 29 #include "pipe/p_defines.h" 57 svga_get_tex_sampler_view(struct pipe_context *pipe, in svga_get_tex_sampler_view() argument 61 struct svga_context *svga = svga_context(pipe); in svga_get_tex_sampler_view() 62 struct svga_screen *ss = svga_screen(pipe->screen); in svga_get_tex_sampler_view() 102 svga_validate_sampler_view(svga_context(pipe), sv); in svga_get_tex_sampler_view()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | event.cpp | 24 #include "pipe/p_screen.h" 142 pipe_screen *screen = queue()->device().pipe; in ~hard_event() 148 pipe_screen *screen = queue()->device().pipe; in status() 175 pipe_screen *screen = queue()->device().pipe; in wait() 210 pipe_screen *screen = queue()->device().pipe; in fence()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 38 #include "pipe/p_context.h" 39 #include "pipe/p_defines.h" 48 * Convert GLenum blend tokens to pipe tokens. 306 struct pipe_context *pipe = st->pipe; in st_update_blend_color() local 310 pipe->set_blend_color(pipe, bc); in st_update_blend_color()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_compiler.c | 42 fp.pipe.tokens = tokens; in nv30_fp() 43 tgsi_scan_shader(fp.pipe.tokens, &fp.info); in nv30_fp() 56 vp.pipe.tokens = tokens; in nv30_vp() 57 tgsi_scan_shader(vp.pipe.tokens, &vp.info); in nv30_vp()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_fence.c | 111 fd_pipe_del(fence->pipe); in fd_fence_destroy() 154 if (fd_pipe_wait_timeout(fence->pipe, &fence->submit_fence.fence, timeout)) in fd_fence_finish() 176 fence->pipe = fd_pipe_ref(ctx->pipe); in fence_create()
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_manual.c | 82 if (pipe(fd) < 0) { in dlopen_randomization_0700() 83 t_printf("%s create pipe error!\n", __FUNCTION__); in dlopen_randomization_0700() 151 if (pipe(fd) < 0) { in dlopen_ext_randomization_0700() 152 t_printf("%s create pipe error!\n", __FUNCTION__); in dlopen_ext_randomization_0700() 226 if (pipe(fd) < 0) { in dlopen_ns_randomization_0700() 227 t_printf("%s create pipe error!\n", __FUNCTION__); in dlopen_ns_randomization_0700() 288 if (pipe(fd) < 0) { in dlsym_randomization_0200() 289 t_printf("%s create pipe error!\n", __FUNCTION__); in dlsym_randomization_0200()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 147 int rc, pipe, len; in tortoise() local 150 pid = xpopen(cmd, &pipe, 1); in tortoise() 151 len = readall(pipe, toybuf, sizeof(toybuf)-1); in tortoise() 152 rc = xpclose(pid, pipe); in tortoise()
|
/third_party/python/Lib/test/ |
H A D | test_devpoll.py | 26 # Create a bunch of pipe and test that poll works with them. 39 rd, wr = os.pipe() 76 w, r = os.pipe() 122 w, r = os.pipe() 134 w, r = os.pipe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_dsi_dpi.h | 76 int pipe); 78 int pipe);
|