Searched refs:type_aux (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/drivers/video/fbdev/core/
H A Dfb_chrdev.c178 u32 type_aux; member in struct:fb_fix_screeninfo32
241 err |= put_user(fix->type_aux, &fix32->type_aux);
H A Dsvgalib.c223 int colstride = 1 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
260 int colstride = 2 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
281 int colstride = 2 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
641 fix->type_aux = frm[i].type_aux;
/linux-master/include/linux/
H A Dsvga.h34 u32 type_aux; member in struct:svga_fb_format
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c91 .type_aux = FB_AUX_VGA_PLANES_VGA4,
241 info->fix.type_aux = FB_AUX_VGA_PLANES_VGA4;
246 info->fix.type_aux = FB_AUX_TEXT_CGA;
251 info->fix.type_aux = FB_AUX_VGA_PLANES_CFB8;
918 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4) {
1071 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4) {
1174 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4) {
1242 if (info->fix.type_aux == FB_AUX_VGA_PLANES_VGA4 &&
H A Dcobalt_lcdfb.c119 .type_aux = FB_AUX_TEXT_MDA,
H A Datafb.c562 fix->type_aux = 2;
567 fix->type_aux = 0;
858 fix->type_aux = 2;
865 fix->type_aux = 0;
870 fix->type_aux = 0;
1777 fix->type_aux = 2;
1782 fix->type_aux = 0;
2103 fix->type_aux = 2;
H A Dplatinumfb.c332 info->fix.type_aux = 0;
H A Dvalkyriefb.c513 fix->type_aux = 0;
H A Dpxa168fb.c643 info->fix.type_aux = 0;
H A Dcontrolfb.c790 info->fix.type_aux = 0;
H A Doffb.c439 fix->type_aux = 0;
H A Dimxfb.c710 info->fix.type_aux = 0;
H A Dsa1100fb.c1079 fbi->fb.fix.type_aux = 0;
H A Dacornfb.c700 fb_info.fix.type_aux = 0;
H A Dgbefb.c824 fix->type_aux = 0;
H A Dda8xx-fb.c179 .type_aux = 0,
H A Damifb.c2416 info->fix.type_aux = 0;
2419 info->fix.type_aux = par->next_line;
2422 info->fix.type_aux = 0;
/linux-master/include/uapi/linux/
H A Dfb.h164 __u32 type_aux; /* Interleave for interleaved Planes */ member in struct:fb_fix_screeninfo
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c418 info->fix.type_aux = 0;
H A Dgxfb_core.c294 info->fix.type_aux = 0;
H A Dgx1fb_core.c280 info->fix.type_aux = 0;
/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c508 info->fix.type_aux = 0;
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c340 m2info->fbcon.fix.type_aux = 0;
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c852 fix->type_aux = 0;
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c429 fbi->fix.type_aux = 0;

Completed in 338 milliseconds

12