Home
last modified time | relevance | path

Searched refs:FB_TYPE_VGA_PLANES (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/ !
H A Dvga16fb.c90 .type = FB_TYPE_VGA_PLANES,
241 info->fix.type = FB_TYPE_VGA_PLANES; in vga16fb_update_fix()
251 info->fix.type = FB_TYPE_VGA_PLANES; in vga16fb_update_fix()
918 case FB_TYPE_VGA_PLANES: in vga16fb_fillrect()
1071 case FB_TYPE_VGA_PLANES: in vga16fb_copyarea()
1174 case FB_TYPE_VGA_PLANES: in vga_imageblit_expand()
1242 case FB_TYPE_VGA_PLANES: in vga_imageblit_color()
/linux/include/uapi/linux/ !
H A Dfb.h44 #define FB_TYPE_VGA_PLANES 4 /* EGA/VGA planes */ macro