Searched refs:fbh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/ |
H A D | armada_fbdev.c | 24 struct drm_fb_helper *fbh = info->par; in armada_fbdev_fb_destroy() local 26 drm_fb_helper_fini(fbh); in armada_fbdev_fb_destroy() 28 fbh->fb->funcs->destroy(fbh->fb); in armada_fbdev_fb_destroy() 30 drm_client_release(&fbh->client); in armada_fbdev_fb_destroy() 31 drm_fb_helper_unprepare(fbh); in armada_fbdev_fb_destroy() 32 kfree(fbh); in armada_fbdev_fb_destroy() 42 static int armada_fbdev_create(struct drm_fb_helper *fbh, in armada_fbdev_create() argument 45 struct drm_device *dev = fbh->dev; in armada_fbdev_create() 90 info = drm_fb_helper_alloc_info(fbh); in armada_fbdev_create() 116 armada_fb_probe(struct drm_fb_helper *fbh, struct drm_fb_helper_surface_size *sizes) armada_fb_probe() argument 139 struct drm_fb_helper *fbh = drm_fb_helper_from_client(client); armada_fbdev_client_unregister() local 159 struct drm_fb_helper *fbh = drm_fb_helper_from_client(client); armada_fbdev_client_hotplug() local 195 struct drm_fb_helper *fbh; armada_fbdev_setup() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
H A D | armada_fbdev.c | 27 static int armada_fbdev_create(struct drm_fb_helper *fbh, in armada_fbdev_create() argument 30 struct drm_device *dev = fbh->dev; in armada_fbdev_create() 75 info = drm_fb_helper_alloc_fbi(fbh); in armada_fbdev_create() 86 fbh->fb = &dfb->fb; in armada_fbdev_create() 88 drm_fb_helper_fill_info(info, fbh, sizes); in armada_fbdev_create() 101 static int armada_fb_probe(struct drm_fb_helper *fbh, in armada_fb_probe() argument 106 if (!fbh->fb) { in armada_fb_probe() 107 ret = armada_fbdev_create(fbh, sizes); in armada_fb_probe() 121 struct drm_fb_helper *fbh; in armada_fbdev_init() local 124 fbh in armada_fbdev_init() 155 struct drm_fb_helper *fbh = priv->fbdev; armada_fbdev_fini() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 1916 u16 fbw, fbh; in calc_dma_rotation_offset() local 1938 fbh = height; in calc_dma_rotation_offset() 1941 fbh = width; in calc_dma_rotation_offset() 1965 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 1970 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset() 1975 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset() 1995 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset() 2023 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset() 2030 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 2046 *offset1 = (screen_width * (fbh in calc_dma_rotation_offset() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 1914 u16 fbw, fbh; in calc_dma_rotation_offset() local 1936 fbh = height; in calc_dma_rotation_offset() 1939 fbh = width; in calc_dma_rotation_offset() 1963 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 1968 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset() 1973 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset() 1993 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset() 2021 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset() 2028 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset() 2044 *offset1 = (screen_width * (fbh in calc_dma_rotation_offset() [all...] |
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | dir.c | 495 struct buffer_head *fbh, *bh; in exfat_update_dir_chksum() local 497 fep = exfat_get_dentry(sb, p_dir, entry, &fbh, §or); in exfat_update_dir_chksum() 516 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum() 518 brelse(fbh); in exfat_update_dir_chksum()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | dir.c | 508 struct buffer_head *fbh, *bh; in exfat_update_dir_chksum() local 510 fep = exfat_get_dentry(sb, p_dir, entry, &fbh); in exfat_update_dir_chksum() 529 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum() 531 brelse(fbh); in exfat_update_dir_chksum()
|
Completed in 12 milliseconds