Searched refs:ywrapstep (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/drivers/auxdisplay/
H A Dcfag12864bfb.c29 .ywrapstep = 0,
/linux-master/drivers/video/fbdev/core/
H A Dfb_chrdev.c182 u16 ywrapstep; member in struct:fb_fix_screeninfo32
245 err |= put_user(fix->ywrapstep, &fix32->ywrapstep);
H A Dfbmem.c174 if (!fix->ywrapstep || (var->yoffset % fix->ywrapstep))
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h146 u16 ywrapstep; member in struct:lynxfb_crtc
H A Dsm750.c608 crtc->ywrapstep = 0;
855 fix->ywrapstep = crtc->ywrapstep;
/linux-master/drivers/video/fbdev/
H A Dhecubafb.c56 .ywrapstep = 0,
H A Dpmag-aa-fb.c99 .ywrapstep = 1,
H A Dskeletonfb.c94 .ywrapstep = 1,
H A Dgrvga.c73 .ywrapstep = 0,
H A D68328fb.c80 .ywrapstep = 1,
H A Dwm8505fb.c286 fbi->fb.fix.ywrapstep = 0;
H A Dvfb.c63 .ywrapstep = 1,
H A Dvesafb.c428 vesafb_fix.ywrapstep = (ypan>1) ? 1 : 0;
H A Dpvr2fb.c155 .ywrapstep = 1,
809 pvr2_fix.ywrapstep = nowrap ? 0 : 1;
H A Dplatinumfb.c329 info->fix.ywrapstep = 0;
H A Dmetronomefb.c108 .ywrapstep = 0,
H A Dvalkyriefb.c514 fix->ywrapstep = 0;
528 /* ywrapstep, xpanstep, ypanstep */
/linux-master/include/uapi/linux/
H A Dfb.h168 __u16 ywrapstep; /* zero if no hardware ywrap */ member in struct:fb_fix_screeninfo
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c222 fbi->fix.ywrapstep = 1;
/linux-master/drivers/gpu/drm/gma500/
H A Dfbdev.c227 info->fix.ywrapstep = 0;
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c421 info->fix.ywrapstep = 0;
H A Dgxfb_core.c297 info->fix.ywrapstep = 0;
H A Dgx1fb_core.c283 info->fix.ywrapstep = 0;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c120 fix->ywrapstep = 0;
/linux-master/drivers/video/fbdev/kyro/
H A Dfbdev.c712 kyro_fix.ywrapstep = nowrap ? 0 : 1;

Completed in 186 milliseconds

123