| /Linux-v5.4/drivers/usb/renesas_usbhs/ | 
| D | pipe.c | 33 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 …]
 
 | 
| D | fifo.c | 45 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt,  in usbhs_pkt_push()92 struct usbhs_pkt *__usbhsf_pkt_get(struct usbhs_pipe *pipe)  in __usbhsf_pkt_get()
 104 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt)  in usbhs_pkt_pop()
 148 static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type)  in usbhsf_pkt_handler()
 198 void usbhs_pkt_start(struct usbhs_pipe *pipe)  in usbhs_pkt_start()
 208 #define usbhsf_irq_callback_ctrl(pipe, status, enable)			\  argument
 222 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable)  in usbhsf_tx_irq_ctrl()
 239 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable)  in usbhsf_rx_irq_ctrl()
 247 static void usbhsf_send_terminator(struct usbhs_pipe *pipe,  in usbhsf_send_terminator()
 265 static void usbhsf_fifo_clear(struct usbhs_pipe *pipe,  in usbhsf_fifo_clear()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/gma500/ | 
| D | mdfld_dsi_output.h | 75 #define CHECK_PIPE(pipe) ({			\  argument80 #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 …]
 
 | 
| D | mdfld_dsi_dpi.c | 39 static void mdfld_wait_for_HS_DATA_FIFO(struct drm_device *dev, u32 pipe)  in mdfld_wait_for_HS_DATA_FIFO()57 static void mdfld_wait_for_HS_CTRL_FIFO(struct drm_device *dev, u32 pipe)  in mdfld_wait_for_HS_CTRL_FIFO()
 74 static void mdfld_wait_for_DPI_CTRL_FIFO(struct drm_device *dev, u32 pipe)  in mdfld_wait_for_DPI_CTRL_FIFO()
 92 static void mdfld_wait_for_SPL_PKG_SENT(struct drm_device *dev, u32 pipe)  in mdfld_wait_for_SPL_PKG_SENT()
 113 				int pipe)  in dsi_set_device_ready_state()
 119 							int state, int pipe)  in dsi_set_pipe_plane_enable_state()
 176 								int pipe)  in mdfld_dsi_configure_down()
 197 								int pipe)  in mdfld_dsi_configure_up()
 231 static void mdfld_dsi_tpo_ic_init(struct mdfld_dsi_config *dsi_config, u32 pipe)  in mdfld_dsi_tpo_ic_init()
 469 								int pipe)  in mdfld_dsi_dpi_controller_init()
 [all …]
 
 | 
| D | psb_irq.c | 25 psb_pipestat(int pipe)  in psb_pipestat()37 mid_pipe_event(int pipe)  in mid_pipe_event()
 49 mid_pipe_vsync(int pipe)  in mid_pipe_vsync()
 61 mid_pipeconf(int pipe)  in mid_pipeconf()
 73 psb_enable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask)  in psb_enable_pipestat()
 90 psb_disable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask)  in psb_disable_pipestat()
 105 static void mid_enable_pipe_event(struct drm_psb_private *dev_priv, int pipe)  in mid_enable_pipe_event()
 116 static void mid_disable_pipe_event(struct drm_psb_private *dev_priv, int pipe)  in mid_disable_pipe_event()
 133 static void mid_pipe_event_handler(struct drm_device *dev, int pipe)  in mid_pipe_event_handler()
 500 int psb_enable_vblank(struct drm_device *dev, unsigned int pipe)  in psb_enable_vblank()
 [all …]
 
 | 
