Home
last modified time | relevance | path

Searched refs:flush_cb (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Diova.h88 iova_flush_cb flush_cb; /* Call-Back function to flush IOMMU member
161 iova_flush_cb flush_cb, iova_entry_dtor entry_dtor);
247 iova_flush_cb flush_cb, in init_iova_flush_queue() argument
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c48 iovad->flush_cb = NULL; in init_iova_domain()
75 iovad->flush_cb = NULL; in free_iova_flush_queue()
80 iova_flush_cb flush_cb, iova_entry_dtor entry_dtor) in init_iova_flush_queue() argument
92 iovad->flush_cb = flush_cb; in init_iova_flush_queue()
605 iovad->flush_cb(iovad); in iova_domain_flush()
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0005-HACK-use-sdl-to-get-display-size.patch51 disp_drv->flush_cb = monitor_flush;
H A D0010-sdl-sdl_gpu-support-screen-rotation.patch125 disp_drv->flush_cb = monitor_flush;
H A D0006-drm-Reconstructs-the-drm-display-driver.patch1573 + * Later this buffer will passed to your display driver's `flush_cb` to copy its content to yo…
1588 + * This way LVGL will always provide the whole rendered screen in `flush_cb`
1614 + disp_drv.flush_cb = drm_flush;