Searched refs:dst_fi (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | omap-dma.h | 215 int dst_fi; /* source frame index */ member 321 int dst_ei, int dst_fi);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | omap-dma.h | 215 int dst_fi; /* source frame index */ member 328 int dst_ei, int dst_fi);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_format_helper_test.c | 442 const struct drm_format_info *dst_fi = drm_format_info(dst_format); in conversion_buf_size() local 444 if (!dst_fi) in conversion_buf_size() 448 dst_pitch = drm_format_info_min_pitch(dst_fi, 0, drm_rect_width(clip)); in conversion_buf_size()
|
/kernel/linux/linux-5.10/arch/arm/plat-omap/ |
H A D | dma.c | 332 int dst_ei, int dst_fi) in omap_set_dma_dest_params() 351 p->dma_write(dst_fi, CDFI, lch); in omap_set_dma_dest_params() 330 omap_set_dma_dest_params(int lch, int dest_port, int dest_amode, unsigned long dest_start, int dst_ei, int dst_fi) omap_set_dma_dest_params() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | omap-dma.c | 259 int dst_ei, int dst_fi) in omap_set_dma_dest_params() 276 p->dma_write(dst_fi, CDFI, lch); in omap_set_dma_dest_params() 257 omap_set_dma_dest_params(int lch, int dest_port, int dest_amode, unsigned long dest_start, int dst_ei, int dst_fi) omap_set_dma_dest_params() argument
|
Completed in 7 milliseconds