Home
last modified time | relevance | path

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

12345678910>>...23

/linux-6.1.9/drivers/usb/renesas_usbhs/
Dpipe.c33 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.c45 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()
106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop()
156 static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type) in usbhsf_pkt_handler()
208 void usbhs_pkt_start(struct usbhs_pipe *pipe) in usbhs_pkt_start()
218 #define usbhsf_irq_callback_ctrl(pipe, status, enable) \ argument
232 static void usbhsf_tx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_tx_irq_ctrl()
249 static void usbhsf_rx_irq_ctrl(struct usbhs_pipe *pipe, int enable) in usbhsf_rx_irq_ctrl()
257 static void usbhsf_send_terminator(struct usbhs_pipe *pipe, in usbhsf_send_terminator()
275 static void usbhsf_fifo_clear(struct usbhs_pipe *pipe, in usbhsf_fifo_clear()
[all …]
/linux-6.1.9/sound/drivers/vx/
Dvx_pcm.c46 struct vx_pipe *pipe) in vx_pcm_read_per_bytes()
90 struct vx_pipe *pipe) in vx_set_differed_time()
123 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format()
150 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format()
209 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state()
234 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size()
258 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start()
279 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe()
318 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe()
373 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe()
[all …]
/linux-6.1.9/drivers/gpu/drm/
Ddrm_simple_kms_helper.c89 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_mode_valid() local
116 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_enable() local
129 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_disable() local
147 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_reset() local
158 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_duplicate_state() local
169 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_destroy_state() local
180 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_enable_vblank() local
191 struct drm_simple_display_pipe *pipe; in drm_simple_kms_crtc_disable_vblank() local
216 struct drm_simple_display_pipe *pipe; in drm_simple_kms_plane_atomic_check() local
245 struct drm_simple_display_pipe *pipe; in drm_simple_kms_plane_atomic_update() local
[all …]
Ddrm_vblank.c169 static void store_vblank(struct drm_device *dev, unsigned int pipe, in store_vblank()
185 static u32 drm_max_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_max_vblank_count()
196 static u32 drm_vblank_no_hw_counter(struct drm_device *dev, unsigned int pipe) in drm_vblank_no_hw_counter()
202 static u32 __get_vblank_counter(struct drm_device *dev, unsigned int pipe) in __get_vblank_counter()
231 static void drm_reset_vblank_timestamp(struct drm_device *dev, unsigned int pipe) in drm_reset_vblank_timestamp()
278 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, in drm_update_vblank_count()
370 u64 drm_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_vblank_count()
406 unsigned int pipe = drm_crtc_index(crtc); in drm_crtc_accurate_vblank_count() local
425 static void __disable_vblank(struct drm_device *dev, unsigned int pipe) in __disable_vblank()
449 void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe) in drm_vblank_disable_and_save()
[all …]
/linux-6.1.9/fs/
Dpipe.c79 static void pipe_lock_nested(struct pipe_inode_info *pipe, int subclass) in pipe_lock_nested()
85 void pipe_lock(struct pipe_inode_info *pipe) in pipe_lock()
94 void pipe_unlock(struct pipe_inode_info *pipe) in pipe_unlock()
101 static inline void __pipe_lock(struct pipe_inode_info *pipe) in __pipe_lock()
106 static inline void __pipe_unlock(struct pipe_inode_info *pipe) in __pipe_unlock()
125 static void anon_pipe_buf_release(struct pipe_inode_info *pipe, in anon_pipe_buf_release()
141 static bool anon_pipe_buf_try_steal(struct pipe_inode_info *pipe, in anon_pipe_buf_try_steal()
165 bool generic_pipe_buf_try_steal(struct pipe_inode_info *pipe, in generic_pipe_buf_try_steal()
193 bool generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get()
207 void generic_pipe_buf_release(struct pipe_inode_info *pipe, in generic_pipe_buf_release()
[all …]
Dsplice.c46 static bool page_cache_pipe_buf_try_steal(struct pipe_inode_info *pipe, in page_cache_pipe_buf_try_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()
147 static bool user_page_pipe_buf_try_steal(struct pipe_inode_info *pipe, in user_page_pipe_buf_try_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()
230 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in add_to_pipe()
256 int splice_grow_spd(const struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) in splice_grow_spd()
299 struct pipe_inode_info *pipe, size_t len, in generic_file_splice_read()
345 static int pipe_to_sendpage(struct pipe_inode_info *pipe, in pipe_to_sendpage()
[all …]
/linux-6.1.9/drivers/media/platform/renesas/vsp1/
Dvsp1_pipe.c244 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()
Dvsp1_video.c186 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 …]
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_fdi.c21 enum pipe pipe, bool state) in assert_fdi_tx()
42 void assert_fdi_tx_enabled(struct drm_i915_private *i915, enum pipe pipe) in assert_fdi_tx_enabled()
47 void assert_fdi_tx_disabled(struct drm_i915_private *i915, enum pipe pipe) in assert_fdi_tx_disabled()
53 enum pipe pipe, bool state) in assert_fdi_rx()
63 void assert_fdi_rx_enabled(struct drm_i915_private *i915, enum pipe pipe) in assert_fdi_rx_enabled()
68 void assert_fdi_rx_disabled(struct drm_i915_private *i915, enum pipe pipe) in assert_fdi_rx_disabled()
74 enum pipe pipe) in assert_fdi_tx_pll_enabled()
91 enum pipe pipe, bool state) in assert_fdi_rx_pll()
101 void assert_fdi_rx_pll_enabled(struct drm_i915_private *i915, enum pipe pipe) in assert_fdi_rx_pll_enabled()
106 void assert_fdi_rx_pll_disabled(struct drm_i915_private *i915, enum pipe pipe) in assert_fdi_rx_pll_disabled()
[all …]
Dintel_audio_regs.h25 #define IBX_HDMIW_HDMIEDID(pipe) _MMIO_PIPE(pipe, _IBX_HDMIW_HDMIEDID_A, \ argument
29 #define IBX_AUD_CNTL_ST(pipe) _MMIO_PIPE(pipe, _IBX_AUD_CNTL_ST_A, \ argument
40 #define CPT_HDMIW_HDMIEDID(pipe) _MMIO_PIPE(pipe, _CPT_HDMIW_HDMIEDID_A, _CPT_HDMIW_HDMIEDID_B) argument
43 #define CPT_AUD_CNTL_ST(pipe) _MMIO_PIPE(pipe, _CPT_AUD_CNTL_ST_A, _CPT_AUD_CNTL_ST_B) argument
48 #define VLV_HDMIW_HDMIEDID(pipe) _MMIO_PIPE(pipe, _VLV_HDMIW_HDMIEDID_A, _VLV_HDMIW_HDMIEDID_B) argument
51 #define VLV_AUD_CNTL_ST(pipe) _MMIO_PIPE(pipe, _VLV_AUD_CNTL_ST_A, _VLV_AUD_CNTL_ST_B) argument
56 #define IBX_AUD_CFG(pipe) _MMIO_PIPE(pipe, _IBX_AUD_CONFIG_A, _IBX_AUD_CONFIG_B) argument
59 #define CPT_AUD_CFG(pipe) _MMIO_PIPE(pipe, _CPT_AUD_CONFIG_A, _CPT_AUD_CONFIG_B) argument
62 #define VLV_AUD_CFG(pipe) _MMIO_PIPE(pipe, _VLV_AUD_CONFIG_A, _VLV_AUD_CONFIG_B) argument
146 #define HBLANK_EARLY_ENABLE_ICL(pipe) (0x1 << (20 - (pipe))) argument
[all …]
Dintel_fifo_underrun.c59 enum pipe pipe; in ivb_can_enable_err_int() local
76 enum pipe pipe; in cpt_can_enable_serr_int() local
111 enum pipe pipe, in i9xx_set_fifo_underrun_reporting()
133 enum pipe pipe, bool enable) in ilk_set_fifo_underrun_reporting()
148 enum pipe pipe = crtc->pipe; in ivb_check_fifo_underruns() local
164 enum pipe pipe, bool enable, in ivb_set_fifo_underrun_reporting()
202 enum pipe pipe, bool enable) in bdw_set_fifo_underrun_reporting()
279 enum pipe pipe, bool enable) in __intel_set_cpu_fifo_underrun_reporting()
319 enum pipe pipe, bool enable) in intel_set_cpu_fifo_underrun_reporting()
392 enum pipe pipe) in intel_cpu_fifo_underrun_irq_handler()
Dintel_pch_display.c35 enum pipe pipe, enum port port, in assert_pch_dp_disabled()
53 enum pipe pipe, enum port port, in assert_pch_hdmi_disabled()
71 enum pipe pipe) in assert_pch_ports_disabled()
96 enum pipe pipe) in assert_pch_transcoder_disabled()
173 enum pipe pipe = crtc->pipe; in intel_pch_transcoder_set_m1_n1() local
184 enum pipe pipe = crtc->pipe; in intel_pch_transcoder_set_m2_n2() local
195 enum pipe pipe = crtc->pipe; in intel_pch_transcoder_get_m1_n1() local
206 enum pipe pipe = crtc->pipe; in intel_pch_transcoder_get_m2_n2() local
241 enum pipe pipe = crtc->pipe; in ilk_enable_pch_transcoder() local
307 enum pipe pipe = crtc->pipe; in ilk_disable_pch_transcoder() local
[all …]
Dintel_pipe_crc.c75 enum pipe pipe, in i9xx_pipe_crc_auto_source()
129 enum pipe pipe, in vlv_pipe_crc_ctl_reg()
199 enum pipe pipe, in i9xx_pipe_crc_ctl_reg()
239 enum pipe pipe) in vlv_undo_pipe_scramble_reset()
339 enum pipe pipe, in ivb_pipe_crc_ctl_reg()
367 enum pipe pipe, in skl_pipe_crc_ctl_reg()
410 enum pipe pipe, in get_new_crc_ctl_reg()
591 enum pipe pipe = crtc->pipe; in intel_crtc_set_crc_source() local
642 enum pipe pipe = crtc->pipe; in intel_crtc_enable_pipe_crc() local
662 enum pipe pipe = crtc->pipe; in intel_crtc_disable_pipe_crc() local
/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.c19 struct komeda_pipeline *pipe; in komeda_pipeline_add() local
47 struct komeda_pipeline *pipe) in komeda_pipeline_destroy()
69 komeda_pipeline_get_component_pos(struct komeda_pipeline *pipe, int id) in komeda_pipeline_get_component_pos()
126 komeda_pipeline_get_component(struct komeda_pipeline *pipe, int id) in komeda_pipeline_get_component()
139 komeda_pipeline_get_first_component(struct komeda_pipeline *pipe, in komeda_pipeline_get_first_component()
163 komeda_component_add(struct komeda_pipeline *pipe, in komeda_component_add()
249 static void komeda_pipeline_dump(struct komeda_pipeline *pipe) in komeda_pipeline_dump()
274 struct komeda_pipeline *pipe = c->pipeline; in komeda_component_verify_inputs() local
293 komeda_get_layer_split_right_layer(struct komeda_pipeline *pipe, in komeda_get_layer_split_right_layer()
305 static void komeda_pipeline_assemble(struct komeda_pipeline *pipe) in komeda_pipeline_assemble()
[all …]
/linux-6.1.9/include/xen/interface/io/
Dusbif.h296 #define xenusb_pipeportnum(pipe) ((pipe) & XENUSB_PIPE_PORT_MASK) argument
297 #define xenusb_setportnum_pipe(pipe, portnum) ((pipe) | (portnum)) argument
299 #define xenusb_pipeunlink(pipe) ((pipe) & XENUSB_PIPE_UNLINK) argument
300 #define xenusb_pipesubmit(pipe) (!xenusb_pipeunlink(pipe)) argument
301 #define xenusb_setunlink_pipe(pipe) ((pipe) | XENUSB_PIPE_UNLINK) argument
303 #define xenusb_pipein(pipe) ((pipe) & XENUSB_PIPE_DIR) argument
304 #define xenusb_pipeout(pipe) (!xenusb_pipein(pipe)) argument
306 #define xenusb_pipedevice(pipe) \ argument
309 #define xenusb_pipeendpoint(pipe) \ argument
312 #define xenusb_pipetype(pipe) \ argument
[all …]
/linux-6.1.9/drivers/staging/media/atomisp/pci/camera/pipe/src/
Dpipe_binarydesc.c35 struct ia_css_pipe const *const pipe, in pipe_binarydesc_get_offline()
78 struct ia_css_pipe const *const pipe, in ia_css_pipe_get_copy_binarydesc()
106 struct ia_css_pipe const *const pipe, in ia_css_pipe_get_vfpp_binarydesc()
207 struct ia_css_pipe *const pipe, in ia_css_pipe_get_preview_binarydesc()
326 struct ia_css_pipe *const pipe, in ia_css_pipe_get_video_binarydesc()
447 struct ia_css_pipe const *const pipe, in ia_css_pipe_get_yuvscaler_binarydesc()
491 struct ia_css_pipe *const pipe, in ia_css_pipe_get_capturepp_binarydesc()
543 struct ia_css_pipe const *const pipe, in ia_css_pipe_get_primary_binarydesc()
612 struct ia_css_pipe const *const pipe, in ia_css_pipe_get_pre_gdc_binarydesc()
639 struct ia_css_pipe const *const pipe, in ia_css_pipe_get_gdc_binarydesc()
[all …]
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dce.c271 static int ath11k_ce_rx_buf_enqueue_pipe(struct ath11k_ce_pipe *pipe, in ath11k_ce_rx_buf_enqueue_pipe()
320 static int ath11k_ce_rx_post_pipe(struct ath11k_ce_pipe *pipe) in ath11k_ce_rx_post_pipe()
369 static int ath11k_ce_completed_recv_next(struct ath11k_ce_pipe *pipe, in ath11k_ce_completed_recv_next()
419 static void ath11k_ce_recv_process_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_recv_process_cb()
459 static struct sk_buff *ath11k_ce_completed_send_next(struct ath11k_ce_pipe *pipe) in ath11k_ce_completed_send_next()
500 static void ath11k_ce_tx_process_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_tx_process_cb()
652 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_alloc_pipe() local
691 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_per_engine_service() local
703 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_poll_send_completed() local
714 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_send() local
[all …]
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Dsh_css.c382 sh_css_pipe_free_shading_table(struct ia_css_pipe *pipe) in sh_css_pipe_free_shading_table()
424 verify_copy_out_frame_format(struct ia_css_pipe *pipe) in verify_copy_out_frame_format()
503 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network() local
1004 struct ia_css_pipe *pipe = NULL; in sh_css_config_input_network() local
1211 start_binary(struct ia_css_pipe *pipe, in start_binary()
1232 start_copy_on_sp(struct ia_css_pipe *pipe, in start_copy_on_sp()
2011 struct ia_css_pipe *pipe, in init_pipe_defaults()
2068 pipe_generate_pipe_num(const struct ia_css_pipe *pipe, in pipe_generate_pipe_num()
2114 struct ia_css_pipe **pipe, in create_pipe()
2160 struct ia_css_pipe *pipe) in sh_css_pipe_free_acc_binaries()
[all …]
/linux-6.1.9/net/nfc/hci/
Dcommand.c19 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
129 u8 pipe; in nfc_hci_send_cmd_async() local
182 static int nfc_hci_open_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_open_pipe()
202 static int nfc_hci_close_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_close_pipe()
214 u8 pipe; in nfc_hci_create_pipe() local
237 static int nfc_hci_delete_pipe(struct nfc_hci_dev *hdev, u8 pipe) in nfc_hci_delete_pipe()
262 u8 pipe = hdev->gate2pipe[gate]; in nfc_hci_disconnect_gate() local
[all …]
/linux-6.1.9/drivers/gpu/drm/lima/
Dlima_sched.c21 struct lima_sched_pipe *pipe; member
87 static struct lima_fence *lima_fence_create(struct lima_sched_pipe *pipe) in lima_fence_create()
155 int lima_sched_context_init(struct lima_sched_pipe *pipe, in lima_sched_context_init()
165 void lima_sched_context_fini(struct lima_sched_pipe *pipe, in lima_sched_context_fini()
205 struct lima_sched_pipe *pipe = to_lima_pipe(job->sched); in lima_sched_run_job() local
272 struct lima_sched_pipe *pipe = to_lima_pipe(task->base.sched); in lima_sched_build_error_task_list() local
401 struct lima_sched_pipe *pipe = to_lima_pipe(job->sched); in lima_sched_timedout_job() local
441 struct lima_sched_pipe *pipe = to_lima_pipe(job->sched); in lima_sched_free_job() local
463 struct lima_sched_pipe *pipe = in lima_sched_recover_work() local
481 int lima_sched_pipe_init(struct lima_sched_pipe *pipe, const char *name) in lima_sched_pipe_init()
[all …]
Dlima_gp.c24 struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_gp; in lima_gp_irq_handler() local
103 static int lima_gp_task_validate(struct lima_sched_pipe *pipe, in lima_gp_task_validate()
127 static void lima_gp_task_run(struct lima_sched_pipe *pipe, in lima_gp_task_run()
195 static void lima_gp_task_fini(struct lima_sched_pipe *pipe) in lima_gp_task_fini()
200 static void lima_gp_task_error(struct lima_sched_pipe *pipe) in lima_gp_task_error()
210 static void lima_gp_task_mmu_error(struct lima_sched_pipe *pipe) in lima_gp_task_mmu_error()
215 static int lima_gp_task_recover(struct lima_sched_pipe *pipe) in lima_gp_task_recover()
326 struct lima_sched_pipe *pipe = dev->pipe + lima_pipe_gp; in lima_gp_pipe_init() local
/linux-6.1.9/net/nfc/nci/
Dhci.c20 u8 pipe; member
37 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()
209 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_event() local
228 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_cmd() local
273 static void nci_hci_event_received(struct nci_dev *ndev, u8 pipe, in nci_hci_event_received()
280 static void nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, in nci_hci_cmd_received()
363 static void nci_hci_resp_received(struct nci_dev *ndev, u8 pipe, in nci_hci_resp_received()
381 static void nci_hci_hcp_message_rx(struct nci_dev *ndev, u8 pipe, in nci_hci_hcp_message_rx()
[all …]
/linux-6.1.9/drivers/gpu/drm/gma500/
Dpsb_irq.c24 static inline u32 gma_pipestat(int pipe) in gma_pipestat()
35 static inline u32 gma_pipe_event(int pipe) in gma_pipe_event()
46 static inline u32 gma_pipeconf(int pipe) in gma_pipeconf()
57 void gma_enable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask) in gma_enable_pipestat()
73 void gma_disable_pipestat(struct drm_psb_private *dev_priv, int pipe, u32 mask) in gma_disable_pipestat()
91 static void gma_pipe_event_handler(struct drm_device *dev, int pipe) in gma_pipe_event_handler()
385 unsigned int pipe = crtc->index; in gma_crtc_enable_vblank() local
418 unsigned int pipe = crtc->index; in gma_crtc_disable_vblank() local
442 unsigned int pipe = crtc->index; in gma_crtc_get_vblank_counter() local
/linux-6.1.9/drivers/usb/storage/
Dtransport.c185 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()
466 int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe, in usb_stor_bulk_srb()
488 int usb_stor_bulk_transfer_sg(struct us_data* us, unsigned int pipe, in usb_stor_bulk_transfer_sg()
960 unsigned int pipe = 0; in usb_stor_CB_transport() local
[all …]

12345678910>>...23