Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfb.h380 int (*fb_get_tilemax)(struct fb_info *info); member
/Linux-v6.1/drivers/video/fbdev/
Ds3fb.c326 .fb_get_tilemax = svga_get_tilemax,
335 .fb_get_tilemax = svga_get_tilemax,
Dvt8623fb.c128 .fb_get_tilemax = svga_get_tilemax,
Darkfb.c161 .fb_get_tilemax = svga_get_tilemax,
/Linux-v6.1/drivers/video/fbdev/core/
Dfbcon.c661 info->tileops->fb_get_tilemax(info) < charcount) in fbcon_invalid_charcount()