/Linux-v4.19/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 static 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-v4.19/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_output.h | 75 #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 …]
|
D | mdfld_dsi_dpi.c | 37 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 …]
|
D | psb_irq.c | 38 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 …]
|
/Linux-v4.19/sound/drivers/vx/ |
D | vx_pcm.c | 61 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-v4.19/drivers/gpu/drm/ |
D | drm_vblank.c | 92 static void store_vblank(struct drm_device *dev, unsigned int pipe, in store_vblank() 112 static u32 drm_vblank_no_hw_counter(struct drm_device *dev, unsigned int pipe) in drm_vblank_no_hw_counter() 118 static u32 __get_vblank_counter(struct drm_device *dev, unsigned int pipe) in __get_vblank_counter() 145 static void drm_reset_vblank_timestamp(struct drm_device *dev, unsigned int pipe) in drm_reset_vblank_timestamp() 192 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, in drm_update_vblank_count() 277 static u64 drm_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_vblank_count() 301 unsigned int pipe = drm_crtc_index(crtc); in drm_crtc_accurate_vblank_count() local 319 static void __disable_vblank(struct drm_device *dev, unsigned int pipe) in __disable_vblank() 342 void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe) in drm_vblank_disable_and_save() 382 unsigned int pipe = vblank->pipe; in vblank_disable_fn() local [all …]
|
D | drm_simple_kms_helper.c | 41 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_mode_valid() local 68 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_enable() local 81 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_disable() local 99 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_enable_vblank() local 110 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_disable_vblank() local 133 struct drm_simple_display_pipe *pipe; in drm_simple_kms_plane_atomic_check() local 160 struct drm_simple_display_pipe *pipe; in drm_simple_kms_plane_atomic_update() local 172 struct drm_simple_display_pipe *pipe; in drm_simple_kms_plane_prepare_fb() local 184 struct drm_simple_display_pipe *pipe; in drm_simple_kms_plane_cleanup_fb() local 223 int drm_simple_display_pipe_attach_bridge(struct drm_simple_display_pipe *pipe, in drm_simple_display_pipe_attach_bridge() [all …]
|
/Linux-v4.19/fs/ |
D | pipe.c | 59 static void pipe_lock_nested(struct pipe_inode_info *pipe, int subclass) in pipe_lock_nested() 65 void pipe_lock(struct pipe_inode_info *pipe) in pipe_lock() 74 void pipe_unlock(struct pipe_inode_info *pipe) in pipe_unlock() 81 static inline void __pipe_lock(struct pipe_inode_info *pipe) in __pipe_lock() 86 static inline void __pipe_unlock(struct pipe_inode_info *pipe) in __pipe_unlock() 106 void pipe_wait(struct pipe_inode_info *pipe) in pipe_wait() 121 static void anon_pipe_buf_release(struct pipe_inode_info *pipe, in anon_pipe_buf_release() 137 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 void generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get() [all …]
|
D | splice.c | 46 static int page_cache_pipe_buf_steal(struct pipe_inode_info *pipe, in page_cache_pipe_buf_steal() 91 static void page_cache_pipe_buf_release(struct pipe_inode_info *pipe, in page_cache_pipe_buf_release() 102 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() 166 static void wakeup_pipe_readers(struct pipe_inode_info *pipe) in wakeup_pipe_readers() 185 ssize_t splice_to_pipe(struct pipe_inode_info *pipe, in splice_to_pipe() 230 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in add_to_pipe() 254 int splice_grow_spd(const struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) in splice_grow_spd() 297 struct pipe_inode_info *pipe, size_t len, in generic_file_splice_read() 336 static int generic_pipe_buf_nosteal(struct pipe_inode_info *pipe, in generic_pipe_buf_nosteal() [all …]
|
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_pipe.c | 182 void vsp1_pipeline_reset(struct vsp1_pipeline *pipe) in vsp1_pipeline_reset() 213 void vsp1_pipeline_init(struct vsp1_pipeline *pipe) in vsp1_pipeline_init() 225 void vsp1_pipeline_run(struct vsp1_pipeline *pipe) in vsp1_pipeline_run() 238 bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe) in vsp1_pipeline_stopped() 250 int vsp1_pipeline_stop(struct vsp1_pipeline *pipe) in vsp1_pipeline_stop() 301 bool vsp1_pipeline_ready(struct vsp1_pipeline *pipe) in vsp1_pipeline_ready() 312 void vsp1_pipeline_frame_end(struct vsp1_pipeline *pipe) in vsp1_pipeline_frame_end() 350 void vsp1_pipeline_propagate_alpha(struct vsp1_pipeline *pipe, in vsp1_pipeline_propagate_alpha() 375 void vsp1_pipeline_propagate_partition(struct vsp1_pipeline *pipe, in vsp1_pipeline_propagate_partition()
|
D | vsp1_video.c | 189 static void vsp1_video_calculate_partition(struct vsp1_pipeline *pipe, in vsp1_video_calculate_partition() 255 static int vsp1_video_pipeline_setup_partitions(struct vsp1_pipeline *pipe) in vsp1_video_pipeline_setup_partitions() 323 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_complete_buffer() local 363 static void vsp1_video_frame_end(struct vsp1_pipeline *pipe, in vsp1_video_frame_end() 377 static void vsp1_video_pipeline_run_partition(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_run_partition() 390 static void vsp1_video_pipeline_run(struct vsp1_pipeline *pipe) in vsp1_video_pipeline_run() 444 static void vsp1_video_pipeline_frame_end(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_frame_end() 482 static int vsp1_video_pipeline_build_branch(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_build_branch() 572 static int vsp1_video_pipeline_build(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_build() 659 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() 62 struct vsp1_pipeline *pipe, in vsp1_du_insert_uif() 114 struct vsp1_pipeline *pipe, in vsp1_du_pipeline_setup_rpf() 227 struct vsp1_pipeline *pipe) in vsp1_du_pipeline_setup_brx() 366 struct vsp1_pipeline *pipe) in vsp1_du_pipeline_setup_inputs() 475 struct vsp1_pipeline *pipe) in vsp1_du_pipeline_setup_output() 533 static void vsp1_du_pipeline_configure(struct vsp1_pipeline *pipe) in vsp1_du_pipeline_configure() 606 struct vsp1_pipeline *pipe; in vsp1_du_setup_lif() local 844 struct vsp1_pipeline *pipe = &drm_pipe->pipe; in vsp1_du_atomic_flush() local 895 struct vsp1_pipeline *pipe = &drm_pipe->pipe; in vsp1_drm_init() local
|
/Linux-v4.19/net/nfc/hci/ |
D | command.c | 31 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 …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_fifo_underrun.c | 55 enum pipe pipe; in ivb_can_enable_err_int() local 72 enum pipe pipe; in cpt_can_enable_serr_int() local 107 enum pipe pipe, in i9xx_set_fifo_underrun_reporting() 127 enum pipe pipe, bool enable) in ironlake_set_fifo_underrun_reporting() 142 enum pipe pipe = crtc->pipe; in ivybridge_check_fifo_underruns() local 158 enum pipe pipe, in ivybridge_set_fifo_underrun_reporting() 181 enum pipe pipe, bool enable) in broadwell_set_fifo_underrun_reporting() 250 enum pipe pipe, bool enable) in __intel_set_cpu_fifo_underrun_reporting() 290 enum pipe pipe, bool enable) in intel_set_cpu_fifo_underrun_reporting() 363 enum pipe pipe) in intel_cpu_fifo_underrun_irq_handler()
|
D | intel_pipe_crc.c | 67 enum pipe pipe, in i9xx_pipe_crc_auto_source() 121 enum pipe pipe, in vlv_pipe_crc_ctl_reg() 191 enum pipe pipe, in i9xx_pipe_crc_ctl_reg() 266 enum pipe pipe) in vlv_undo_pipe_scramble_reset() 290 enum pipe pipe) in g4x_undo_pipe_scramble_reset() 393 enum pipe pipe, in ivb_pipe_crc_ctl_reg() 426 enum pipe pipe, in get_new_crc_ctl_reg() 462 enum pipe pipe; in intel_display_crc_init() local
|
D | intel_color.c | 113 int pipe = intel_crtc->pipe; in ilk_load_ycbcr_conversion_matrix() local 140 int i, pipe = intel_crtc->pipe; in ilk_load_csc_matrix() local 260 int pipe = to_intel_crtc(crtc)->pipe; in cherryview_load_csc_matrix() local 320 enum pipe pipe = intel_crtc->pipe; in i9xx_load_luts_internal() local 394 enum pipe pipe = to_intel_crtc(state->crtc)->pipe; in bdw_load_degamma_lut() local 424 enum pipe pipe = to_intel_crtc(state->crtc)->pipe; in bdw_load_gamma_lut() local 473 enum pipe pipe = to_intel_crtc(state->crtc)->pipe; in broadwell_load_luts() local 498 enum pipe pipe = to_intel_crtc(state->crtc)->pipe; in glk_load_degamma_lut() local 531 enum pipe pipe = to_intel_crtc(crtc)->pipe; in glk_load_luts() local 552 enum pipe pipe = to_intel_crtc(crtc)->pipe; in cherryview_load_luts() local
|
D | intel_sprite.c | 185 enum pipe pipe = crtc->pipe; in intel_pipe_update_end() local 239 enum pipe pipe = plane->pipe; in skl_update_plane() local 336 enum pipe pipe = plane->pipe; in skl_disable_plane() local 351 enum pipe *pipe) in skl_plane_get_hw_state() 436 enum pipe pipe = plane->pipe; in vlv_update_clrc() local 543 enum pipe pipe = plane->pipe; in vlv_update_plane() local 598 enum pipe pipe = plane->pipe; in vlv_disable_plane() local 614 enum pipe *pipe) in vlv_plane_get_hw_state() 703 enum pipe pipe = plane->pipe; in ivb_update_plane() local 764 enum pipe pipe = plane->pipe; in ivb_disable_plane() local [all …]
|
/Linux-v4.19/net/nfc/nci/ |
D | hci.c | 32 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-v4.19/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-v4.19/drivers/gpu/drm/i915/gvt/ |
D | display.c | 41 int pipe = -1; in get_edp_pipe() local 70 int pipe_is_enabled(struct intel_vgpu *vgpu, int pipe) in pipe_is_enabled() 172 int pipe; in emulate_monitor_status_change() local 362 int pipe, id; in intel_gvt_check_vblank_emulation() local 387 static void emulate_vblank_on_pipe(struct intel_vgpu *vgpu, int pipe) in emulate_vblank_on_pipe() 419 int pipe; in emulate_vblank() local
|
/Linux-v4.19/drivers/gpu/drm/tve200/ |
D | tve200_display.c | 72 static int tve200_display_check(struct drm_simple_display_pipe *pipe, in tve200_display_check() 122 static void tve200_display_enable(struct drm_simple_display_pipe *pipe, in tve200_display_enable() 226 static void tve200_display_disable(struct drm_simple_display_pipe *pipe) in tve200_display_disable() 240 static void tve200_display_update(struct drm_simple_display_pipe *pipe, in tve200_display_update() 277 static int tve200_display_enable_vblank(struct drm_simple_display_pipe *pipe) in tve200_display_enable_vblank() 287 static void tve200_display_disable_vblank(struct drm_simple_display_pipe *pipe) in tve200_display_disable_vblank()
|
/Linux-v4.19/sound/pci/lx6464es/ |
D | lx_core.c | 429 #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 …]
|
/Linux-v4.19/drivers/gpu/drm/mxsfb/ |
D | mxsfb_drv.c | 78 drm_pipe_to_mxsfb_drm_private(struct drm_simple_display_pipe *pipe) in drm_pipe_to_mxsfb_drm_private() 101 static void mxsfb_pipe_enable(struct drm_simple_display_pipe *pipe, in mxsfb_pipe_enable() 112 static void mxsfb_pipe_disable(struct drm_simple_display_pipe *pipe) in mxsfb_pipe_disable() 121 static void mxsfb_pipe_update(struct drm_simple_display_pipe *pipe, in mxsfb_pipe_update() 129 static int mxsfb_pipe_enable_vblank(struct drm_simple_display_pipe *pipe) in mxsfb_pipe_enable_vblank() 142 static void mxsfb_pipe_disable_vblank(struct drm_simple_display_pipe *pipe) in mxsfb_pipe_disable_vblank()
|
/Linux-v4.19/drivers/rpmsg/ |
D | qcom_glink_smem.c | 51 struct glink_smem_pipe *pipe = to_smem_pipe(np); in glink_smem_rx_avail() local 82 struct glink_smem_pipe *pipe = to_smem_pipe(np); in glink_smem_rx_peak() local 106 struct glink_smem_pipe *pipe = to_smem_pipe(np); in glink_smem_rx_advance() local 120 struct glink_smem_pipe *pipe = to_smem_pipe(np); in glink_smem_tx_avail() local 141 static unsigned int glink_smem_tx_write_one(struct glink_smem_pipe *pipe, in glink_smem_tx_write_one() 165 struct glink_smem_pipe *pipe = to_smem_pipe(glink_pipe); in glink_smem_tx_write() local
|