Home
last modified time | relevance | path

Searched refs:fbh (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/armada/
Darmada_fbdev.c27 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 = devm_kzalloc(dev->dev, sizeof(*fbh), GFP_KERNEL); in armada_fbdev_init()
[all …]
/linux-6.1.9/fs/exfat/
Ddir.c499 struct buffer_head *fbh, *bh; in exfat_update_dir_chksum() local
501 fep = exfat_get_dentry(sb, p_dir, entry, &fbh); in exfat_update_dir_chksum()
520 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum()
522 brelse(fbh); in exfat_update_dir_chksum()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c1914 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 - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
[all …]