Home
last modified time | relevance | path

Searched defs:pipe (Results 251 – 275 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_csi2.c678 struct iss_pipeline *pipe = in csi2_isr_ctx() local
742 struct iss_pipeline *pipe = to_iss_pipeline(&csi2->subdev.entity); in omap4iss_csi2_isr() local
1022 struct iss_pipeline *pipe = to_iss_pipeline(&csi2->subdev.entity); in csi2_link_validate() local
H A Diss_csiphy.c119 struct iss_pipeline *pipe = to_iss_pipeline(&csi2_subdev->entity); in omap4iss_csiphy_config() local
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c198 unsigned pipe = urb->pipe; in musb_start_urb() local
461 int pipe = urb->pipe; in musb_host_packet_rx() local
1105 int pipe; in musb_host_tx() local
1440 int pipe; in musb_host_rx() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_drv.h29 int pipe; member
H A Dlima_dlbu.c17 struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_pp; in lima_dlbu_enable() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Dusb.c60 unsigned pipe; in mt7601u_usb_submit_buf() local
95 const unsigned int pipe = (direction == USB_DIR_IN) ? in mt7601u_vendor_request() local
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispresizer.c500 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in omap3isp_resizer_max_rate() local
541 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in resizer_adjust_bandwidth() local
1014 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in resizer_isr_buffer() local
1545 struct isp_pipeline *pipe = to_isp_pipeline(&sd->entity); in resizer_link_validate() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dce.c638 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert()
686 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries()
702 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs()
717 static int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, in __ath10k_ce_rx_post_buf()
747 static int __ath10k_ce_rx_post_buf_64(struct ath10k_ce_pipe *pipe, in __ath10k_ce_rx_post_buf_64()
780 void ath10k_ce_rx_update_write_idx(struct ath10k_ce_pipe *pipe, u32 nentries) in ath10k_ce_rx_update_write_idx()
801 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, in ath10k_ce_rx_post_buf()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackage.py207 def process_deps(pipe, pkg, pkgdest, provides, requires): argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dcore.c60 void ath6kl_core_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) in ath6kl_core_rx_complete()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dhelper.c70 int snd_usb_ctl_msg(struct usb_device *dev, unsigned int pipe, __u8 request, in snd_usb_ctl_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c555 int xhci_bulk_tx(struct usb_device *udev, unsigned long pipe, in xhci_bulk_tx()
747 int xhci_ctrl_tx(struct usb_device *udev, unsigned long pipe, in xhci_ctrl_tx()
/OK3568_Linux_fs/kernel/sound/pci/echoaudio/
H A Dmia_dsp.c168 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.c159 struct mdp5_hw_pipe *mdp5_pipe_init(enum mdp5_pipe pipe, in mdp5_pipe_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.h48 enum pipe pipe; member
H A Dvlv_dsi.c770 enum pipe pipe = intel_crtc->pipe; in intel_dsi_pre_enable() local
999 enum pipe *pipe) in intel_dsi_get_hw_state()
1403 enum pipe pipe = intel_crtc->pipe; in intel_dsi_prepare() local
1815 enum pipe pipe; in vlv_dsi_init() local
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_internal.h499 #define SH_CSS_IS_QOS_PIPE(pipe) ((pipe)->pipe_qos_config != QOS_INVALID) argument
500 #define SH_CSS_QOS_STAGE_ENABLE(pipe, num) ((pipe)->pipe_qos_config |= QOS_STAGE_MASK(num)) argument
501 #define SH_CSS_QOS_STAGE_DISABLE(pipe, num) ((pipe)->pipe_qos_config &= ~QOS_STAGE_MASK(num)) argument
502 #define SH_CSS_QOS_STAGE_IS_ENABLED(pipe, num) ((pipe)->pipe_qos_config & QOS_STAGE_MASK(num)) argument
503 #define SH_CSS_QOS_STAGE_IS_ALL_DISABLED(pipe) ((pipe)->pipe_qos_config == QOS_ALL_STAGES_DISABLED) argument
504 #define SH_CSS_QOS_MODE_PIPE_ADD(mode, pipe) ((mode) |= (0x1 << (pipe)->pipe_id)) argument
505 #define SH_CSS_QOS_MODE_PIPE_REMOVE(mode, pipe) ((mode) &= ~(0x1 << (pipe)->pipe_id)) argument
673 struct sh_css_sp_pipeline pipe[SH_CSS_MAX_SP_THREADS]; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c633 unsigned int pipe) in mtk_drm_crtc_init()
708 int comp_idx, int pipe) in mtk_drm_crtc_init_comp_planes()
736 int pipe = priv->num_pipes; in mtk_drm_crtc_create() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v7.c90 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
114 uint32_t pipe = (pipe_id % adev->gfx.mec.num_pipe_per_mec); in acquire_queue() local
172 uint32_t pipe; in kgd_init_interrupts() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c72 static bool is_pipe_enabled(struct device_queue_manager *dqm, int mec, int pipe) in is_pipe_enabled()
426 int pipe, bit, i; in allocate_hqd() local
953 int pipe, queue; in initialize_nocpsch() local
2035 int pipe, queue; in dqm_debugfs_hqds() local
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_hgo.c133 struct vsp1_pipeline *pipe, in hgo_configure_stream()
H A Dvsp1_hsit.c131 struct vsp1_pipeline *pipe, in hsit_configure_stream()
H A Dvsp1_lif.c86 struct vsp1_pipeline *pipe, in lif_configure_stream()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dce6230.c15 unsigned int pipe; in ce6230_ctrl_msg() local
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c72 void *imgu_css_fw_pipeline_params(struct imgu_css *css, unsigned int pipe, in imgu_css_fw_pipeline_params()

1...<<11121314151617181920>>...25