Searched refs:dlm (Results 1 – 10 of 10) sorted by relevance
541 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_get_pre_cmd() local565 dl->dlm = dlm; in vsp1_dl_list_alloc()772 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_fill_header() local872 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_hw_enqueue() local887 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_commit_continuous() local924 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_commit_singleshot() local938 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_list_commit() local1045 dlm->active = dlm->queued; in vsp1_dlm_irq_frame_end()1057 dlm->queued = dlm->pending; in vsp1_dlm_irq_frame_end()1121 if (!dlm) in vsp1_dlm_create()[all …]
57 void vsp1_dlm_destroy(struct vsp1_dl_manager *dlm);58 void vsp1_dlm_reset(struct vsp1_dl_manager *dlm);59 unsigned int vsp1_dlm_irq_frame_end(struct vsp1_dl_manager *dlm);60 struct vsp1_dl_body *vsp1_dlm_dl_body_get(struct vsp1_dl_manager *dlm);62 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm);
207 vsp1_dlm_destroy(wpf->dlm); in vsp1_wpf_destroy()217 dl_next = vsp1_dl_list_get(wpf->dlm); in wpf_configure_writeback_chain()589 wpf->dlm = vsp1_dlm_create(vsp1, index, 64); in vsp1_wpf_create()590 if (!wpf->dlm) { in vsp1_wpf_create()
390 vsp1_dlm_reset(pipe->output->dlm); in vsp1_isp_stop_streaming()426 job->dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_isp_job_prepare()468 second_dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_isp_job_prepare()
66 struct vsp1_dl_manager *dlm; member
277 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()300 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()771 pipe->stream_config = vsp1_dlm_dl_body_get(pipe->output->dlm); in vsp1_video_setup_pipeline()
562 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_du_pipeline_configure()716 vsp1_dlm_reset(pipe->output->dlm); in vsp1_du_setup_lif()
574 flags = vsp1_dlm_irq_frame_end(pipe->output->dlm); in vsp1_pipeline_frame_end()
320 unsigned char dlm = serial_in(up, UART_DLM); in default_serial_dl_read() local322 return dll | dlm << 8; in default_serial_dl_read()3430 unsigned char lcr, dll, dlm; in probe_baud() local3436 dlm = serial_port_in(port, UART_DLM); in probe_baud()3439 quot = (dlm << 8) | dll; in probe_baud()
431 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local441 dlm = ((unsigned int)div >> 8) & 0x00FFU; in pch_uart_hal_set_line()466 iowrite8(dlm, priv->membase + PCH_UART_DLM); in pch_uart_hal_set_line()
Completed in 42 milliseconds