Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/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 struct usbhs_pkt *__usbhsf_pkt_get(struct usbhs_pipe *pipe) in __usbhsf_pkt_get()
120 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop()
170 static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type) in usbhsf_pkt_handler()
220 void usbhs_pkt_start(struct usbhs_pipe *pipe) in usbhs_pkt_start()
230 #define usbhsf_irq_callback_ctrl(pipe, status, enable) \ argument
244 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_tx_irq_ctrl()
261 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_rx_irq_ctrl()
269 static void usbhsf_send_terminator(struct usbhs_pipe *pipe, in usbhsf_send_terminator()
293 static void usbhsf_fifo_clear(struct usbhs_pipe *pipe, in usbhsf_fifo_clear()
[all …]
Dmod_gadget.c39 struct usbhs_pipe *pipe; member
131 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in __usbhsg_queue_pop() local
159 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_queue_done() local
177 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_queue_push() local
199 struct usbhs_pipe *pipe = pkt->pipe; in usbhsg_dma_map_ctrl() local
232 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in usbhsg_recip_handler_std_control_done() local
244 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_clear_endpoint() local
291 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_set_endpoint() local
324 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(dcp); in __usbhsg_recip_send_status() local
390 struct usbhs_pipe *pipe = usbhsg_uep_to_pipe(uep); in usbhsg_recip_handler_std_get_endpoint() local
[all …]
/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()
503 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()
415 struct mdfld_dsi_config *config, int pipe) in mdfld_dsi_get_default_config()
440 int mdfld_dsi_panel_reset(int pipe) in mdfld_dsi_panel_reset()
488 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()
/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 …]
/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 …]
/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
553 #define GEN7_PIPE_DE_LOAD_SL(pipe) _PIPE(pipe, \ argument
603 #define _DP_SSC(val, pipe) ((val) << (2 * (pipe))) argument
604 #define DP_SSC_MASK(pipe) _DP_SSC(0x3, (pipe)) argument
605 #define DP_SSC_PWR_ON(pipe) _DP_SSC(0x0, (pipe)) argument
606 #define DP_SSC_CLK_GATE(pipe) _DP_SSC(0x1, (pipe)) argument
607 #define DP_SSC_RESET(pipe) _DP_SSC(0x2, (pipe)) argument
608 #define DP_SSC_PWR_GATE(pipe) _DP_SSC(0x3, (pipe)) argument
609 #define _DP_SSS(val, pipe) ((val) << (2 * (pipe) + 16)) argument
[all …]
/drivers/platform/goldfish/
Dgoldfish_pipe_v2.c256 static int goldfish_pipe_cmd_locked(struct goldfish_pipe *pipe, in goldfish_pipe_cmd_locked()
266 static int goldfish_pipe_cmd(struct goldfish_pipe *pipe, enum PipeCmdCode cmd) in goldfish_pipe_cmd()
374 static int transfer_max_buffers(struct goldfish_pipe *pipe, in transfer_max_buffers()
415 static int wait_for_host_signal(struct goldfish_pipe *pipe, int is_write) in wait_for_host_signal()
442 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write() local
541 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_poll() local
566 struct goldfish_pipe *pipe; in signalled_pipes_add_locked() local
586 struct goldfish_pipe *pipe) in signalled_pipes_remove_locked()
601 struct goldfish_pipe *pipe; in signalled_pipes_pop_front() local
630 struct goldfish_pipe *pipe; in goldfish_interrupt_task() local
[all …]
Dgoldfish_pipe_v1.c99 static u32 goldfish_cmd_status(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd_status()
114 static void goldfish_cmd(struct goldfish_pipe *pipe, u32 cmd) in goldfish_cmd()
186 struct goldfish_pipe *pipe, int *status) in access_with_param()
212 struct goldfish_pipe *pipe, in transfer_pages()
249 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_read_write() local
430 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_poll() local
472 struct goldfish_pipe *pipe; in goldfish_pipe_interrupt() local
528 struct goldfish_pipe *pipe; in goldfish_pipe_open() local
558 struct goldfish_pipe *pipe = filp->private_data; in goldfish_pipe_release() local
/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()
929 unsigned int pipe = 0; in usb_stor_CB_transport() local
[all …]
/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
/drivers/bluetooth/
Dath3k.c211 int err, pipe, len, size, sent = 0; in ath3k_load_firmware() local
263 int ret, pipe = 0; in ath3k_get_state() local
284 int ret, pipe = 0; in ath3k_get_version() local
307 int err, pipe, len, size, count, sent = 0; in ath3k_load_fwfile() local
361 int pipe = 0; in ath3k_switch_pid() local
372 int pipe = 0, ret; in ath3k_set_normal_mode() local
/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()
/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()
/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 …]
/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
474 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_video_process_buffer_complete() local
485 struct vpfe_pipeline *pipe = &video->pipe; in vpfe_stop_capture() local
[all …]
/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()

12345678910>>...12