| /Linux-v5.4/sound/drivers/vx/ | 
| D | vx_pcm.c | 46 				  struct vx_pipe *pipe)  in vx_pcm_read_per_bytes()91 				struct vx_pipe *pipe)  in vx_set_differed_time()
 124 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe,  in vx_set_stream_format()
 151 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe,  in vx_set_format()
 210 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state)  in vx_get_pipe_state()
 235 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe)  in vx_query_hbuffer_size()
 259 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe)  in vx_pipe_can_start()
 280 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe)  in vx_conf_pipe()
 319 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state)  in vx_toggle_pipe()
 372 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe)  in vx_stop_pipe()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_vblank.c | 97 static void store_vblank(struct drm_device *dev, unsigned int pipe,  in store_vblank()113 static u32 drm_max_vblank_count(struct drm_device *dev, unsigned int pipe)  in drm_max_vblank_count()
 124 static u32 drm_vblank_no_hw_counter(struct drm_device *dev, unsigned int pipe)  in drm_vblank_no_hw_counter()
 130 static u32 __get_vblank_counter(struct drm_device *dev, unsigned int pipe)  in __get_vblank_counter()
 157 static void drm_reset_vblank_timestamp(struct drm_device *dev, unsigned int pipe)  in drm_reset_vblank_timestamp()
 204 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe,  in drm_update_vblank_count()
 294 static u64 drm_vblank_count(struct drm_device *dev, unsigned int pipe)  in drm_vblank_count()
 318 	unsigned int pipe = drm_crtc_index(crtc);  in drm_crtc_accurate_vblank_count()  local
 336 static void __disable_vblank(struct drm_device *dev, unsigned int pipe)  in __disable_vblank()
 359 void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe)  in drm_vblank_disable_and_save()
 [all …]
 
 | 
