Searched refs:dlm (Results 1 – 9 of 9) sorted by relevance
/drivers/media/platform/renesas/vsp1/ |
D | vsp1_dl.c | 185 struct vsp1_dl_manager *dlm; member 534 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_get_pre_cmd() local 539 dl->pre_cmd = vsp1_dl_ext_cmd_get(dlm->cmdpool); in vsp1_dl_get_pre_cmd() 548 static struct vsp1_dl_list *vsp1_dl_list_alloc(struct vsp1_dl_manager *dlm) in vsp1_dl_list_alloc() argument 558 dl->dlm = dlm; in vsp1_dl_list_alloc() 561 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc() 604 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm) in vsp1_dl_list_get() argument 609 spin_lock_irqsave(&dlm->lock, flags); in vsp1_dl_list_get() 611 if (!list_empty(&dlm->free)) { in vsp1_dl_list_get() 612 dl = list_first_entry(&dlm->free, struct vsp1_dl_list, list); in vsp1_dl_list_get() [all …]
|
D | vsp1_dl.h | 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);
|
D | vsp1_wpf.c | 209 vsp1_dlm_destroy(wpf->dlm); in vsp1_wpf_destroy() 219 dl_next = vsp1_dl_list_get(wpf->dlm); in wpf_configure_writeback_chain() 569 wpf->dlm = vsp1_dlm_create(vsp1, index, 64); in vsp1_wpf_create() 570 if (!wpf->dlm) { in vsp1_wpf_create()
|
D | vsp1_rwpf.h | 66 struct vsp1_dl_manager *dlm; member
|
D | vsp1_video.c | 385 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run() 408 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run() 823 pipe->stream_config = vsp1_dlm_dl_body_get(pipe->output->dlm); in vsp1_video_setup_pipeline()
|
D | vsp1_pipe.c | 404 flags = vsp1_dlm_irq_frame_end(pipe->output->dlm); in vsp1_pipeline_frame_end()
|
D | vsp1_drm.c | 554 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_du_pipeline_configure() 706 vsp1_dlm_reset(pipe->output->dlm); in vsp1_du_setup_lif()
|
/drivers/tty/serial/8250/ |
D | 8250_port.c | 340 unsigned char dlm = serial_in(up, UART_DLM); in default_serial_dl_read() local 342 return dll | dlm << 8; in default_serial_dl_read() 3480 unsigned char lcr, dll, dlm; in probe_baud() local 3486 dlm = serial_port_in(port, UART_DLM); in probe_baud() 3489 quot = (dlm << 8) | dll; in probe_baud()
|
/drivers/tty/serial/ |
D | pch_uart.c | 434 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local 444 dlm = ((unsigned int)div >> 8) & 0x00FFU; in pch_uart_hal_set_line() 469 iowrite8(dlm, priv->membase + PCH_UART_DLM); in pch_uart_hal_set_line()
|