Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 200 of 376) sorted by relevance

12

/linux-4.4.14/drivers/usb/renesas_usbhs/
Dpipe.c42 char *usbhs_pipe_name(struct usbhs_pipe *pipe) in usbhs_pipe_name()
50 static void usbhsp_pipectrl_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipectrl_set()
61 static u16 usbhsp_pipectrl_get(struct usbhs_pipe *pipe) in usbhsp_pipectrl_get()
75 static void __usbhsp_pipe_xxx_set(struct usbhs_pipe *pipe, in __usbhsp_pipe_xxx_set()
87 static u16 __usbhsp_pipe_xxx_get(struct usbhs_pipe *pipe, in __usbhsp_pipe_xxx_get()
101 static void usbhsp_pipe_cfg_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_cfg_set()
106 static u16 usbhsp_pipe_cfg_get(struct usbhs_pipe *pipe) in usbhsp_pipe_cfg_get()
114 static void usbhsp_pipe_trn_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_trn_set()
150 static void usbhsp_pipe_tre_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_tre_set()
190 static void usbhsp_pipe_buf_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_buf_set()
[all …]
Dfifo.c54 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push()
101 static struct usbhs_pkt *__usbhsf_pkt_get(struct usbhs_pipe *pipe) in __usbhsf_pkt_get()
118 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop()
161 static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type) in usbhsf_pkt_handler()
211 void usbhs_pkt_start(struct usbhs_pipe *pipe) in usbhs_pkt_start()
221 #define usbhsf_irq_callback_ctrl(pipe, status, enable) \ argument
235 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_tx_irq_ctrl()
252 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_rx_irq_ctrl()
260 static void usbhsf_send_terminator(struct usbhs_pipe *pipe, in usbhsf_send_terminator()
284 static void usbhsf_fifo_clear(struct usbhs_pipe *pipe, in usbhsf_fifo_clear()
[all …]
Dmod_gadget.c39 struct usbhs_pipe *pipe; member
130 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in __usbhsg_queue_pop() local
158 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_queue_done() local
176 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_queue_push() local
198 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_dma_map_ctrl() local
231 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in usbhsg_recip_handler_std_control_done() local
243 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_clear_endpoint() local
290 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_set_endpoint() local
323 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in __usbhsg_recip_send_status() local
389 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_get_endpoint() local
[all …]
Dpipe.h47 struct usbhs_pipe *pipe; member
102 #define usbhs_pipe_sequence_data0(pipe) usbhs_pipe_data_sequence(pipe, 0) argument
103 #define usbhs_pipe_sequence_data1(pipe) usbhs_pipe_data_sequence(pipe, 1) argument
Dmod_host.c84 struct usbhs_pipe *pipe; /* attached pipe */ member
263 struct usbhs_pipe *pipe; in usbhsh_pipe_attach() local
341 struct usbhs_pipe *pipe; in usbhsh_pipe_detach() local
680 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_queue_push() local
721 struct usbhs_pipe *pipe) in usbhsh_queue_force_pop()
766 struct usbhs_pipe *pipe) in usbhsh_setup_stage_packet_push()
825 struct usbhs_pipe *pipe, in usbhsh_data_stage_packet_push()
856 struct usbhs_pipe *pipe, in usbhsh_status_stage_packet_push()
886 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_dcp_queue_push() local
1416 struct usbhs_pipe *pipe; in usbhsh_pipe_init_for_host() local
Dfifo.h32 struct usbhs_pipe *pipe; member
56 struct usbhs_pipe *pipe; member
/linux-4.4.14/drivers/gpu/drm/gma500/
Dmdfld_dsi_output.h75 #define CHECK_PIPE(pipe) ({ \ argument
80 #define CHECK_PIPE(pipe) (pipe) argument
86 #define REG_OFFSET(pipe) (CHECK_PIPE(pipe) * 0x400) argument
89 #define MIPI_DEVICE_READY_REG(pipe) (0xb000 + REG_OFFSET(pipe)) argument
90 #define MIPI_INTR_STAT_REG(pipe) (0xb004 + REG_OFFSET(pipe)) argument
91 #define MIPI_INTR_EN_REG(pipe) (0xb008 + REG_OFFSET(pipe)) argument
92 #define MIPI_DSI_FUNC_PRG_REG(pipe) (0xb00c + REG_OFFSET(pipe)) argument
93 #define MIPI_HS_TX_TIMEOUT_REG(pipe) (0xb010 + REG_OFFSET(pipe)) argument
94 #define MIPI_LP_RX_TIMEOUT_REG(pipe) (0xb014 + REG_OFFSET(pipe)) argument
95 #define MIPI_TURN_AROUND_TIMEOUT_REG(pipe) (0xb018 + REG_OFFSET(pipe)) argument
[all …]
Dmdfld_dsi_dpi.c37 static void mdfld_wait_for_HS_DATA_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_HS_DATA_FIFO()
55 static void mdfld_wait_for_HS_CTRL_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_HS_CTRL_FIFO()
72 static void mdfld_wait_for_DPI_CTRL_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_DPI_CTRL_FIFO()
90 static void mdfld_wait_for_SPL_PKG_SENT(struct drm_device *dev, u32 pipe) in mdfld_wait_for_SPL_PKG_SENT()
111 int pipe) in dsi_set_device_ready_state()
117 int state, int pipe) in dsi_set_pipe_plane_enable_state()
174 int pipe) in mdfld_dsi_configure_down()
195 int pipe) in mdfld_dsi_configure_up()
229 static void mdfld_dsi_tpo_ic_init(struct mdfld_dsi_config *dsi_config, u32 pipe) in mdfld_dsi_tpo_ic_init()
467 int pipe) in mdfld_dsi_dpi_controller_init()
[all …]
Dpsb_irq.c38 psb_pipestat(int pipe) in psb_pipestat()
50 mid_pipe_event(int pipe) in mid_pipe_event()
62 mid_pipe_vsync(int pipe) in mid_pipe_vsync()
74 mid_pipeconf(int pipe) in mid_pipeconf()
86 psb_enable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask) in psb_enable_pipestat()
103 psb_disable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask) in psb_disable_pipestat()
118 static void mid_enable_pipe_event(struct drm_psb_private *dev_priv, int pipe) in mid_enable_pipe_event()
129 static void mid_disable_pipe_event(struct drm_psb_private *dev_priv, int pipe) in mid_disable_pipe_event()
146 static void mid_pipe_event_handler(struct drm_device *dev, int pipe) in mid_pipe_event_handler()
513 int psb_enable_vblank(struct drm_device *dev, unsigned int pipe) in psb_enable_vblank()
[all …]
Dmdfld_dsi_output.c91 void mdfld_dsi_brightness_init(struct mdfld_dsi_config *dsi_config, int pipe) in mdfld_dsi_brightness_init()
132 void mdfld_dsi_brightness_control(struct drm_device *dev, int pipe, int level) in mdfld_dsi_brightness_control()
215 void mdfld_dsi_controller_init(struct mdfld_dsi_config *dsi_config, int pipe) in mdfld_dsi_controller_init()
425 struct mdfld_dsi_config *config, int pipe) in mdfld_dsi_get_default_config()
450 int mdfld_dsi_panel_reset(int pipe) in mdfld_dsi_panel_reset()
498 int pipe, in mdfld_dsi_output_init()
Dpsb_intel_display.c112 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_set() local
313 int pipe = gma_crtc->pipe; in psb_intel_crtc_clock_get() local
388 int pipe = gma_crtc->pipe; in psb_intel_crtc_mode_get() local
491 void psb_intel_crtc_init(struct drm_device *dev, int pipe, in psb_intel_crtc_init()
559 struct drm_crtc *psb_intel_get_crtc_from_pipe(struct drm_device *dev, int pipe) in psb_intel_get_crtc_from_pipe()
Dmdfld_tmd_vid.c95 int pipe, in tmd_vid_get_panel_info()
132 int pipe) in mdfld_dsi_tmd_drv_ic_init()
Dmdfld_intel_display.c51 void mdfldWaitForPipeDisable(struct drm_device *dev, int pipe) in mdfldWaitForPipeDisable()
79 void mdfldWaitForPipeEnable(struct drm_device *dev, int pipe) in mdfldWaitForPipeEnable()
170 int pipe = gma_crtc->pipe; in mdfld__intel_pipe_set_base() local
238 void mdfld_disable_crtc(struct drm_device *dev, int pipe) in mdfld_disable_crtc()
309 int pipe = gma_crtc->pipe; in mdfld_crtc_dpms() local
674 int pipe = gma_crtc->pipe; in mdfld_crtc_mode_set() local
Dcdv_intel_display.c226 int pipe = gma_crtc->pipe; in cdv_dpll_set_clock_cdv() local
463 static bool cdv_intel_pipe_enabled(struct drm_device *dev, int pipe) in cdv_intel_pipe_enabled()
587 int pipe = gma_crtc->pipe; in cdv_intel_crtc_mode_set() local
854 int pipe = gma_crtc->pipe; in cdv_intel_crtc_clock_get() local
932 int pipe = gma_crtc->pipe; in cdv_intel_crtc_mode_get() local
Dgma_display.c63 int pipe = gma_crtc->pipe; in gma_pipe_set_base() local
205 int pipe = gma_crtc->pipe; in gma_crtc_dpms() local
338 int pipe = gma_crtc->pipe; in gma_crtc_cursor_set() local
462 int pipe = gma_crtc->pipe; in gma_crtc_cursor_move() local
Dmdfld_output.c34 int mdfld_get_panel_type(struct drm_device *dev, int pipe) in mdfld_get_panel_type()
Doaktrail_crtc.c227 int pipe = gma_crtc->pipe; in oaktrail_crtc_dpms() local
373 int pipe = gma_crtc->pipe; in oaktrail_crtc_mode_set() local
603 int pipe = gma_crtc->pipe; in oaktrail_pipe_set_base() local
Dmdfld_tpo_vid.c92 int pipe, in tpo_vid_get_panel_info()
Dmdfld_device.c170 struct psb_pipe *pipe = &dev_priv->regs.pipe[pipenum]; in mdfld_save_display_registers() local
248 struct psb_pipe *pipe = &dev_priv->regs.pipe[pipenum]; in mdfld_restore_display_registers() local
Dmdfld_dsi_pkg_sender.h39 int pipe; member
Dpsb_intel_reg.h1295 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) argument
1336 #define SB_M(pipe) _PIPE(pipe, _SB_M_A, _SB_M_B) argument
1342 #define SB_N_VCO(pipe) _PIPE(pipe, _SB_N_VCO_A, _SB_N_VCO_B) argument
1361 #define SB_REF_SFR(pipe) _PIPE(pipe, _SB_REF_A, _SB_REF_B) argument
1365 #define SB_P(pipe) _PIPE(pipe, _SB_P_A, _SB_P_B) argument
1535 #define PIPE_GMCH_DATA_M(pipe) _PIPE(pipe, _PIPEA_GMCH_DATA_M, _PIPEB_GMCH_DATA_M) argument
1536 #define PIPE_GMCH_DATA_N(pipe) _PIPE(pipe, _PIPEA_GMCH_DATA_N, _PIPEB_GMCH_DATA_N) argument
1537 #define PIPE_DP_LINK_M(pipe) _PIPE(pipe, _PIPEA_DP_LINK_M, _PIPEB_DP_LINK_M) argument
1538 #define PIPE_DP_LINK_N(pipe) _PIPE(pipe, _PIPEA_DP_LINK_N, _PIPEB_DP_LINK_N) argument
/linux-4.4.14/sound/drivers/vx/
Dvx_pcm.c61 struct vx_pipe *pipe) in vx_pcm_read_per_bytes()
106 struct vx_pipe *pipe) in vx_set_differed_time()
139 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format()
166 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format()
225 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state()
250 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size()
274 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start()
295 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe()
334 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe()
387 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe()
[all …]
/linux-4.4.14/fs/
Dpipe.c62 static void pipe_lock_nested(struct pipe_inode_info *pipe, int subclass) in pipe_lock_nested()
68 void pipe_lock(struct pipe_inode_info *pipe) in pipe_lock()
77 void pipe_unlock(struct pipe_inode_info *pipe) in pipe_unlock()
84 static inline void __pipe_lock(struct pipe_inode_info *pipe) in __pipe_lock()
89 static inline void __pipe_unlock(struct pipe_inode_info *pipe) in __pipe_unlock()
109 void pipe_wait(struct pipe_inode_info *pipe) in pipe_wait()
124 static void anon_pipe_buf_release(struct pipe_inode_info *pipe, in anon_pipe_buf_release()
152 int generic_pipe_buf_steal(struct pipe_inode_info *pipe, in generic_pipe_buf_steal()
181 void generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get()
211 void generic_pipe_buf_release(struct pipe_inode_info *pipe, in generic_pipe_buf_release()
[all …]
Dsplice.c43 static int page_cache_pipe_buf_steal(struct pipe_inode_info *pipe, in page_cache_pipe_buf_steal()
88 static void page_cache_pipe_buf_release(struct pipe_inode_info *pipe, in page_cache_pipe_buf_release()
99 static int page_cache_pipe_buf_confirm(struct pipe_inode_info *pipe, in page_cache_pipe_buf_confirm()
145 static int user_page_pipe_buf_steal(struct pipe_inode_info *pipe, in user_page_pipe_buf_steal()
163 static void wakeup_pipe_readers(struct pipe_inode_info *pipe) in wakeup_pipe_readers()
182 ssize_t splice_to_pipe(struct pipe_inode_info *pipe, in splice_to_pipe()
278 int splice_grow_spd(const struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) in splice_grow_spd()
308 struct pipe_inode_info *pipe, size_t len, in __generic_file_splice_read()
524 struct pipe_inode_info *pipe, size_t len, in generic_file_splice_read()
559 static int generic_pipe_buf_nosteal(struct pipe_inode_info *pipe, in generic_pipe_buf_nosteal()
[all …]
/linux-4.4.14/drivers/gpu/drm/
Ddrm_irq.c46 #define vblanktimestamp(dev, pipe, count) \ argument
77 static void store_vblank(struct drm_device *dev, unsigned int pipe, in store_vblank()
120 static void drm_reset_vblank_timestamp(struct drm_device *dev, unsigned int pipe) in drm_reset_vblank_timestamp()
171 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, in drm_update_vblank_count()
309 static void vblank_disable_and_save(struct drm_device *dev, unsigned int pipe) in vblank_disable_and_save()
345 unsigned int pipe = vblank->pipe; in vblank_disable_fn() local
367 unsigned int pipe; in drm_vblank_cleanup() local
678 unsigned int pipe = drm_crtc_index(crtc); in drm_calc_timestamping_constants() local
767 unsigned int pipe, in drm_calc_vbltimestamp_from_scanoutpos()
908 drm_get_last_vbltimestamp(struct drm_device *dev, unsigned int pipe, in drm_get_last_vbltimestamp()
[all …]
/linux-4.4.14/net/nfc/hci/
Dcommand.c31 static int nfc_hci_execute_cmd_async(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_execute_cmd_async()
67 static int nfc_hci_execute_cmd(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_execute_cmd()
106 u8 pipe; in nfc_hci_send_event() local
127 u8 pipe; in nfc_hci_send_cmd() local
143 u8 pipe; in nfc_hci_send_cmd_async() local
198 static int nfc_hci_open_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_open_pipe()
218 static int nfc_hci_close_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_close_pipe()
232 u8 pipe; in nfc_hci_create_pipe() local
255 static int nfc_hci_delete_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_delete_pipe()
284 u8 pipe = hdev->gate2pipe[gate]; in nfc_hci_disconnect_gate() local
[all …]
Dhcp.c33 int nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, in nfc_hci_hcp_message_tx()
131 void nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, in nfc_hci_hcp_message_rx()
Dhci.h25 u8 pipe; member
65 u8 pipe; member
69 u8 pipe; member
Dcore.c144 u8 pipe; in nfc_hci_msg_rx_work() local
193 void nfc_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in nfc_hci_cmd_received()
376 void nfc_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, in nfc_hci_event_received()
849 u8 pipe; in nfc_hci_recv_from_llc() local
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.c310 static int vsp1_pipeline_validate_branch(struct vsp1_pipeline *pipe, in vsp1_pipeline_validate_branch()
386 static void __vsp1_pipeline_cleanup(struct vsp1_pipeline *pipe) in __vsp1_pipeline_cleanup()
407 static int vsp1_pipeline_validate(struct vsp1_pipeline *pipe, in vsp1_pipeline_validate()
475 static int vsp1_pipeline_init(struct vsp1_pipeline *pipe, in vsp1_pipeline_init()
497 static void vsp1_pipeline_cleanup(struct vsp1_pipeline *pipe) in vsp1_pipeline_cleanup()
508 static void vsp1_pipeline_run(struct vsp1_pipeline *pipe) in vsp1_pipeline_run()
517 static bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe) in vsp1_pipeline_stopped()
529 static int vsp1_pipeline_stop(struct vsp1_pipeline *pipe) in vsp1_pipeline_stop()
555 static bool vsp1_pipeline_ready(struct vsp1_pipeline *pipe) in vsp1_pipeline_ready()
583 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&video->video.entity); in vsp1_video_complete_buffer() local
[all …]
Dvsp1_video.h65 struct media_pipeline pipe; member
128 struct vsp1_pipeline pipe; member
Dvsp1_rpf.c49 struct vsp1_pipeline *pipe; in rpf_s_ctrl() local
Dvsp1_wpf.c76 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&subdev->entity); in wpf_s_stream() local
Dvsp1_drv.c45 struct vsp1_pipeline *pipe; in vsp1_irq_handler() local
Dvsp1_bru.c72 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&subdev->entity); in bru_s_stream() local
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fifo_underrun.c55 enum pipe pipe; in ivb_can_enable_err_int() local
72 enum pipe pipe; in cpt_can_enable_serr_int() local
122 enum pipe pipe, in i9xx_set_fifo_underrun_reporting()
141 enum pipe pipe, bool enable) in ironlake_set_fifo_underrun_reporting()
154 enum pipe pipe, in ivybridge_set_fifo_underrun_reporting()
177 enum pipe pipe, bool enable) in broadwell_set_fifo_underrun_reporting()
231 enum pipe pipe, bool enable) in __intel_set_cpu_fifo_underrun_reporting()
272 enum pipe pipe, bool enable) in intel_set_cpu_fifo_underrun_reporting()
343 enum pipe pipe) in intel_cpu_fifo_underrun_irq_handler()
Di915_irq.c477 __i915_enable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in __i915_enable_pipestat()
504 __i915_disable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in __i915_disable_pipestat()
558 i915_enable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in i915_enable_pipestat()
572 i915_disable_pipestat(struct drm_i915_private *dev_priv, enum pipe pipe, in i915_disable_pipestat()
656 static u32 i8xx_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in i8xx_get_vblank_counter()
665 static u32 i915_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in i915_get_vblank_counter()
713 static u32 g4x_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in g4x_get_vblank_counter()
728 enum pipe pipe = crtc->pipe; in __intel_get_crtc_scanline() local
773 static int i915_get_crtc_scanoutpos(struct drm_device *dev, unsigned int pipe, in i915_get_crtc_scanoutpos()
910 static int i915_get_vblank_timestamp(struct drm_device *dev, unsigned int pipe, in i915_get_vblank_timestamp()
[all …]
Dintel_psr.c64 static bool vlv_is_psr_active_on_pipe(struct drm_device *dev, int pipe) in vlv_is_psr_active_on_pipe()
112 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_setup_vsc() local
224 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_enable_source() local
239 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_activate() local
518 enum pipe pipe = to_intel_crtc(crtc)->pipe; in intel_psr_work() local
562 enum pipe pipe = to_intel_crtc(crtc)->pipe; in intel_psr_exit() local
616 enum pipe pipe; in intel_psr_single_frame_update() local
664 enum pipe pipe; in intel_psr_invalidate() local
702 enum pipe pipe; in intel_psr_flush() local
Dintel_sprite.c85 enum pipe pipe = crtc->pipe; in intel_pipe_update_start() local
160 enum pipe pipe = crtc->pipe; in intel_pipe_update_end() local
192 const int pipe = intel_plane->pipe; in skl_update_plane() local
293 const int pipe = intel_plane->pipe; in skl_disable_plane() local
355 int pipe = intel_plane->pipe; in vlv_update_plane() local
474 int pipe = intel_plane->pipe; in vlv_disable_plane() local
495 enum pipe pipe = intel_plane->pipe; in ivb_update_plane() local
614 int pipe = intel_plane->pipe; in ivb_disable_plane() local
637 int pipe = intel_plane->pipe; in ilk_update_plane() local
743 int pipe = intel_plane->pipe; in ilk_disable_plane() local
[all …]
Di915_reg.h28 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) argument
32 #define _PIPE3(pipe, a, b, c) ((pipe) == PIPE_A ? (a) : \ argument
547 #define GEN7_PIPE_DE_LOAD_SL(pipe) _PIPE(pipe, \ argument
597 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) argument
598 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe)) argument
599 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe)) argument
600 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe)) argument
601 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe)) argument
602 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe)) argument
603 #define _DP_SSS(val, pipe) ((val) << (2 * (pipe) + 16)) argument
[all …]
Dintel_display.c1088 enum pipe pipe) in intel_pipe_to_cpu_transcoder()
1096 static bool pipe_dsl_stopped(struct drm_device *dev, enum pipe pipe) in pipe_dsl_stopped()
1136 enum pipe pipe = crtc->pipe; in intel_wait_for_pipe_off() local
1159 enum pipe pipe, bool state) in assert_pll()
1219 enum pipe pipe, bool state) in assert_fdi_tx()
1241 enum pipe pipe, bool state) in assert_fdi_rx()
1256 enum pipe pipe) in assert_fdi_tx_pll_enabled()
1273 enum pipe pipe, bool state) in assert_fdi_rx_pll()
1286 enum pipe pipe) in assert_panel_unlocked()
1328 enum pipe pipe, bool state) in assert_cursor()
[all …]
Dintel_panel.c518 static u32 _vlv_get_backlight(struct drm_device *dev, enum pipe pipe) in _vlv_get_backlight()
531 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_get_backlight() local
624 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_set_backlight() local
696 enum pipe pipe = intel_get_pipe_from_connector(connector); in intel_panel_set_backlight_acpi() local
789 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_disable_backlight() local
899 enum pipe pipe = intel_get_pipe_from_connector(connector); in pch_enable_backlight() local
984 enum pipe pipe = intel_get_pipe_from_connector(connector); in i965_enable_backlight() local
1018 enum pipe pipe = intel_get_pipe_from_connector(connector); in vlv_enable_backlight() local
1050 enum pipe pipe = intel_get_pipe_from_connector(connector); in bxt_enable_backlight() local
1108 enum pipe pipe = intel_get_pipe_from_connector(connector); in intel_panel_enable_backlight() local
[all …]
Dintel_dvo.c131 enum pipe *pipe) in intel_dvo_get_hw_state()
256 int pipe = crtc->pipe; in intel_dvo_pre_enable() local
396 int pipe = (dvo_val & DVO_PIPE_B_SELECT) ? 1 : 0; in intel_dvo_get_current_mode() local
455 enum pipe pipe; in intel_dvo_init() local
Dintel_audio.c252 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_disable() local
284 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_enable() local
365 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_disable() local
414 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_enable() local
641 enum pipe pipe = -1; in i915_audio_component_sync_audio_rate() local
Dintel_dp.c306 enum pipe pipe = intel_dp->pps_pipe; in vlv_power_sequencer_kick() local
378 enum pipe pipe; in vlv_power_sequencer_pipe() local
438 enum pipe pipe) in vlv_pipe_has_pp_on()
444 enum pipe pipe) in vlv_pipe_has_vdd_on()
450 enum pipe pipe) in vlv_pipe_any()
460 enum pipe pipe; in vlv_initial_pps_pipe() local
584 enum pipe pipe = vlv_power_sequencer_pipe(intel_dp); in edp_notify_handler() local
2229 enum pipe *pipe) in intel_dp_get_hw_state()
2406 enum pipe pipe = crtc->pipe; in chv_data_lane_soft_reset() local
2647 enum pipe pipe = intel_dp->pps_pipe; in vlv_detach_power_sequencer() local
[all …]
Dintel_pm.c337 enum pipe pipe, int plane) in vlv_get_fifo_size()
823 enum pipe pipe = crtc->pipe; in vlv_write_wm_values() local
1285 enum pipe pipe = crtc->pipe; in vlv_merge_wm() local
1306 enum pipe pipe = intel_crtc->pipe; in vlv_update_wm() local
2529 enum pipe pipe = intel_crtc->pipe; in ilk_compute_wm_results() local
2574 #define WM_DIRTY_PIPE(pipe) (1 << (pipe)) argument
2575 #define WM_DIRTY_LINETIME(pipe) (1 << (8 + (pipe))) argument
2586 enum pipe pipe; in ilk_compute_wm_dirty() local
2817 enum pipe pipe; in skl_ddb_get_hw_state() local
2892 enum pipe pipe = intel_crtc->pipe; in skl_allocate_pipe_ddb() local
[all …]
Dintel_hdmi.c877 enum pipe *pipe) in intel_hdmi_get_hw_state()
1040 enum pipe pipe = crtc->pipe; in cpt_enable_hdmi() local
1570 int pipe = intel_crtc->pipe; in vlv_hdmi_pre_enable() local
1616 int pipe = intel_crtc->pipe; in vlv_hdmi_pre_pll_enable() local
1647 enum pipe pipe = crtc->pipe; in chv_data_lane_soft_reset() local
1693 enum pipe pipe = intel_crtc->pipe; in chv_hdmi_pre_pll_enable() local
1767 enum pipe pipe = to_intel_crtc(encoder->base.crtc)->pipe; in chv_hdmi_post_pll_disable() local
1804 int pipe = intel_crtc->pipe; in vlv_hdmi_post_disable() local
1836 int pipe = intel_crtc->pipe; in chv_hdmi_pre_enable() local
Dintel_fbc.c528 enum pipe pipe; in intel_fbc_find_crtc() local
553 enum pipe pipe; in multiple_pipes_ok() local
1085 enum pipe pipe; in intel_fbc_init() local
Dintel_dp_mst.c232 enum pipe *pipe) in intel_dp_mst_enc_get_hw_state()
405 enum pipe pipe; in intel_dp_mst_get_hw_state() local
521 intel_dp_create_fake_mst_encoder(struct intel_digital_port *intel_dig_port, enum pipe pipe) in intel_dp_create_fake_mst_encoder()
Dintel_lvds.c71 enum pipe *pipe) in intel_lvds_get_hw_state()
139 int pipe = crtc->pipe; in intel_pre_enable_lvds() local
944 int pipe; in intel_lvds_init() local
Di915_debugfs.c576 const char pipe = pipe_name(crtc->pipe); in i915_gem_pageflip_info() local
768 int ret, i, pipe; in i915_interrupt_info() local
2532 enum pipe pipe; in i915_edp_psr_status() local
2918 static bool cursor_active(struct drm_device *dev, int pipe) in cursor_active()
2931 static bool cursor_position(struct drm_device *dev, int pipe, int *x, int *y) in cursor_position()
3140 enum pipe pipe; in i915_ddb_info() local
3284 enum pipe pipe; member
3460 enum pipe pipe) in i915_pipe_crc_create()
3534 static int i9xx_pipe_crc_auto_source(struct drm_device *dev, enum pipe pipe, in i9xx_pipe_crc_auto_source()
3587 enum pipe pipe, in vlv_pipe_crc_ctl_reg()
[all …]
Dintel_sideband.c188 u32 vlv_dpio_read(struct drm_i915_private *dev_priv, enum pipe pipe, int reg) in vlv_dpio_read()
205 void vlv_dpio_write(struct drm_i915_private *dev_priv, enum pipe pipe, int reg, u32 val) in vlv_dpio_write()
Dintel_runtime_pm.c866 enum pipe pipe; in vlv_display_power_well_init() local
958 enum pipe pipe; in vlv_dpio_cmn_power_well_disable() local
1099 enum pipe pipe; in chv_dpio_cmn_power_well_enable() local
1312 enum pipe pipe = power_well->data; in chv_pipe_power_well_enabled() local
1342 enum pipe pipe = power_well->data; in chv_set_pipe_power_well() local
Dintel_crt.c67 enum pipe *pipe) in intel_crt_get_hw_state()
482 uint32_t pipe = to_intel_crtc(crt->base.base.crtc)->pipe; in intel_crt_load_detect() local
/linux-4.4.14/net/nfc/nci/
Dhci.c32 u8 pipe; member
49 u8 pipe; member
53 u8 pipe; member
153 static int nci_hci_send_data(struct nci_dev *ndev, u8 pipe, in nci_hci_send_data()
223 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_event() local
242 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_cmd() local
287 static void nci_hci_event_received(struct nci_dev *ndev, u8 pipe, in nci_hci_event_received()
294 static void nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, in nci_hci_cmd_received()
369 static void nci_hci_resp_received(struct nci_dev *ndev, u8 pipe, in nci_hci_resp_received()
390 static void nci_hci_hcp_message_rx(struct nci_dev *ndev, u8 pipe, in nci_hci_hcp_message_rx()
[all …]
/linux-4.4.14/drivers/usb/storage/
Dtransport.c194 int usb_stor_control_msg(struct us_data *us, unsigned int pipe, in usb_stor_control_msg()
235 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe) in usb_stor_clear_halt()
264 static int interpret_urb_result(struct us_data *us, unsigned int pipe, in interpret_urb_result()
328 int usb_stor_ctrl_transfer(struct us_data *us, unsigned int pipe, in usb_stor_ctrl_transfer()
366 unsigned int pipe = us->recv_intr_pipe; in usb_stor_intr_transfer() local
391 int usb_stor_bulk_transfer_buf(struct us_data *us, unsigned int pipe, in usb_stor_bulk_transfer_buf()
417 static int usb_stor_bulk_transfer_sglist(struct us_data *us, unsigned int pipe, in usb_stor_bulk_transfer_sglist()
465 int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe, in usb_stor_bulk_srb()
487 int usb_stor_bulk_transfer_sg(struct us_data* us, unsigned int pipe, in usb_stor_bulk_transfer_sg()
917 unsigned int pipe = 0; in usb_stor_CB_transport() local
[all …]
Donetouch.c186 int pipe, maxp; in onetouch_connect_input() local
/linux-4.4.14/sound/pci/lx6464es/
Dlx_core.c429 #define PIPE_INFO_TO_CMD(capture, pipe) \ argument
435 int lx_pipe_allocate(struct lx6464es *chip, u32 pipe, int is_capture, in lx_pipe_allocate()
456 int lx_pipe_release(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_release()
472 int lx_buffer_ask(struct lx6464es *chip, u32 pipe, int is_capture, in lx_buffer_ask()
525 int lx_pipe_stop(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_stop()
541 static int lx_pipe_toggle_state(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_toggle_state()
558 int lx_pipe_start(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_start()
571 int lx_pipe_pause(struct lx6464es *chip, u32 pipe, int is_capture) in lx_pipe_pause()
585 int lx_pipe_sample_count(struct lx6464es *chip, u32 pipe, int is_capture, in lx_pipe_sample_count()
612 int lx_pipe_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 *rstate) in lx_pipe_state()
[all …]
Dlx_core.h144 static inline int lx_stream_start(struct lx6464es *chip, u32 pipe, in lx_stream_start()
151 static inline int lx_stream_pause(struct lx6464es *chip, u32 pipe, in lx_stream_pause()
158 static inline int lx_stream_stop(struct lx6464es *chip, u32 pipe, in lx_stream_stop()
/linux-4.4.14/drivers/gpu/drm/r128/
Dr128_irq.c37 u32 r128_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in r128_get_vblank_counter()
65 int r128_enable_vblank(struct drm_device *dev, unsigned int pipe) in r128_enable_vblank()
78 void r128_disable_vblank(struct drm_device *dev, unsigned int pipe) in r128_disable_vblank()
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-dma.c101 static int xvip_pipeline_start_stop(struct xvip_pipeline *pipe, bool start) in xvip_pipeline_start_stop()
156 static int xvip_pipeline_set_stream(struct xvip_pipeline *pipe, bool on) in xvip_pipeline_set_stream()
179 static int xvip_pipeline_validate(struct xvip_pipeline *pipe, in xvip_pipeline_validate()
220 static void __xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in __xvip_pipeline_cleanup()
232 static void xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in xvip_pipeline_cleanup()
253 static int xvip_pipeline_prepare(struct xvip_pipeline *pipe, in xvip_pipeline_prepare()
393 struct xvip_pipeline *pipe; in xvip_dma_start_streaming() local
451 struct xvip_pipeline *pipe = to_xvip_pipeline(&dma->video.entity); in xvip_dma_stop_streaming() local
Dxilinx-dma.h41 struct media_pipeline pipe; member
83 struct xvip_pipeline pipe; member
/linux-4.4.14/drivers/bluetooth/
Dath3k.c209 int err, pipe, len, size, sent = 0; in ath3k_load_firmware() local
261 int ret, pipe = 0; in ath3k_get_state() local
282 int ret, pipe = 0; in ath3k_get_version() local
305 int err, pipe, len, size, count, sent = 0; in ath3k_load_fwfile() local
359 int pipe = 0; in ath3k_switch_pid() local
370 int pipe = 0, ret; in ath3k_set_normal_mode() local
Dbpa10x.c141 unsigned int pipe; in bpa10x_submit_intr_urb() local
182 unsigned int pipe; in bpa10x_submit_bulk_urb() local
286 unsigned int pipe; in bpa10x_send_frame() local
Dbtusb.c644 unsigned int pipe; in btusb_submit_intr_urb() local
733 unsigned int pipe; in btusb_submit_bulk_urb() local
849 unsigned int pipe; in btusb_submit_isoc_urb() local
940 unsigned int pipe; in btusb_submit_diag_urb() local
1138 unsigned int pipe; in alloc_ctrl_urb() local
1170 unsigned int pipe; in alloc_bulk_urb() local
1193 unsigned int pipe; in alloc_isoc_urb() local
2479 int pipe, err; in btusb_qca_send_vendor_req() local
2512 int pipe, len, err; in btusb_setup_qca_download_fw() local
2730 unsigned int pipe; in alloc_diag_urb() local
Dbfusb.c130 int err, pipe; in bfusb_send_bulk() local
220 int err, pipe, size = HCI_MAX_FRAME_SIZE + 32; in bfusb_rx_submit() local
537 int err, pipe, len, size, sent = 0; in bfusb_load_firmware() local
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_smp.c115 static inline u32 pipe2client(enum mdp5_pipe pipe, int plane) in pipe2client()
192 enum mdp5_pipe pipe, int nblks) in set_fifo_thresholds()
212 int mdp5_smp_request(struct mdp5_smp *smp, enum mdp5_pipe pipe, in mdp5_smp_request()
271 void mdp5_smp_release(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_release()
337 void mdp5_smp_configure(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_configure()
361 void mdp5_smp_commit(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_commit()
Dmdp5_plane.c25 enum mdp5_pipe pipe; member
392 enum mdp5_pipe pipe = mdp5_plane->pipe; in set_scanout_locked() local
415 static void csc_disable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe) in csc_disable()
424 static void csc_enable(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in csc_enable()
604 static void mdp5_write_pixel_ext(struct mdp5_kms *mdp5_kms, enum mdp5_pipe pipe, in mdp5_write_pixel_ext()
675 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_mode_set() local
837 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_complete_flip() local
866 enum mdp5_pipe pipe = mdp5_plane->pipe; in mdp5_plane_complete_commit() local
876 enum mdp5_pipe pipe, bool private_plane, uint32_t reg_offset, in mdp5_plane_init()
Dmdp5_ctl.c315 static u32 mdp_ctl_blend_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_mask()
333 static u32 mdp_ctl_blend_ext_mask(enum mdp5_pipe pipe, in mdp_ctl_blend_ext_mask()
412 u32 mdp_ctl_flush_mask_pipe(enum mdp5_pipe pipe) in mdp_ctl_flush_mask_pipe()
Dmdp5_kms.h121 static inline const char *pipe2name(enum mdp5_pipe pipe) in pipe2name()
134 static inline int pipe2nclients(enum mdp5_pipe pipe) in pipe2nclients()
/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c154 static u32 goldfish_cmd_status(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd_status()
169 static void goldfish_cmd(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd()
243 struct goldfish_pipe *pipe, int *status) in access_with_param()
273 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write() local
416 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_poll() local
456 struct goldfish_pipe *pipe; in goldfish_pipe_interrupt() local
506 struct goldfish_pipe *pipe; in goldfish_pipe_open() local
537 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_release() local
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_irq.c38 u32 mga_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in mga_get_vblank_counter()
91 int mga_enable_vblank(struct drm_device *dev, unsigned int pipe) in mga_enable_vblank()
106 void mga_disable_vblank(struct drm_device *dev, unsigned int pipe) in mga_disable_vblank()
Dmga_state.c228 unsigned int pipe = sarea_priv->warp_pipe; in mga_g200_emit_pipe() local
255 unsigned int pipe = sarea_priv->warp_pipe; in mga_g400_emit_pipe() local
/linux-4.4.14/fs/nfs/blocklayout/
Drpc_pipefs.c146 struct rpc_pipe *pipe) in nfs4blocklayout_register_sb()
159 struct rpc_pipe *pipe) in nfs4blocklayout_unregister_sb()
208 struct rpc_pipe *pipe) in nfs4blocklayout_register_net()
222 struct rpc_pipe *pipe) in nfs4blocklayout_unregister_net()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c134 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_prepare_pipeline() local
165 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_update_pipe_state() local
190 int vpfe_video_is_pipe_ready(struct vpfe_pipeline *pipe) in vpfe_video_is_pipe_ready()
212 static int vpfe_video_validate_pipeline(struct vpfe_pipeline *pipe) in vpfe_video_validate_pipeline()
278 static int vpfe_pipeline_enable(struct vpfe_pipeline *pipe) in vpfe_pipeline_enable()
318 static int vpfe_pipeline_disable(struct vpfe_pipeline *pipe) in vpfe_pipeline_disable()
360 static int vpfe_pipeline_set_stream(struct vpfe_pipeline *pipe, in vpfe_pipeline_set_stream()
371 struct vpfe_pipeline *pipe = &video->pipe; in all_videos_stopped() local
471 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_video_process_buffer_complete() local
482 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_stop_capture() local
[all …]
Dvpfe_video.h54 struct media_pipeline *pipe; member
94 struct vpfe_pipeline pipe; member
Ddm365_resizer.c1044 struct vpfe_pipeline *pipe = &video_out->pipe; in resizer_ss_isr() local
1093 struct vpfe_pipeline *pipe = &resizer->resizer_a.video_out.pipe; in vpfe_resizer_buffer_isr() local
1158 struct vpfe_pipeline *pipe = &video_out->pipe; in vpfe_resizer_dma_isr() local
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c599 struct cvmx_usb_pipe *pipe) in cvmx_usb_pipe_needs_split()
613 static inline int cvmx_usb_get_data_pid(struct cvmx_usb_pipe *pipe) in cvmx_usb_get_data_pid()
1122 struct cvmx_usb_pipe *pipe; in cvmx_usb_open_pipe() local
1378 struct cvmx_usb_pipe *pipe) in cvmx_usb_start_channel_control()
1527 struct cvmx_usb_pipe *pipe) in cvmx_usb_start_channel()
1876 struct cvmx_usb_pipe *pipe; in cvmx_usb_find_ready_pipe() local
1906 struct cvmx_usb_pipe *pipe; in cvmx_usb_schedule() local
1991 struct cvmx_usb_pipe *pipe, in octeon_usb_urb_complete_callback()
2091 struct cvmx_usb_pipe *pipe, in cvmx_usb_perform_complete()
2161 struct cvmx_usb_pipe *pipe, in cvmx_usb_submit_transaction()
[all …]
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c69 int pipe) in rockchip_register_crtc_funcs()
82 void rockchip_unregister_crtc_funcs(struct drm_device *dev, int pipe) in rockchip_unregister_crtc_funcs()
94 int pipe) in rockchip_crtc_from_pipe()
107 unsigned int pipe) in rockchip_drm_crtc_enable_vblank()
120 unsigned int pipe) in rockchip_drm_crtc_disable_vblank()
/linux-4.4.14/drivers/staging/rtl8712/
Dusb_ops_linux.c67 unsigned int pipe = 0; in ffaddr2pipehdl() local
171 unsigned int pipe; in r8712_usb_write_mem() local
254 unsigned int pipe; in r8712_usb_read_port() local
401 unsigned int pipe; in r8712_usb_write_port() local
490 unsigned int pipe; in r8712_usbctrl_vendorreq() local
/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio_dsp.c1056 static int allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe, in allocate_pipes()
1097 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe) in free_pipes()
1121 static int sglist_init(struct echoaudio *chip, struct audiopipe *pipe) in sglist_init()
1132 static int sglist_add_mapping(struct echoaudio *chip, struct audiopipe *pipe, in sglist_add_mapping()
1151 static inline int sglist_add_irq(struct echoaudio *chip, struct audiopipe *pipe) in sglist_add_irq()
1158 static inline int sglist_wrap(struct echoaudio *chip, struct audiopipe *pipe) in sglist_wrap()
Dindigo_express_dsp.c77 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
Dindigoio_dsp.c104 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
Dindigodj_dsp.c134 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
Dindigo_dsp.c134 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
Dechoaudio.c109 struct audiopipe *pipe = runtime->private_data; in audiopipe_free() local
275 struct audiopipe *pipe; in pcm_open() local
532 struct audiopipe *pipe; in init_engine() local
672 struct audiopipe *pipe; in pcm_hw_free() local
740 struct audiopipe *pipe = runtime->private_data; in pcm_trigger() local
810 struct audiopipe *pipe = runtime->private_data; in pcm_pointer() local
Dmia_dsp.c168 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_kms.c611 u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, unsigned int pipe) in amdgpu_get_vblank_counter_kms()
678 int amdgpu_enable_vblank_kms(struct drm_device *dev, unsigned int pipe) in amdgpu_enable_vblank_kms()
694 void amdgpu_disable_vblank_kms(struct drm_device *dev, unsigned int pipe) in amdgpu_disable_vblank_kms()
715 int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, unsigned int pipe, in amdgpu_get_vblank_timestamp_kms()
Damdgpu_amdkfd_gfx_v7.c167 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
189 uint32_t pipe = (pipe_id % CIK_PIPE_PER_MEC); in acquire_queue() local
249 uint32_t pipe = (pipe_id % CIK_PIPE_PER_MEC); in kgd_init_pipeline() local
265 uint32_t pipe; in kgd_init_interrupts() local
Damdgpu_amdkfd_gfx_v8.c128 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
150 uint32_t pipe = (pipe_id % VI_PIPE_PER_MEC); in acquire_queue() local
215 uint32_t pipe; in kgd_init_interrupts() local
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss.c126 int omap4iss_get_external_info(struct iss_pipeline *pipe, in omap4iss_get_external_info()
576 static int iss_pipeline_disable(struct iss_pipeline *pipe, in iss_pipeline_disable()
629 static int iss_pipeline_enable(struct iss_pipeline *pipe, in iss_pipeline_enable()
695 int omap4iss_pipeline_set_stream(struct iss_pipeline *pipe, in omap4iss_pipeline_set_stream()
720 void omap4iss_pipeline_cancel_stream(struct iss_pipeline *pipe) in omap4iss_pipeline_cancel_stream()
739 struct iss_pipeline *pipe; in iss_pipeline_is_last() local
816 struct iss_pipeline *pipe = to_iss_pipeline(me); in omap4iss_module_sync_idle() local
Diss_video.h84 struct media_pipeline pipe; member
103 static inline int iss_pipeline_ready(struct iss_pipeline *pipe) in iss_pipeline_ready()
164 struct iss_pipeline pipe; member
Diss_video.c350 struct iss_pipeline *pipe = to_iss_pipeline(&video->video.entity); in iss_video_buf_queue() local
421 struct iss_pipeline *pipe = to_iss_pipeline(&video->video.entity); in omap4iss_video_buffer_next() local
756 struct iss_pipeline *pipe; in iss_video_streamon() local
877 struct iss_pipeline *pipe = to_iss_pipeline(&video->video.entity); in iss_video_streamoff() local
Diss_csi2.c679 struct iss_pipeline *pipe = in csi2_isr_ctx() local
743 struct iss_pipeline *pipe = to_iss_pipeline(&csi2->subdev.entity); in omap4iss_csi2_isr() local
1026 struct iss_pipeline *pipe = to_iss_pipeline(&csi2->subdev.entity); in csi2_link_validate() local
Diss_csiphy.c123 struct iss_pipeline *pipe = to_iss_pipeline(&csi2_subdev->entity); in omap4iss_csiphy_config() local
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dusb.c79 struct ath6kl_usb_pipe *pipe; member
130 ath6kl_usb_alloc_urb_from_pipe(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_alloc_urb_from_pipe()
148 static void ath6kl_usb_free_urb_to_pipe(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_free_urb_to_pipe()
174 static int ath6kl_usb_alloc_pipe_resources(struct ath6kl_usb_pipe *pipe, in ath6kl_usb_alloc_pipe_resources()
210 static void ath6kl_usb_free_pipe_resources(struct ath6kl_usb_pipe *pipe) in ath6kl_usb_free_pipe_resources()
300 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_setup_pipe_resources() local
492 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_recv_complete() local
549 struct ath6kl_usb_pipe *pipe = urb_context->pipe; in ath6kl_usb_usb_transmit_complete() local
574 struct ath6kl_usb_pipe *pipe = container_of(work, in ath6kl_usb_io_comp_work() local
617 struct ath6kl_usb_pipe *pipe; in ath6kl_usb_create() local
[all …]
Dhif-ops.h154 u8 pipe, struct sk_buff *hdr_buf, in ath6kl_hif_pipe_send()
180 u8 pipe) in ath6kl_hif_pipe_get_free_queue_number()
Dcore.c58 void ath6kl_core_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) in ath6kl_core_rx_complete()
Dhtc-ops.h107 struct sk_buff *skb, u8 pipe) in ath6kl_htc_rx_complete()
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c84 struct rpc_pipe *pipe = in rpc_timeout_upcall_queue() local
133 rpc_queue_upcall(struct rpc_pipe *pipe, struct rpc_pipe_msg *msg) in rpc_queue_upcall()
171 struct rpc_pipe *pipe = RPC_I(inode)->pipe; in rpc_close_pipes() local
220 struct rpc_pipe *pipe; in rpc_pipe_open() local
247 struct rpc_pipe *pipe; in rpc_pipe_release() local
289 struct rpc_pipe *pipe; in rpc_pipe_read() local
365 struct rpc_pipe *pipe; in rpc_pipe_ioctl() local
547 init_pipe(struct rpc_pipe *pipe) in init_pipe()
562 void rpc_destroy_pipe_data(struct rpc_pipe *pipe) in rpc_destroy_pipe_data()
570 struct rpc_pipe *pipe; in rpc_mkpipe_data() local
[all …]
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_drv.c200 unsigned int pipe) in qxl_noop_get_vblank_counter()
205 static int qxl_noop_enable_vblank(struct drm_device *dev, unsigned int pipe) in qxl_noop_enable_vblank()
210 static void qxl_noop_disable_vblank(struct drm_device *dev, unsigned int pipe) in qxl_noop_disable_vblank()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.h404 static inline u8 dwc2_hcd_get_ep_num(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_ep_num()
409 static inline u8 dwc2_hcd_get_pipe_type(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_pipe_type()
414 static inline u16 dwc2_hcd_get_mps(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_mps()
419 static inline u8 dwc2_hcd_get_dev_addr(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_get_dev_addr()
424 static inline u8 dwc2_hcd_is_pipe_isoc(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_isoc()
429 static inline u8 dwc2_hcd_is_pipe_int(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_int()
434 static inline u8 dwc2_hcd_is_pipe_bulk(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_bulk()
439 static inline u8 dwc2_hcd_is_pipe_control(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_control()
444 static inline u8 dwc2_hcd_is_pipe_in(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_in()
449 static inline u8 dwc2_hcd_is_pipe_out(struct dwc2_hcd_pipe_info *pipe) in dwc2_hcd_is_pipe_out()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.h73 static inline uint32_t pipe2flush(enum mdp4_pipe pipe) in pipe2flush()
114 enum mdp4_pipe pipe, enum mdp_mixer_stage_id stage) in mixercfg()
179 static inline uint32_t mdp4_pipe_caps(enum mdp4_pipe pipe) in mdp4_pipe_caps()
Dmdp4_plane.c27 enum mdp4_pipe pipe; member
164 enum mdp4_pipe pipe = mdp4_plane->pipe; in mdp4_plane_set_scanout() local
187 enum mdp4_pipe pipe, struct csc_cfg *csc) in mdp4_write_csc_config()
225 enum mdp4_pipe pipe = mdp4_plane->pipe; in mdp4_plane_mode_set() local
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c239 int pipe, in usbtest_alloc_urb()
296 int pipe, in simple_alloc_urb()
306 int pipe, in complicated_alloc_urb()
319 static unsigned get_maxpacket(struct usb_device *udev, int pipe) in get_maxpacket()
505 alloc_sglist(int nents, int max, int vary, struct usbtest_dev *dev, int pipe) in alloc_sglist()
568 int pipe, in perform_sglist()
1187 int pipe = usb_rcvctrlpipe(udev, 0); in test_ctrl_queue() local
1394 static int unlink1(struct usbtest_dev *dev, int pipe, int size, int async) in unlink1()
1472 static int unlink_simple(struct usbtest_dev *dev, int pipe, int len) in unlink_simple()
1513 static int unlink_queued(struct usbtest_dev *dev, int pipe, unsigned num, in unlink_queued()
[all …]
Dcypress_cy7c63.c76 unsigned int pipe; in vendor_command() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_irq.c65 int radeon_enable_vblank(struct drm_device *dev, unsigned int pipe) in radeon_enable_vblank()
100 void radeon_disable_vblank(struct drm_device *dev, unsigned int pipe) in radeon_disable_vblank()
258 u32 radeon_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in radeon_get_vblank_counter()
Dradeon_kfd.c348 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
370 uint32_t pipe = (pipe_id % CIK_PIPE_PER_MEC); in acquire_queue() local
428 uint32_t pipe = (pipe_id % CIK_PIPE_PER_MEC); in kgd_init_pipeline() local
445 uint32_t pipe; in kgd_init_interrupts() local
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c130 int pipe, in exynos_drm_crtc_create()
170 int exynos_drm_crtc_enable_vblank(struct drm_device *dev, unsigned int pipe) in exynos_drm_crtc_enable_vblank()
182 void exynos_drm_crtc_disable_vblank(struct drm_device *dev, unsigned int pipe) in exynos_drm_crtc_disable_vblank()
Dexynos_drm_drv.h148 unsigned int pipe; member
194 unsigned int pipe; member
Dexynos_drm_vidi.c53 int pipe; member
444 int pipe, ret; in vidi_bind() local
/linux-4.4.14/sound/pci/mixart/
Dmixart.c73 struct mixart_pipe *pipe, int start) in mixart_set_pipe_state()
172 struct mixart_pipe *pipe, unsigned int rate) in mixart_set_clock()
233 struct mixart_pipe *pipe; in snd_mixart_add_ref_pipe() local
342 struct mixart_pipe *pipe, int monitoring) in snd_mixart_kill_ref_pipe()
728 struct mixart_pipe *pipe; in snd_mixart_playback_open() local
807 struct mixart_pipe *pipe; in snd_mixart_capture_open() local
Dmixart_hwdep.c176 struct mixart_pipe *pipe; in mixart_enum_connectors() local
220 struct mixart_pipe *pipe; in mixart_enum_connectors() local
Dmixart_mixer.c730 struct mixart_pipe *pipe; in mixart_update_playback_stream_level() local
778 struct mixart_pipe *pipe; in mixart_update_capture_stream_level() local
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-messages.c794 static int skl_set_pipe_state(struct skl_sst *ctx, struct skl_pipe *pipe, in skl_set_pipe_state()
808 int skl_create_pipeline(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_create_pipeline()
832 int skl_delete_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_delete_pipe()
865 int skl_run_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_run_pipe()
899 int skl_stop_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_stop_pipe()
Dskl-topology.c264 struct snd_soc_dapm_widget *w, struct skl_pipe *pipe) in skl_tplg_alloc_pipe_widget()
300 skl_tplg_init_pipe_modules(struct skl *skl, struct skl_pipe *pipe) in skl_tplg_init_pipe_modules()
787 struct skl_pipe *pipe = mconfig->pipe; in skl_tplg_update_pipe_params() local
916 struct skl_pipe *pipe = mconfig->pipe; in skl_tplg_be_fill_pipe_params() local
1061 struct skl_pipe *pipe; in skl_tplg_add_pipe() local
1111 struct skl_pipe *pipe; in skl_tplg_widget_load() local
/linux-4.4.14/drivers/media/platform/omap3isp/
Disp.c537 struct isp_pipeline *pipe; in isp_isr_sbl() local
869 static int isp_pipeline_enable(struct isp_pipeline *pipe, in isp_pipeline_enable()
970 static int isp_pipeline_disable(struct isp_pipeline *pipe) in isp_pipeline_disable()
1051 int omap3isp_pipeline_set_stream(struct isp_pipeline *pipe, in omap3isp_pipeline_set_stream()
1076 void omap3isp_pipeline_cancel_stream(struct isp_pipeline *pipe) in omap3isp_pipeline_cancel_stream()
1090 static void isp_pipeline_resume(struct isp_pipeline *pipe) in isp_pipeline_resume()
1106 static void isp_pipeline_suspend(struct isp_pipeline *pipe) in isp_pipeline_suspend()
1122 struct isp_pipeline *pipe; in isp_pipeline_is_last() local
1378 struct isp_pipeline *pipe = to_isp_pipeline(me); in omap3isp_module_sync_idle() local
Dispcsiphy.c168 struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity); in omap3isp_csiphy_config() local
308 struct isp_pipeline *pipe = in omap3isp_csiphy_release() local
Dispvideo.c225 struct isp_pipeline *pipe) in isp_video_get_graph_data()
389 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in isp_video_buffer_queue() local
454 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in omap3isp_video_buffer_next() local
880 struct isp_pipeline *pipe) in isp_video_check_external_subdevs()
1007 struct isp_pipeline *pipe; in isp_video_streamon() local
1125 struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity); in isp_video_streamoff() local
Dispccdc.c807 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_config_vp() local
940 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in omap3isp_ccdc_max_rate() local
1464 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_hs_vs_isr() local
1488 struct isp_pipeline *pipe = in ccdc_lsc_isr() local
1542 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_has_all_fields() local
1586 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity); in ccdc_isr_buffer() local
1648 struct isp_pipeline *pipe = in ccdc_vd0_isr() local
Dispvideo.h86 struct media_pipeline pipe; member
108 static inline int isp_pipeline_ready(struct isp_pipeline *pipe) in isp_pipeline_ready()
169 struct isp_pipeline pipe; member
Dispccp2.c385 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_adjust_bandwidth() local
537 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in ccp2_isr_buffer() local
561 struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity); in omap3isp_ccp2_isr() local
Dispresizer.c503 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in omap3isp_resizer_max_rate() local
544 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in resizer_adjust_bandwidth() local
1017 struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity); in resizer_isr_buffer() local
1548 struct isp_pipeline *pipe = to_isp_pipeline(&sd->entity); in resizer_link_validate() local
Dispcsi2.c551 struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity); in csi2_configure() local
740 struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity); in omap3isp_csi2_isr() local
/linux-4.4.14/arch/tile/kernel/
Dtile-desc_32.c2526 find_opcode(tilepro_bundle_bits bits, tilepro_pipeline pipe) in find_opcode()
2553 int pipe; in parse_insn_tilepro() local
Dtile-desc_64.c2165 int pipe; in parse_insn_tilegx() local
/linux-4.4.14/drivers/usb/host/
Dr8a66597-hcd.c310 static void set_pipe_reg_addr(struct r8a66597_pipe *pipe, u8 dma_ch) in set_pipe_reg_addr()
465 static void pipe_start(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe) in pipe_start()
476 static void pipe_stop(struct r8a66597 *r8a66597, struct r8a66597_pipe *pipe) in pipe_stop()
489 struct r8a66597_pipe *pipe) in clear_all_buffer()
506 struct r8a66597_pipe *pipe, int toggle) in r8a66597_pipe_toggle()
533 struct r8a66597_pipe *pipe) in fifo_change_from_pipe()
548 struct r8a66597_pipe *pipe = hep->hcpriv; in r8a66597_get_pipenum() local
574 struct r8a66597_pipe *pipe, in pipe_toggle_set()
592 struct r8a66597_pipe *pipe, in pipe_toggle_save()
603 struct r8a66597_pipe *pipe, in pipe_toggle_restore()
[all …]
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_irq.c98 u32 via_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in via_get_vblank_counter()
174 int via_enable_vblank(struct drm_device *dev, unsigned int pipe) in via_enable_vblank()
193 void via_disable_vblank(struct drm_device *dev, unsigned int pipe) in via_disable_vblank()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_crtc.c263 unsigned int pipe; in sti_crtc_vblank_cb() local
304 int sti_crtc_enable_vblank(struct drm_device *dev, unsigned int pipe) in sti_crtc_enable_vblank()
323 void sti_crtc_disable_vblank(struct drm_device *drm_dev, unsigned int pipe) in sti_crtc_disable_vblank()
/linux-4.4.14/drivers/net/wimax/i2400m/
Dusb-fw.c96 int pipe, do_autopm = 1; in i2400mu_tx_bulk_out() local
250 int pipe; in i2400mu_notif_submit() local
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_drv.c239 static int rcar_du_enable_vblank(struct drm_device *dev, unsigned int pipe) in rcar_du_enable_vblank()
248 static void rcar_du_disable_vblank(struct drm_device *dev, unsigned int pipe) in rcar_du_disable_vblank()
/linux-4.4.14/include/linux/
Dusb.h1469 unsigned int pipe; /* (in) pipe information */ member
1511 unsigned int pipe, in usb_fill_control_urb()
1542 unsigned int pipe, in usb_fill_bulk_urb()
1583 unsigned int pipe, in usb_fill_int_urb()
1752 int pipe; member
1801 #define usb_pipein(pipe) ((pipe) & USB_DIR_IN) argument
1802 #define usb_pipeout(pipe) (!usb_pipein(pipe)) argument
1804 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) argument
1805 #define usb_pipeendpoint(pipe) (((pipe) >> 15) & 0xf) argument
1807 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) argument
[all …]
/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_hwdep.c167 struct pcxhr_pipe *pipe, in pcxhr_dsp_allocate_pipe()
246 struct pcxhr_pipe *pipe; in pcxhr_config_pipes() local
/linux-4.4.14/drivers/usb/core/
Dmessage.c81 unsigned int pipe, in usb_internal_control_msg()
131 int usb_control_msg(struct usb_device *dev, unsigned int pipe, __u8 request, in usb_control_msg()
183 int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe, in usb_interrupt_msg()
223 int usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe, in usb_bulk_msg()
360 unsigned pipe, unsigned period, struct scatterlist *sg, in usb_sg_init()
988 int usb_clear_halt(struct usb_device *dev, int pipe) in usb_clear_halt()
1296 unsigned int pipe; in usb_set_interface() local
/linux-4.4.14/drivers/media/usb/stk1160/
Dstk1160-core.c69 int pipe = usb_rcvctrlpipe(dev->udev, 0); in stk1160_read_reg() local
95 int pipe = usb_sndctrlpipe(dev->udev, 0); in stk1160_write_reg() local
/linux-4.4.14/drivers/gpu/drm/shmobile/
Dshmob_drm_drv.c234 static int shmob_drm_enable_vblank(struct drm_device *dev, unsigned int pipe) in shmob_drm_enable_vblank()
243 static void shmob_drm_disable_vblank(struct drm_device *dev, unsigned int pipe) in shmob_drm_disable_vblank()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dusb_ops_linux.c215 unsigned int pipe = 0, ep_num = 0; in ffaddr2pipehdl() local
234 unsigned int pipe; in usbctrl_vendorreq() local
465 unsigned int pipe; in usb_read_port() local
701 unsigned int pipe; in usb_write_port() local
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-core.c237 static int __usb_control_msg(struct cx231xx *dev, unsigned int pipe, in __usb_control_msg()
300 int pipe = usb_rcvctrlpipe(dev->udev, 0); in cx231xx_read_ctrl_reg() local
338 int pipe = 0; in cx231xx_send_vendor_cmd() local
413 int pipe = usb_sndctrlpipe(dev->udev, 0); in cx231xx_write_ctrl_reg() local
969 int sb_size, pipe; in cx231xx_init_isoc() local
1106 int sb_size, pipe; in cx231xx_init_bulk() local
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c83 struct rpc_pipe *pipe; member
295 struct rpc_pipe *pipe; member
343 __gss_find_upcall(struct rpc_pipe *pipe, kuid_t uid) in __gss_find_upcall()
364 struct rpc_pipe *pipe = gss_msg->pipe; in gss_add_msg() local
390 struct rpc_pipe *pipe = gss_msg->pipe; in gss_unhash_msg() local
424 struct rpc_pipe *pipe = gss_msg->pipe; in gss_upcall_callback() local
566 struct rpc_pipe *pipe; in gss_refresh_upcall() local
612 struct rpc_pipe *pipe; in gss_create_upcall() local
679 struct rpc_pipe *pipe = RPC_I(file_inode(filp))->pipe; in gss_pipe_downcall() local
802 struct rpc_pipe *pipe = RPC_I(inode)->pipe; in gss_pipe_release() local
[all …]
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_drv.c143 static int fsl_dcu_drm_enable_vblank(struct drm_device *dev, unsigned int pipe) in fsl_dcu_drm_enable_vblank()
160 unsigned int pipe) in fsl_dcu_drm_disable_vblank()
/linux-4.4.14/drivers/mfd/
Dviperboard.c58 int pipe, ret; in vprbrd_probe() local
Drtsx_usb.c55 unsigned int pipe, struct scatterlist *sg, int num_sg, in rtsx_usb_bulk_transfer_sglist()
78 int rtsx_usb_transfer_data(struct rtsx_ucr *ucr, unsigned int pipe, in rtsx_usb_transfer_data()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dlib.h14 union pipe { union
/linux-4.4.14/drivers/isdn/hisax/
Dst5481_usb.c101 u_char pipe, in st5481_usb_pipe_reset()
405 unsigned int pipe, void *buf, int num_packets, in fill_isoc_urb()
430 unsigned int pipe, int num_packets, in st5481_setup_isocpipes()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_irq.c147 int omap_irq_enable_vblank(struct drm_device *dev, unsigned int pipe) in omap_irq_enable_vblank()
172 void omap_irq_disable_vblank(struct drm_device *dev, unsigned int pipe) in omap_irq_disable_vblank()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c153 static int armada_drm_enable_vblank(struct drm_device *dev, unsigned int pipe) in armada_drm_enable_vblank()
160 static void armada_drm_disable_vblank(struct drm_device *dev, unsigned int pipe) in armada_drm_disable_vblank()
/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-drm-core.c49 int pipe; member
148 static int imx_drm_enable_vblank(struct drm_device *drm, unsigned int pipe) in imx_drm_enable_vblank()
166 static void imx_drm_disable_vblank(struct drm_device *drm, unsigned int pipe) in imx_drm_disable_vblank()
/linux-4.4.14/include/linux/sunrpc/
Drpc_pipe_fs.h45 struct list_head pipe; member
62 struct rpc_pipe *pipe; member
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_display.c54 nouveau_display_vblank_enable(struct drm_device *dev, unsigned int pipe) in nouveau_display_vblank_enable()
68 nouveau_display_vblank_disable(struct drm_device *dev, unsigned int pipe) in nouveau_display_vblank_disable()
135 nouveau_display_scanoutpos(struct drm_device *dev, unsigned int pipe, in nouveau_display_scanoutpos()
153 nouveau_display_vblstamp(struct drm_device *dev, unsigned int pipe, in nouveau_display_vblstamp()
/linux-4.4.14/drivers/media/usb/usbtv/
Dusbtv-core.c36 int pipe = usb_rcvctrlpipe(usbtv->udev, 0); in usbtv_set_regs() local
Dusbtv-audio.c183 unsigned int pipe; in usbtv_audio_start() local
/linux-4.4.14/fs/nfsd/
Dnfs4recover.c663 __cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in __cld_pipe_upcall()
692 cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in cld_pipe_upcall()
775 nfsd4_cld_register_sb(struct super_block *sb, struct rpc_pipe *pipe) in nfsd4_cld_register_sb()
788 nfsd4_cld_unregister_sb(struct rpc_pipe *pipe) in nfsd4_cld_unregister_sb()
795 nfsd4_cld_register_net(struct net *net, struct rpc_pipe *pipe) in nfsd4_cld_register_net()
809 nfsd4_cld_unregister_net(struct net *net, struct rpc_pipe *pipe) in nfsd4_cld_unregister_net()
/linux-4.4.14/drivers/usb/image/
Dmicrotek.c371 int pipe, in mts_int_submit_urb()
531 int pipe; in mts_build_transfer_context() local
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c660 unsigned int pipe) in atmel_hlcdc_dc_enable_vblank()
671 unsigned int pipe) in atmel_hlcdc_dc_disable_vblank()
/linux-4.4.14/drivers/nfc/nfcmrvl/
Dusb.c117 unsigned int pipe; in nfcmrvl_submit_bulk_urb() local
234 unsigned int pipe; in nfcmrvl_usb_nci_send() local
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dusb.c67 unsigned pipe; in mt7601u_usb_submit_buf() local
102 const unsigned int pipe = (direction == USB_DIR_IN) ? in mt7601u_vendor_request() local
/linux-4.4.14/drivers/usb/musb/
Dmusb_host.c228 unsigned pipe = urb->pipe; in musb_start_urb() local
478 int pipe = urb->pipe; in musb_host_packet_rx() local
1272 int pipe; in musb_host_tx() local
1630 int pipe; in musb_rx_dma_inventra_cppi41() local
1702 int length, pipe, done; in musb_rx_dma_in_inventra_cppi41() local
1824 int pipe; in musb_host_rx() local
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dce.c325 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert()
371 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries()
386 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs()
400 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in __ath10k_ce_rx_post_buf()
428 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in ath10k_ce_rx_post_buf()
Dpci.c739 static int __ath10k_pci_rx_post_buf(struct ath10k_pci_pipe *pipe) in __ath10k_pci_rx_post_buf()
778 static void ath10k_pci_rx_post_pipe(struct ath10k_pci_pipe *pipe) in ath10k_pci_rx_post_pipe()
1327 static u16 ath10k_pci_hif_get_free_queue_number(struct ath10k *ar, u8 pipe) in ath10k_pci_hif_get_free_queue_number()
1395 static void ath10k_pci_hif_send_complete_check(struct ath10k *ar, u8 pipe, in ath10k_pci_hif_send_complete_check()
2063 struct ath10k_pci_pipe *pipe; in ath10k_pci_alloc_pipes() local
2516 struct ath10k_pci_pipe *pipe = (struct ath10k_pci_pipe *)ptr; in ath10k_pci_ce_tasklet() local
/linux-4.4.14/sound/sparc/
Ddbri.c295 int pipe; /* Data pipe used */ member
803 static inline int pipe_active(struct snd_dbri *dbri, int pipe) in pipe_active()
813 static void reset_pipe(struct snd_dbri *dbri, int pipe) in reset_pipe()
853 static void setup_pipe(struct snd_dbri *dbri, int pipe, int sdp) in setup_pipe()
884 static void link_time_slot(struct snd_dbri *dbri, int pipe, in link_time_slot()
993 static void xmit_fixed(struct snd_dbri *dbri, int pipe, unsigned int data) in xmit_fixed()
1038 static void recv_fixed(struct snd_dbri *dbri, int pipe, volatile __u32 *ptr) in recv_fixed()
1769 static void transmission_complete_intr(struct snd_dbri *dbri, int pipe) in transmission_complete_intr()
1800 static void reception_complete_intr(struct snd_dbri *dbri, int pipe) in reception_complete_intr()
2484 int pipe; in dbri_debug_read() local
/linux-4.4.14/sound/usb/
Dhelper.c83 int snd_usb_ctl_msg(struct usb_device *dev, unsigned int pipe, __u8 request, in snd_usb_ctl_msg()
/linux-4.4.14/sound/pcmcia/vx/
Dvxp_ops.c365 struct vx_pipe *pipe, int count) in vxp_dma_write()
404 struct vx_pipe *pipe, int count) in vxp_dma_read()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dusb_ops_linux.c128 unsigned int pipe, ep_num; in rtl8723au_write_port() local
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-core.c81 int pipe = usb_rcvctrlpipe(dev->udev, 0); in em28xx_read_reg_req_len() local
157 int pipe = usb_sndctrlpipe(dev->udev, 0); in em28xx_write_regs_req() local
875 int sb_size, pipe; in em28xx_alloc_urbs() local
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c813 unsigned int pipe) in tegra_crtc_from_pipe()
826 unsigned int pipe) in tegra_drm_get_vblank_counter()
837 static int tegra_drm_enable_vblank(struct drm_device *drm, unsigned int pipe) in tegra_drm_enable_vblank()
850 static void tegra_drm_disable_vblank(struct drm_device *drm, unsigned int pipe) in tegra_drm_disable_vblank()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dce6230.c29 unsigned int pipe; in ce6230_ctrl_msg() local
Dec168.c31 unsigned int pipe; in ec168_ctrl_msg() local
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dusb_ops_linux.c321 unsigned int pipe; in rtl8723au_read_interrupt() local
608 unsigned int pipe; in rtl8723au_read_port() local
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_status.c166 unsigned int pipe; in uvc_status_init() local
Duvc_video.c38 unsigned int pipe; in __uvc_query_ctrl() local
1554 unsigned int npackets, pipe, i; in uvc_init_video_bulk() local
1887 unsigned int pipe; in uvc_video_enable() local
/linux-4.4.14/include/uapi/drm/
Dmsm_drm.h56 __u32 pipe; /* in, MSM_PIPE_x */ member
178 __u32 pipe; /* in, MSM_PIPE_x */ member
/linux-4.4.14/fs/nfs/
Dnfs4idmap.c415 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_destroy() local
427 struct rpc_pipe *pipe = idmap->idmap_pipe; in nfs_idmap_pipe_create() local
446 struct rpc_pipe *pipe; in nfs_idmap_new() local
/linux-4.4.14/drivers/hid/usbhid/
Dusbmouse.c126 int pipe, maxp; in usb_mouse_probe() local
Dusbkbd.c282 int i, pipe, maxp; in usb_kbd_probe() local
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c428 static int tilcdc_enable_vblank(struct drm_device *dev, unsigned int pipe) in tilcdc_enable_vblank()
434 static void tilcdc_disable_vblank(struct drm_device *dev, unsigned int pipe) in tilcdc_disable_vblank()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv10.c435 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window() local
563 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe() local
582 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe() local
/linux-4.4.14/drivers/media/usb/b2c2/
Dflexcop-usb.c103 int nWaitTime, pipe, len; in flexcop_usb_v8_memory_req() local
229 int nWaitTime,pipe,len; in flexcop_usb_i2c_req() local
/linux-4.4.14/fs/autofs4/
Dautofs_i.h110 struct file *pipe; member
214 static inline int autofs_prepare_pipe(struct file *pipe) in autofs_prepare_pipe()
Dinode.c209 struct file * pipe; in autofs4_fill_super() local
Dwaitq.c102 struct file *pipe = NULL; in autofs4_notify_daemon() local
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-dvb.c121 unsigned int pipe, size; in tm6000_start_stream() local
/linux-4.4.14/fs/coda/
Dfile.c42 struct pipe_inode_info *pipe, size_t count, in coda_file_splice_read()
/linux-4.4.14/drivers/nfc/st-nci/
Dse.c372 void st_nci_hci_event_received(struct nci_dev *ndev, u8 pipe, in st_nci_hci_event_received()
396 void st_nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, u8 cmd, in st_nci_hci_cmd_received()
/linux-4.4.14/drivers/media/usb/zr364xx/
Dzr364xx.c193 struct zr364xx_pipeinfo pipe[1]; member
977 int pipe; in read_pipe_completion() local
1039 int pipe; in zr364xx_start_readpipe() local
1351 struct zr364xx_pipeinfo *pipe = cam->pipe; in zr364xx_board_init() local
/linux-4.4.14/drivers/input/tablet/
Dacecad.c142 int pipe, maxp; in usb_acecad_probe() local
/linux-4.4.14/drivers/usb/serial/
Dvisor.c593 unsigned int pipe; in clie_5_attach() local
/linux-4.4.14/drivers/media/usb/gspca/
Dstv0680.c54 unsigned int pipe = 0; in stv_sndctrl() local
/linux-4.4.14/drivers/media/rc/
Dredrat3.c476 int len, ret, pipe; in redrat3_get_timeout() local
721 int lencheck, cur_sample_len, pipe; in redrat3_transmit_ir() local
914 int pipe, i; in redrat3_dev_probe() local
/linux-4.4.14/kernel/
Drelay.c1184 static void relay_pipe_buf_release(struct pipe_inode_info *pipe, in relay_pipe_buf_release()
1210 struct pipe_inode_info *pipe, in subbuf_splice_actor()
1303 struct pipe_inode_info *pipe, in relay_file_splice_read()
/linux-4.4.14/sound/pci/vx222/
Dvx222_ops.c259 struct vx_pipe *pipe, int count) in vx2_dma_write()
298 struct vx_pipe *pipe, int count) in vx2_dma_read()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00usb.c45 unsigned int pipe = in rt2x00usb_vendor_request() local
572 int pipe; in rt2x00usb_assign_endpoint() local
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_udc_core.c1303 static void udc_reset_ep_queue(struct fsl_udc *udc, u8 pipe) in udc_reset_ep_queue()
1430 int pipe = get_pipe_by_windex(wIndex); in setup_received_irq() local
1592 static int process_ep_req(struct fsl_udc *udc, int pipe, in process_ep_req()
1776 u8 pipe; in reset_queues() local
Dfsl_qe_udc.c1902 static int udc_reset_ep_queue(struct qe_udc *udc, u8 pipe) in udc_reset_ep_queue()
1913 u8 pipe; in reset_queues() local
1965 int pipe = index & USB_ENDPOINT_NUMBER_MASK; in ch9getstatus() local
2052 int pipe = wIndex & USB_ENDPOINT_NUMBER_MASK; in setup_received_handle() local
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dusb.c65 unsigned int pipe; in _usbctrl_vendorreq_async_write() local
118 unsigned int pipe; in _usbctrl_vendorreq_sync_read() local
230 int pipe = usb_sndctrlpipe(udev, 0); /* write_out */ in _usb_writeN_sync() local
/linux-4.4.14/drivers/mmc/host/
Dvub300.c465 unsigned int pipe = in irqpoll_out_completed() local
832 unsigned int pipe = in command_out_completed() local
1404 unsigned int pipe, void *data, int len, in vub300_usb_bulk_msg()
1446 unsigned pipe; in __command_read_data() local
1477 unsigned pipe = usb_rcvbulkpipe(vub300->udev, in __command_read_data() local
1512 unsigned pipe = usb_sndbulkpipe(vub300->udev, vub300->data_out_ep); in __command_write_data() local
/linux-4.4.14/drivers/media/usb/s2255/
Ds2255drv.c272 struct s2255_pipeinfo pipe; member
924 int pipe; in s2255_write_config() local
1991 struct s2255_pipeinfo *pipe = &dev->pipe; in s2255_board_init() local
2058 int pipe; in read_pipe_completion() local
2108 int pipe; in s2255_start_readpipe() local
2192 struct s2255_pipeinfo *pipe = &dev->pipe; in s2255_stop_readpipe() local
/linux-4.4.14/drivers/hid/
Dhid-elo.c104 unsigned int pipe; in elo_smartset_send_get() local
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dfriio.c69 unsigned int pipe; in gl861_i2c_msg() local
/linux-4.4.14/drivers/i2c/busses/
Di2c-viperboard.c367 int pipe; in vprbrd_i2c_probe() local
/linux-4.4.14/drivers/nfc/st21nfca/
Dcore.c851 static void st21nfca_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in st21nfca_hci_cmd_received()
908 static int st21nfca_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, in st21nfca_hci_event_received()

12