Searched refs:fb_destroy (Results 1 – 23 of 23) sorted by relevance
| /linux/drivers/gpu/drm/ |
| A D | drm_fbdev_dma.c | 72 .fb_destroy = drm_fbdev_dma_fb_destroy, 99 .fb_destroy = drm_fbdev_dma_fb_destroy,
|
| A D | drm_fbdev_shmem.c | 81 .fb_destroy = drm_fbdev_shmem_fb_destroy,
|
| A D | drm_fbdev_ttm.c | 65 .fb_destroy = drm_fbdev_ttm_fb_destroy,
|
| /linux/drivers/gpu/drm/xen/ |
| A D | xen_drm_front_kms.c | 38 static void fb_destroy(struct drm_framebuffer *fb) in fb_destroy() function 52 .destroy = fb_destroy,
|
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_drm_fbdev.c | 56 .fb_destroy = exynos_drm_fb_destroy,
|
| /linux/drivers/gpu/drm/armada/ |
| A D | armada_fbdev.c | 39 .fb_destroy = armada_fbdev_fb_destroy,
|
| /linux/drivers/gpu/drm/tegra/ |
| A D | fbdev.c | 66 .fb_destroy = tegra_fbdev_fb_destroy,
|
| /linux/samples/vfio-mdev/ |
| A D | mdpy-fb.c | 92 .fb_destroy = mdpy_fb_destroy,
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_fbdev.c | 65 .fb_destroy = msm_fbdev_fb_destroy,
|
| /linux/drivers/video/fbdev/core/ |
| A D | fbmem.c | 58 if (fb_info->fbops->fb_destroy) in put_fb_info() 59 fb_info->fbops->fb_destroy(fb_info); in put_fb_info()
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | fbdev.c | 143 .fb_destroy = psb_fbdev_fb_destroy,
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_fbdev.c | 198 .fb_destroy = radeon_fbdev_fb_destroy,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_fbdev.c | 125 .fb_destroy = omap_fbdev_fb_destroy,
|
| /linux/drivers/video/fbdev/ |
| A D | vesafb.c | 205 .fb_destroy = vesafb_destroy,
|
| A D | efifb.c | 274 .fb_destroy = efifb_destroy,
|
| A D | simplefb.c | 120 .fb_destroy = simplefb_destroy,
|
| A D | offb.c | 297 .fb_destroy = offb_destroy,
|
| A D | vga16fb.c | 1293 .fb_destroy = vga16fb_destroy,
|
| A D | smscufx.c | 1258 .fb_destroy = ufx_ops_destory,
|
| A D | udlfb.c | 1161 .fb_destroy = dlfb_ops_destroy,
|
| /linux/drivers/hid/ |
| A D | hid-picolcd_fb.c | 393 .fb_destroy = picolcd_fb_destroy,
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_fbdev.c | 170 .fb_destroy = intel_fbdev_fb_destroy,
|
| /linux/include/linux/ |
| A D | fb.h | 310 void (*fb_destroy)(struct fb_info *info); member
|
Completed in 58 milliseconds