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

1234

/linux-master/drivers/video/fbdev/core/
H A Dfbcon_rotate.h19 (fb_scrollmode(s) == SCROLL_REDRAW || fb_scrollmode(s) == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
H A Dfb_chrdev.c180 u16 xpanstep; member in struct:fb_fix_screeninfo32
243 err |= put_user(fix->xpanstep, &fix32->xpanstep);
H A Dfbmem.c182 if (var->xoffset > 0 && (!fix->xpanstep ||
183 (var->xoffset % fix->xpanstep)))
H A Dsvgalib.c643 fix->xpanstep = frm[i].xpanstep;
/linux-master/drivers/auxdisplay/
H A Dcfag12864bfb.c27 .xpanstep = 0,
/linux-master/include/linux/
H A Dsvga.h36 u32 xpanstep; member in struct:svga_fb_format
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h144 u16 xpanstep; member in struct:lynxfb_crtc
H A Dsm750.c606 crtc->xpanstep = 8;
853 fix->xpanstep = crtc->xpanstep;
/linux-master/drivers/video/fbdev/
H A Dhecubafb.c54 .xpanstep = 0,
H A Dskeletonfb.c92 .xpanstep = 1,
434 * 0 in both xpanstep and ypanstep means that this function will never
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 Dgrvga.c71 .xpanstep = 0,
H A D68328fb.c78 .xpanstep = 1,
H A Dwm8505fb.c284 fbi->fb.fix.xpanstep = 1;
H A Dvfb.c61 .xpanstep = 1,
H A Dhgafb.c127 .xpanstep = 8,
H A Dplatinumfb.c330 info->fix.xpanstep = 0;
H A Dmetronomefb.c106 .xpanstep = 0,
H A Dvalkyriefb.c516 fix->xpanstep = 0;
528 /* ywrapstep, xpanstep, ypanstep */
H A Dsh_mobile_lcdcfb.c1357 .xpanstep = 1,
1595 info->fix.xpanstep = 2;
1651 .xpanstep = 1,
2090 info->fix.xpanstep = 2;
/linux-master/include/uapi/linux/
H A Dfb.h166 __u16 xpanstep; /* zero if no hardware panning */ member in struct:fb_fix_screeninfo
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c419 info->fix.xpanstep = 0;
H A Dgxfb_core.c295 info->fix.xpanstep = 0;
H A Dgx1fb_core.c281 info->fix.xpanstep = 0;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c118 fix->xpanstep = 1;

Completed in 244 milliseconds

1234