/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_clear.c | 35 #include "pipe/p_defines.h" 49 llvmpipe_clear(struct pipe_context *pipe, in llvmpipe_clear() argument 56 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_clear()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_query.h | 4 #include "pipe/p_context.h" 26 nv50_query(struct pipe_query *pipe) in nv50_query() argument 28 return (struct nv50_query *)pipe; in nv50_query()
|
H A D | nv50_vbo.c | 23 #include "pipe/p_context.h" 24 #include "pipe/p_state.h" 38 nv50_vertex_state_delete(struct pipe_context *pipe, in nv50_vertex_state_delete() argument 49 nv50_vertex_state_create(struct pipe_context *pipe, in nv50_vertex_state_create() argument 80 so->element[i].pipe = elements[i]; in nv50_vertex_state_create() 96 util_debug_message(&nouveau_context(pipe)->debug, FALLBACK, in nv50_vertex_state_create() 241 struct pipe_vertex_element *ve = &nv50->vertex->element[i].pipe; in nv50_update_user_vbufs() 337 const unsigned b = vertex->element[i].pipe.vertex_buffer_index; in nv50_vertex_arrays_validate() 367 const unsigned b = vertex->element[i].pipe.vertex_buffer_index; in nv50_vertex_arrays_validate() 376 nv50_emit_vtxattr(nv50, vb, &ve->pipe, in nv50_vertex_arrays_validate() 760 nv50_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) nv50_draw_vbo() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_median_filter.h | 33 #include "pipe/p_state.h" 46 struct pipe_context *pipe; member 57 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe,
|
H A D | vl_matrix_filter.h | 34 #include "pipe/p_state.h" 38 struct pipe_context *pipe; member 49 vl_matrix_filter_init(struct vl_matrix_filter *filter, struct pipe_context *pipe,
|
H A D | vl_bicubic_filter.h | 33 #include "pipe/p_state.h" 37 struct pipe_context *pipe; member 48 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe,
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-q.c | 166 if (urb->dev->tt && !usb_pipeint(urb->pipe) && !qh->clearing_tt) { in ehci_clear_tt_buffer() 172 usb_pipeendpoint(urb->pipe), token); in ehci_clear_tt_buffer() 240 usb_pipeendpoint(urb->pipe), in qtd_copy_status() 241 usb_pipein(urb->pipe) ? "in" : "out"); in qtd_copy_status() 254 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done() 272 usb_pipeendpoint (urb->pipe), in ehci_urb_done() 273 usb_pipein (urb->pipe) ? "in" : "out", in ehci_urb_done() 604 is_input = usb_pipein (urb->pipe); in qh_urb_transaction() 605 if (usb_pipecontrol (urb->pipe)) { in qh_urb_transaction() 699 || usb_pipecontrol (urb->pipe))) in qh_urb_transaction() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_audio.c | 665 enum pipe pipe, in ibx_audio_regs_init() 669 regs->hdmiw_hdmiedid = VLV_HDMIW_HDMIEDID(pipe); in ibx_audio_regs_init() 670 regs->aud_config = VLV_AUD_CFG(pipe); in ibx_audio_regs_init() 671 regs->aud_cntl_st = VLV_AUD_CNTL_ST(pipe); in ibx_audio_regs_init() 674 regs->hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID(pipe); in ibx_audio_regs_init() 675 regs->aud_config = CPT_AUD_CFG(pipe); in ibx_audio_regs_init() 676 regs->aud_cntl_st = CPT_AUD_CNTL_ST(pipe); in ibx_audio_regs_init() 679 regs->hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID(pipe); in ibx_audio_regs_init() 680 regs->aud_config = IBX_AUD_CFG(pipe); in ibx_audio_regs_init() 664 ibx_audio_regs_init(struct drm_i915_private *i915, enum pipe pipe, struct ibx_audio_regs *regs) ibx_audio_regs_init() argument 693 enum pipe pipe = crtc->pipe; ibx_audio_codec_disable() local 729 enum pipe pipe = crtc->pipe; ibx_audio_codec_enable() local [all...] |
H A D | intel_display_types.h | 202 * the encoder is active. If the encoder is enabled it also set the pipe 203 * it is connected to in the pipe parameter. */ 204 bool (*get_hw_state)(struct intel_encoder *, enum pipe *pipe); 207 * pre-filled the pipe config. Note that intel_encoder->base.crtc must 285 int (*setup)(struct intel_connector *connector, enum pipe pipe); 286 u32 (*get)(struct intel_connector *connector, enum pipe pipe); 1054 * Use the pipe_mode for calculations like watermarks, pipe 1437 enum pipe pipe; global() member 1514 enum pipe pipe; global() member 1677 enum pipe pipe; global() member 1873 enum pipe pipe; global() member [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispcsiphy.c | 164 struct isp_pipeline *pipe = to_isp_pipeline(phy->entity); in omap3isp_csiphy_config() local 165 struct isp_bus_cfg *buscfg = v4l2_subdev_to_bus_cfg(pipe->external); in omap3isp_csiphy_config() 211 csi2_ddrclk_khz = pipe->external_rate / 1000 in omap3isp_csiphy_config() 212 / (2 * hweight32(used_lanes)) * pipe->external_width; in omap3isp_csiphy_config() 307 struct isp_pipeline *pipe = to_isp_pipeline(phy->entity); in omap3isp_csiphy_release() local 309 v4l2_subdev_to_bus_cfg(pipe->external); in omap3isp_csiphy_release()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | hci.h | 42 int (*event_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 event, 44 void (*cmd_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, 65 u8 pipe; member 76 * the pipe identifier is 7 bits long. 250 void nfc_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, 252 void nfc_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, 258 u8 pipe);
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_component.c | 126 int port, pipe; in snd_hdac_sync_audio_rate() local 136 pipe = dev_id; in snd_hdac_sync_audio_rate() 137 return acomp->ops->sync_audio_rate(acomp->dev, port, pipe, rate); in snd_hdac_sync_audio_rate() 167 int port, pipe; in snd_hdac_acomp_get_eld() local 178 pipe = dev_id; in snd_hdac_acomp_get_eld() 179 return acomp->ops->get_eld(acomp->dev, port, pipe, audio_enabled, in snd_hdac_acomp_get_eld()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | stv0680.c | 40 unsigned int pipe = 0; in stv_sndctrl() local 45 pipe = usb_rcvctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 49 pipe = usb_sndctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 53 pipe = usb_rcvctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 57 pipe = usb_sndctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 61 ret = usb_control_msg(gspca_dev->dev, pipe, in stv_sndctrl()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | stv0680.c | 40 unsigned int pipe = 0; in stv_sndctrl() local 45 pipe = usb_rcvctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 49 pipe = usb_sndctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 53 pipe = usb_rcvctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 57 pipe = usb_sndctrlpipe(gspca_dev->dev, 0); in stv_sndctrl() 61 ret = usb_control_msg(gspca_dev->dev, pipe, in stv_sndctrl()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispcsiphy.c | 165 struct isp_pipeline *pipe = to_isp_pipeline(phy->entity); in omap3isp_csiphy_config() local 173 buscfg = v4l2_subdev_to_bus_cfg(pipe->external); in omap3isp_csiphy_config() 216 csi2_ddrclk_khz = pipe->external_rate / 1000 in omap3isp_csiphy_config() 217 / (2 * hweight32(used_lanes)) * pipe->external_width; in omap3isp_csiphy_config() 312 struct isp_pipeline *pipe = to_isp_pipeline(phy->entity); in omap3isp_csiphy_release() local 315 buscfg = v4l2_subdev_to_bus_cfg(pipe->external); in omap3isp_csiphy_release()
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | hci.h | 42 int (*event_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 event, 44 void (*cmd_received)(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, 65 u8 pipe; member 76 * the pipe identifier is 7 bits long. 250 void nfc_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, 252 void nfc_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, 258 u8 pipe);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_jpeg.c | 131 WREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe], 0xCAFEDEAD); in amdgpu_jpeg_dec_ring_test_ring() 133 RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe]); in amdgpu_jpeg_dec_ring_test_ring() 135 amdgpu_ring_write(ring, PACKET0(adev->jpeg.internal.jpeg_pitch[ring->pipe], 0)); in amdgpu_jpeg_dec_ring_test_ring() 140 tmp = RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe]); in amdgpu_jpeg_dec_ring_test_ring() 169 ib->ptr[0] = PACKETJ(adev->jpeg.internal.jpeg_pitch[ring->pipe], 0, 0, PACKETJ_TYPE0); in amdgpu_jpeg_dec_set_reg() 215 tmp = RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch[ring->pipe]); in amdgpu_jpeg_dec_ring_test_ib()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_component.c | 126 int port, pipe; in snd_hdac_sync_audio_rate() local 136 pipe = dev_id; in snd_hdac_sync_audio_rate() 137 return acomp->ops->sync_audio_rate(acomp->dev, port, pipe, rate); in snd_hdac_sync_audio_rate() 167 int port, pipe; in snd_hdac_acomp_get_eld() local 178 pipe = dev_id; in snd_hdac_acomp_get_eld() 179 return acomp->ops->get_eld(acomp->dev, port, pipe, audio_enabled, in snd_hdac_acomp_get_eld()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | subpicture.c | 219 if (!drv->pipe->screen->is_format_supported( in vlVaAssociateSubpicture() 220 drv->pipe->screen, tex_temp.format, tex_temp.target, in vlVaAssociateSubpicture() 226 tex = drv->pipe->screen->resource_create(drv->pipe->screen, &tex_temp); in vlVaAssociateSubpicture() 230 sub->sampler = drv->pipe->create_sampler_view(drv->pipe, tex, &sampler_templ); in vlVaAssociateSubpicture()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader_buffer.c | 26 #include "pipe/p_defines.h" 86 svga_set_shader_buffers(struct pipe_context *pipe, in svga_set_shader_buffers() argument 92 struct svga_context *svga = svga_context(pipe); in svga_set_shader_buffers() 169 svga_set_hw_atomic_buffers(struct pipe_context *pipe, in svga_set_hw_atomic_buffers() argument 173 struct svga_context *svga = svga_context(pipe); in svga_set_hw_atomic_buffers() 253 svga->pipe.set_shader_buffers = svga_set_shader_buffers; in svga_init_shader_buffer_functions() 254 svga->pipe.set_hw_atomic_buffers = svga_set_hw_atomic_buffers; in svga_init_shader_buffer_functions()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | compute.c | 30 #include "pipe/p_state.h" 335 ctx->pipe->launch_grid(ctx->pipe, &info); in dispatch_compute() 380 ctx->pipe->launch_grid(ctx->pipe, &info); in dispatch_compute_indirect() 430 ctx->pipe->launch_grid(ctx->pipe, &info); in dispatch_compute_group_size()
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | impls_mio.rs | 377 impl AsFd for mio::unix::pipe::Receiver { 385 impl IntoFd for mio::unix::pipe::Receiver { 393 impl From<mio::unix::pipe::Receiver> for OwnedFd { 395 fn from(owned: mio::unix::pipe::Receiver) -> Self { in from() 401 impl FromFd for mio::unix::pipe::Receiver { 409 impl From<OwnedFd> for mio::unix::pipe::Receiver { 417 impl AsFd for mio::unix::pipe::Sender { 425 impl IntoFd for mio::unix::pipe::Sender { 433 impl From<mio::unix::pipe::Sender> for OwnedFd { 435 fn from(owned: mio::unix::pipe [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_component.c | 16 u32 pipe = id; in get_resources_id() local 26 pipe = id / D71_PIPELINE_MAX_SCALERS; in get_resources_id() 34 pipe = id / D71_PIPELINE_MAX_LAYERS; in get_resources_id() 55 *pipe_id = pipe; in get_resources_id() 869 static int d71_downscaling_clk_check(struct komeda_pipeline *pipe, in d71_downscaling_clk_check() argument 1049 struct d71_pipeline *pipe = to_d71_pipeline(c->pipeline); in d71_improc_update() local 1064 malidp_write_group(pipe->dou_ft_coeff_addr, FT_COEFF0, in d71_improc_update() 1281 struct d71_pipeline *pipe; in d71_probe_block() local 1291 pipe = d71->pipes[blk_id]; in d71_probe_block() 1292 pipe in d71_probe_block() 1383 d71_lpu_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_lpu_dump() argument 1408 d71_dou_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_dou_dump() argument 1424 d71_pipeline_dump(struct komeda_pipeline *pipe, struct seq_file *sf) d71_pipeline_dump() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_component.c | 16 u32 pipe = id; in get_resources_id() local 26 pipe = id / D71_PIPELINE_MAX_SCALERS; in get_resources_id() 34 pipe = id / D71_PIPELINE_MAX_LAYERS; in get_resources_id() 55 *pipe_id = pipe; in get_resources_id() 869 static int d71_downscaling_clk_check(struct komeda_pipeline *pipe, in d71_downscaling_clk_check() argument 1049 struct d71_pipeline *pipe = to_d71_pipeline(c->pipeline); in d71_improc_update() local 1064 malidp_write_group(pipe->dou_ft_coeff_addr, FT_COEFF0, in d71_improc_update() 1281 struct d71_pipeline *pipe; in d71_probe_block() local 1291 pipe = d71->pipes[blk_id]; in d71_probe_block() 1292 pipe in d71_probe_block() 1383 d71_lpu_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_lpu_dump() argument 1408 d71_dou_dump(struct d71_pipeline *pipe, struct seq_file *sf) d71_dou_dump() argument 1424 d71_pipeline_dump(struct komeda_pipeline *pipe, struct seq_file *sf) d71_pipeline_dump() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 253 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_get_param() 256 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_get_param() 349 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_wait_fence() 352 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_wait_fence() 400 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_gem_wait() 403 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_gem_wait() 428 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_pm_query_dom() 431 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_pm_query_dom() 445 if (args->pipe >= ETNA_MAX_PIPES) in etnaviv_ioctl_pm_query_sig() 448 gpu = priv->gpu[args->pipe]; in etnaviv_ioctl_pm_query_sig() [all...] |