Searched refs:xpanstep (Results 1 - 25 of 79) sorted by path

1234

/linux-master/include/linux/
H A Dsvga.h36 u32 xpanstep; member in struct:svga_fb_format
/linux-master/drivers/auxdisplay/
H A Dcfag12864bfb.c27 .xpanstep = 0,
H A Dht16k33.c115 .xpanstep = 0,
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c1690 info->fix.xpanstep = 1; /* doing it in hw */
/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c51 .xpanstep = 0,
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c625 fix->xpanstep = 1;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c118 fix->xpanstep = 1;
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c614 info->fix.xpanstep = 0;
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c606 crtc->xpanstep = 8;
853 fix->xpanstep = crtc->xpanstep;
H A Dsm750.h144 u16 xpanstep; member in struct:lynxfb_crtc
/linux-master/drivers/video/fbdev/
H A D68328fb.c78 .xpanstep = 1,
H A Dacornfb.c701 fb_info.fix.xpanstep = 0;
H A Damifb.c271 do smooth horizontal panning (xpanstep 1 -> 64).
2428 info->fix.xpanstep = 0;
2435 info->fix.xpanstep = 1;
2437 info->fix.xpanstep = 16 << maxfmode;
H A Darcfb.c87 .xpanstep = 0,
H A Datafb.c571 fix->xpanstep = 0;
860 fix->xpanstep = 1;
867 fix->xpanstep = 32;
873 fix->xpanstep = 2;
1786 fix->xpanstep = 16;
1789 fix->xpanstep = 0;
2108 fix->xpanstep = 0;
H A Datmel_lcdfb.c226 .xpanstep = 0,
H A Dau1100fb.c89 .xpanstep = 1,
H A Dau1200fb.c1564 fbi->fix.xpanstep = 0;
H A Dbroadsheetfb.c98 .xpanstep = 0,
H A Dcirrusfb.c2013 info->fix.xpanstep = 1;
H A Dcontrolfb.c664 info->fix.xpanstep = 32 >> p->par.cmode;
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c380 .xpanstep = 8,
H A Datyfb_base.c229 .xpanstep = 8,
H A Dradeon_base.c1990 info->fix.xpanstep = 8;
/linux-master/drivers/video/fbdev/core/
H A Dfb_chrdev.c180 u16 xpanstep; member in struct:fb_fix_screeninfo32
243 err |= put_user(fix->xpanstep, &fix32->xpanstep);

Completed in 399 milliseconds

1234