| D | drm_simple_kms_helper.c | 38 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_crtc_mode_valid()  local65 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_crtc_enable()  local
 78 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_crtc_disable()  local
 96 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_crtc_enable_vblank()  local
 107 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_crtc_disable_vblank()  local
 130 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_plane_atomic_check()  local
 157 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_plane_atomic_update()  local
 169 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_plane_prepare_fb()  local
 181 	struct drm_simple_display_pipe *pipe;  in drm_simple_kms_plane_cleanup_fb()  local
 228 int drm_simple_display_pipe_attach_bridge(struct drm_simple_display_pipe *pipe,  in drm_simple_display_pipe_attach_bridge()
 [all …]
 
 | 
| /Linux-v5.4/fs/ | 
| D | pipe.c | 60 static void pipe_lock_nested(struct pipe_inode_info *pipe, int subclass)  in pipe_lock_nested()66 void pipe_lock(struct pipe_inode_info *pipe)  in pipe_lock()
 75 void pipe_unlock(struct pipe_inode_info *pipe)  in pipe_unlock()
 82 static inline void __pipe_lock(struct pipe_inode_info *pipe)  in __pipe_lock()
 87 static inline void __pipe_unlock(struct pipe_inode_info *pipe)  in __pipe_unlock()
 107 void pipe_wait(struct pipe_inode_info *pipe)  in pipe_wait()
 122 static void anon_pipe_buf_release(struct pipe_inode_info *pipe,  in anon_pipe_buf_release()
 138 static int anon_pipe_buf_steal(struct pipe_inode_info *pipe,  in anon_pipe_buf_steal()
 163 int generic_pipe_buf_steal(struct pipe_inode_info *pipe,  in generic_pipe_buf_steal()
 192 bool generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf)  in generic_pipe_buf_get()
 [all …]
 
 | 
| D | splice.c | 47 static int page_cache_pipe_buf_steal(struct pipe_inode_info *pipe,  in page_cache_pipe_buf_steal()92 static void page_cache_pipe_buf_release(struct pipe_inode_info *pipe,  in page_cache_pipe_buf_release()
 103 static int page_cache_pipe_buf_confirm(struct pipe_inode_info *pipe,  in page_cache_pipe_buf_confirm()
 148 static int user_page_pipe_buf_steal(struct pipe_inode_info *pipe,  in user_page_pipe_buf_steal()
 165 static void wakeup_pipe_readers(struct pipe_inode_info *pipe)  in wakeup_pipe_readers()
 184 ssize_t splice_to_pipe(struct pipe_inode_info *pipe,  in splice_to_pipe()
 229 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf)  in add_to_pipe()
 253 int splice_grow_spd(const struct pipe_inode_info *pipe, struct splice_pipe_desc *spd)  in splice_grow_spd()
 296 				 struct pipe_inode_info *pipe, size_t len,  in generic_file_splice_read()
 334 int generic_pipe_buf_nosteal(struct pipe_inode_info *pipe,  in generic_pipe_buf_nosteal()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/platform/vsp1/ | 
| D | vsp1_pipe.c | 244 void vsp1_pipeline_reset(struct vsp1_pipeline *pipe)  in vsp1_pipeline_reset()275 void vsp1_pipeline_init(struct vsp1_pipeline *pipe)  in vsp1_pipeline_init()
 287 void vsp1_pipeline_run(struct vsp1_pipeline *pipe)  in vsp1_pipeline_run()
 300 bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe)  in vsp1_pipeline_stopped()
 312 int vsp1_pipeline_stop(struct vsp1_pipeline *pipe)  in vsp1_pipeline_stop()
 363 bool vsp1_pipeline_ready(struct vsp1_pipeline *pipe)  in vsp1_pipeline_ready()
 374 void vsp1_pipeline_frame_end(struct vsp1_pipeline *pipe)  in vsp1_pipeline_frame_end()
 412 void vsp1_pipeline_propagate_alpha(struct vsp1_pipeline *pipe,  in vsp1_pipeline_propagate_alpha()
 437 void vsp1_pipeline_propagate_partition(struct vsp1_pipeline *pipe,  in vsp1_pipeline_propagate_partition()
 
 | 
| D | vsp1_video.c | 186 static void vsp1_video_calculate_partition(struct vsp1_pipeline *pipe,  in vsp1_video_calculate_partition()252 static int vsp1_video_pipeline_setup_partitions(struct vsp1_pipeline *pipe)  in vsp1_video_pipeline_setup_partitions()
 315 	struct vsp1_pipeline *pipe = video->rwpf->entity.pipe;  in vsp1_video_complete_buffer()  local
 349 static void vsp1_video_frame_end(struct vsp1_pipeline *pipe,  in vsp1_video_frame_end()
 363 static void vsp1_video_pipeline_run_partition(struct vsp1_pipeline *pipe,  in vsp1_video_pipeline_run_partition()
 376 static void vsp1_video_pipeline_run(struct vsp1_pipeline *pipe)  in vsp1_video_pipeline_run()
 430 static void vsp1_video_pipeline_frame_end(struct vsp1_pipeline *pipe,  in vsp1_video_pipeline_frame_end()
 468 static int vsp1_video_pipeline_build_branch(struct vsp1_pipeline *pipe,  in vsp1_video_pipeline_build_branch()
 558 static int vsp1_video_pipeline_build(struct vsp1_pipeline *pipe,  in vsp1_video_pipeline_build()
 645 static int vsp1_video_pipeline_init(struct vsp1_pipeline *pipe,  in vsp1_video_pipeline_init()
 [all …]
 
 | 
| D | vsp1_drm.c | 33 static void vsp1_du_pipeline_frame_end(struct vsp1_pipeline *pipe,  in vsp1_du_pipeline_frame_end()64 			      struct vsp1_pipeline *pipe,  in vsp1_du_insert_uif()
 116 				      struct vsp1_pipeline *pipe,  in vsp1_du_pipeline_setup_rpf()
 229 				      struct vsp1_pipeline *pipe)  in vsp1_du_pipeline_setup_brx()
 368 					struct vsp1_pipeline *pipe)  in vsp1_du_pipeline_setup_inputs()
 477 					 struct vsp1_pipeline *pipe)  in vsp1_du_pipeline_setup_output()
 535 static void vsp1_du_pipeline_configure(struct vsp1_pipeline *pipe)  in vsp1_du_pipeline_configure()
 644 	struct vsp1_pipeline *pipe;  in vsp1_du_setup_lif()  local
 876 	struct vsp1_pipeline *pipe = &drm_pipe->pipe;  in vsp1_du_atomic_flush()  local
 946 		struct vsp1_pipeline *pipe = &drm_pipe->pipe;  in vsp1_drm_init()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/ | 
| D | komeda_pipeline.c | 17 	struct komeda_pipeline *pipe;  in komeda_pipeline_add()  local45 			     struct komeda_pipeline *pipe)  in komeda_pipeline_destroy()
 66 komeda_pipeline_get_component_pos(struct komeda_pipeline *pipe, int id)  in komeda_pipeline_get_component_pos()
 123 komeda_pipeline_get_component(struct komeda_pipeline *pipe, int id)  in komeda_pipeline_get_component()
 136 komeda_pipeline_get_first_component(struct komeda_pipeline *pipe,  in komeda_pipeline_get_first_component()
 159 komeda_component_add(struct komeda_pipeline *pipe,  in komeda_component_add()
 245 static void komeda_pipeline_dump(struct komeda_pipeline *pipe)  in komeda_pipeline_dump()
 269 	struct komeda_pipeline *pipe = c->pipeline;  in komeda_component_verify_inputs()  local
 287 komeda_get_layer_split_right_layer(struct komeda_pipeline *pipe,  in komeda_get_layer_split_right_layer()
 299 static void komeda_pipeline_assemble(struct komeda_pipeline *pipe)  in komeda_pipeline_assemble()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/lima/ | 
| D | lima_sched.c | 17 	struct lima_sched_pipe *pipe;  member83 static struct lima_fence *lima_fence_create(struct lima_sched_pipe *pipe)  in lima_fence_create()
 158 int lima_sched_context_init(struct lima_sched_pipe *pipe,  in lima_sched_context_init()
 167 void lima_sched_context_fini(struct lima_sched_pipe *pipe,  in lima_sched_context_fini()
 196 	struct lima_sched_pipe *pipe = to_lima_pipe(job->sched);  in lima_sched_run_job()  local
 258 static void lima_sched_handle_error_task(struct lima_sched_pipe *pipe,  in lima_sched_handle_error_task()
 289 	struct lima_sched_pipe *pipe = to_lima_pipe(job->sched);  in lima_sched_timedout_job()  local
 300 	struct lima_sched_pipe *pipe = to_lima_pipe(job->sched);  in lima_sched_free_job()  local
 323 	struct lima_sched_pipe *pipe =  in lima_sched_error_work()  local
 330 int lima_sched_pipe_init(struct lima_sched_pipe *pipe, const char *name)  in lima_sched_pipe_init()
 [all …]
 
 | 
| D | lima_pp.c | 24 	struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_pp;  in lima_pp_handle_irq()  local45 	struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_pp;  in lima_pp_irq_handler()  local
 66 	struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_pp;  in lima_pp_bcast_irq_handler()  local
 146 		struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_pp;  in lima_pp_soft_reset_async_wait()  local
 278 static int lima_pp_task_validate(struct lima_sched_pipe *pipe,  in lima_pp_task_validate()
 302 static void lima_pp_task_run(struct lima_sched_pipe *pipe,  in lima_pp_task_run()
 360 static void lima_pp_task_fini(struct lima_sched_pipe *pipe)  in lima_pp_task_fini()
 372 static void lima_pp_task_error(struct lima_sched_pipe *pipe)  in lima_pp_task_error()
 386 static void lima_pp_task_mmu_error(struct lima_sched_pipe *pipe)  in lima_pp_task_mmu_error()
 398 	struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_pp;  in lima_pp_pipe_init()  local
 
 | 
| D | lima_gp.c | 22 	struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_gp;  in lima_gp_irq_handler()  local91 static int lima_gp_task_validate(struct lima_sched_pipe *pipe,  in lima_gp_task_validate()
 115 static void lima_gp_task_run(struct lima_sched_pipe *pipe,  in lima_gp_task_run()
 167 static void lima_gp_task_fini(struct lima_sched_pipe *pipe)  in lima_gp_task_fini()
 172 static void lima_gp_task_error(struct lima_sched_pipe *pipe)  in lima_gp_task_error()
 182 static void lima_gp_task_mmu_error(struct lima_sched_pipe *pipe)  in lima_gp_task_mmu_error()
 253 	struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_gp;  in lima_gp_pipe_init()  local
 
 | 
| /Linux-v5.4/net/nfc/hci/ | 
| D | command.c | 19 static int nfc_hci_execute_cmd_async(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd,  in nfc_hci_execute_cmd_async()55 static int nfc_hci_execute_cmd(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd,  in nfc_hci_execute_cmd()
 94 	u8 pipe;  in nfc_hci_send_event()  local
 115 	u8 pipe;  in nfc_hci_send_cmd()  local
 131 	u8 pipe;  in nfc_hci_send_cmd_async()  local
 186 static int nfc_hci_open_pipe(struct nfc_hci_dev *hdev, u8 pipe)  in nfc_hci_open_pipe()
 206 static int nfc_hci_close_pipe(struct nfc_hci_dev *hdev, u8 pipe)  in nfc_hci_close_pipe()
 220 	u8 pipe;  in nfc_hci_create_pipe()  local
 243 static int nfc_hci_delete_pipe(struct nfc_hci_dev *hdev, u8 pipe)  in nfc_hci_delete_pipe()
 272 	u8 pipe = hdev->gate2pipe[gate];  in nfc_hci_disconnect_gate()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_fifo_underrun.c | 58 	enum pipe pipe;  in ivb_can_enable_err_int()  local75 	enum pipe pipe;  in cpt_can_enable_serr_int()  local
 110 					     enum pipe pipe,  in i9xx_set_fifo_underrun_reporting()
 130 						 enum pipe pipe, bool enable)  in ironlake_set_fifo_underrun_reporting()
 145 	enum pipe pipe = crtc->pipe;  in ivybridge_check_fifo_underruns()  local
 161 						  enum pipe pipe,  in ivybridge_set_fifo_underrun_reporting()
 184 						  enum pipe pipe, bool enable)  in broadwell_set_fifo_underrun_reporting()
 253 						    enum pipe pipe, bool enable)  in __intel_set_cpu_fifo_underrun_reporting()
 293 					   enum pipe pipe, bool enable)  in intel_set_cpu_fifo_underrun_reporting()
 366 					 enum pipe pipe)  in intel_cpu_fifo_underrun_irq_handler()
 
 | 
| /Linux-v5.4/net/nfc/nci/ | 
| D | hci.c | 20 	u8              pipe;  member37 	u8 pipe;  member
 41 	u8 pipe;  member
 141 static int nci_hci_send_data(struct nci_dev *ndev, u8 pipe,  in nci_hci_send_data()
 211 	u8 pipe = ndev->hci_dev->gate2pipe[gate];  in nci_hci_send_event()  local
 230 	u8 pipe = ndev->hci_dev->gate2pipe[gate];  in nci_hci_send_cmd()  local
 275 static void nci_hci_event_received(struct nci_dev *ndev, u8 pipe,  in nci_hci_event_received()
 282 static void nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe,  in nci_hci_cmd_received()
 365 static void nci_hci_resp_received(struct nci_dev *ndev, u8 pipe,  in nci_hci_resp_received()
 386 static void nci_hci_hcp_message_rx(struct nci_dev *ndev, u8 pipe,  in nci_hci_hcp_message_rx()
 [all …]
 
 | 
| /Linux-v5.4/drivers/usb/storage/ | 
| D | transport.c | 185 int usb_stor_control_msg(struct us_data *us, unsigned int pipe,  in usb_stor_control_msg()227 int usb_stor_clear_halt(struct us_data *us, unsigned int pipe)  in usb_stor_clear_halt()
 256 static int interpret_urb_result(struct us_data *us, unsigned int pipe,  in interpret_urb_result()
 322 int usb_stor_ctrl_transfer(struct us_data *us, unsigned int pipe,  in usb_stor_ctrl_transfer()
 360 	unsigned int pipe = us->recv_intr_pipe;  in usb_stor_intr_transfer()  local
 385 int usb_stor_bulk_transfer_buf(struct us_data *us, unsigned int pipe,  in usb_stor_bulk_transfer_buf()
 411 static int usb_stor_bulk_transfer_sglist(struct us_data *us, unsigned int pipe,  in usb_stor_bulk_transfer_sglist()
 461 int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe,  in usb_stor_bulk_srb()
 483 int usb_stor_bulk_transfer_sg(struct us_data* us, unsigned int pipe,  in usb_stor_bulk_transfer_sg()
 948 	unsigned int pipe = 0;  in usb_stor_CB_transport()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/tve200/ | 
| D | tve200_display.c | 70 static int tve200_display_check(struct drm_simple_display_pipe *pipe,  in tve200_display_check()120 static void tve200_display_enable(struct drm_simple_display_pipe *pipe,  in tve200_display_enable()
 225 static void tve200_display_disable(struct drm_simple_display_pipe *pipe)  in tve200_display_disable()
 239 static void tve200_display_update(struct drm_simple_display_pipe *pipe,  in tve200_display_update()
 276 static int tve200_display_enable_vblank(struct drm_simple_display_pipe *pipe)  in tve200_display_enable_vblank()
 286 static void tve200_display_disable_vblank(struct drm_simple_display_pipe *pipe)  in tve200_display_disable_vblank()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/aspeed/ | 
| D | aspeed_gfx_crtc.c | 21 drm_pipe_to_aspeed_gfx(struct drm_simple_display_pipe *pipe)  in drm_pipe_to_aspeed_gfx()141 static void aspeed_gfx_pipe_enable(struct drm_simple_display_pipe *pipe,  in aspeed_gfx_pipe_enable()
 153 static void aspeed_gfx_pipe_disable(struct drm_simple_display_pipe *pipe)  in aspeed_gfx_pipe_disable()
 162 static void aspeed_gfx_pipe_update(struct drm_simple_display_pipe *pipe,  in aspeed_gfx_pipe_update()
 192 static int aspeed_gfx_enable_vblank(struct drm_simple_display_pipe *pipe)  in aspeed_gfx_enable_vblank()
 206 static void aspeed_gfx_disable_vblank(struct drm_simple_display_pipe *pipe)  in aspeed_gfx_disable_vblank()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_gfx.c | 38 				int pipe, int queue)  in amdgpu_gfx_mec_queue_to_bit()51 				 int *mec, int *pipe, int *queue)  in amdgpu_gfx_bit_to_mec_queue()
 62 				     int mec, int pipe, int queue)  in amdgpu_gfx_is_mec_queue_enabled()
 69 			       int me, int pipe, int queue)  in amdgpu_gfx_me_queue_to_bit()
 82 				int *me, int *pipe, int *queue)  in amdgpu_gfx_bit_to_me_queue()
 92 				    int me, int pipe, int queue)  in amdgpu_gfx_is_me_queue_enabled()
 196 	int i, queue, pipe, mec;  in amdgpu_gfx_compute_queue_acquire()  local
 234 	int i, queue, pipe, me;  in amdgpu_gfx_graphics_queue_acquire()  local
 260 	int mec, pipe, queue;  in amdgpu_gfx_kiq_acquire()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/gvt/ | 
| D | display.c | 41 	int pipe = -1;  in get_edp_pipe()  local70 int pipe_is_enabled(struct intel_vgpu *vgpu, int pipe)  in pipe_is_enabled()
 172 	int pipe;  in emulate_monitor_status_change()  local
 365 	int pipe, id;  in intel_gvt_check_vblank_emulation()  local
 390 static void emulate_vblank_on_pipe(struct intel_vgpu *vgpu, int pipe)  in emulate_vblank_on_pipe()
 421 	int pipe;  in emulate_vblank()  local
 
 |