Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfb.h371 int (*fb_get_tilemax)(struct fb_info *info); member
/Linux-v5.4/drivers/video/fbdev/
Ds3fb.c325 .fb_get_tilemax = svga_get_tilemax,
334 .fb_get_tilemax = svga_get_tilemax,
Dvt8623fb.c127 .fb_get_tilemax = svga_get_tilemax,
Darkfb.c160 .fb_get_tilemax = svga_get_tilemax,
/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c712 info->tileops->fb_get_tilemax(info) < charcount) in fbcon_invalid_charcount()