Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/armada/
A Darmada_fbdev.c88 fbh->fb = &dfb->fb; in armada_fbdev_create()
108 if (!fbh->fb) { in armada_fb_probe()
123 struct drm_fb_helper *fbh; in armada_fbdev_init() local
126 fbh = devm_kzalloc(dev->dev, sizeof(*fbh), GFP_KERNEL); in armada_fbdev_init()
127 if (!fbh) in armada_fbdev_init()
130 priv->fbdev = fbh; in armada_fbdev_init()
148 drm_fb_helper_fini(fbh); in armada_fbdev_init()
160 if (fbh) { in armada_fbdev_fini()
163 drm_fb_helper_fini(fbh); in armada_fbdev_fini()
165 if (fbh->fb) in armada_fbdev_fini()
[all …]
/linux-6.3-rc2/fs/exfat/
A Ddir.c506 struct buffer_head *fbh, *bh; in exfat_update_dir_chksum() local
508 fep = exfat_get_dentry(sb, p_dir, entry, &fbh); in exfat_update_dir_chksum()
527 exfat_update_bh(fbh, IS_DIRSYNC(inode)); in exfat_update_dir_chksum()
529 brelse(fbh); in exfat_update_dir_chksum()
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A 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 …]

Completed in 16 milliseconds