| /OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/ |
| H A D | iss_csi2.c | 678 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 D | iss_csiphy.c | 119 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 D | musb_host.c | 198 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 D | lima_drv.h | 29 int pipe; member
|
| H A D | lima_dlbu.c | 17 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 D | usb.c | 60 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 D | ispresizer.c | 500 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 D | ce.c | 638 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 D | package.py | 207 def process_deps(pipe, pkg, pkgdest, provides, requires): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | core.c | 60 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 D | helper.c | 70 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 D | xhci-ring.c | 555 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 D | mia_dsp.c | 168 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 D | mdp5_pipe.c | 159 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 D | intel_cdclk.h | 48 enum pipe pipe; member
|
| H A D | vlv_dsi.c | 770 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 D | sh_css_internal.h | 499 #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 D | mtk_drm_crtc.c | 633 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 D | amdgpu_amdkfd_gfx_v7.c | 90 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 D | kfd_device_queue_manager.c | 72 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 D | vsp1_hgo.c | 133 struct vsp1_pipeline *pipe, in hgo_configure_stream()
|
| H A D | vsp1_hsit.c | 131 struct vsp1_pipeline *pipe, in hsit_configure_stream()
|
| H A D | vsp1_lif.c | 86 struct vsp1_pipeline *pipe, in lif_configure_stream()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | ce6230.c | 15 unsigned int pipe; in ce6230_ctrl_msg() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.c | 72 void *imgu_css_fw_pipeline_params(struct imgu_css *css, unsigned int pipe, in imgu_css_fw_pipeline_params()
|