Searched refs:ypanstep (Results 1 - 25 of 91) sorted by relevance

1234

/linux-master/drivers/auxdisplay/
H A Dcfag12864bfb.c28 .ypanstep = 0,
/linux-master/drivers/video/fbdev/core/
H A Dfb_chrdev.c181 u16 ypanstep; member in struct:fb_fix_screeninfo32
244 err |= put_user(fix->ypanstep, &fix32->ypanstep);
H A Dfbmem.c178 } else if (!fix->ypanstep || (var->yoffset % fix->ypanstep))
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h145 u16 ypanstep; member in struct:lynxfb_crtc
H A Dsm750.c607 crtc->ypanstep = 1;
854 fix->ypanstep = crtc->ypanstep;
/linux-master/drivers/video/fbdev/
H A Dg364fb.c79 .ypanstep = 1,
H A Dhitfb.c312 info->fix.ypanstep = 16;
317 info->fix.ypanstep = 8;
H A Dhecubafb.c55 .ypanstep = 0,
H A Dpmag-aa-fb.c98 .ypanstep = 1,
H A Dskeletonfb.c93 .ypanstep = 1,
434 * 0 in both xpanstep and ypanstep means that this function will never
H A Dvt8623fb.c386 info->fix.ypanstep = 1;
409 info->fix.ypanstep = 16;
758 info->fix.ypanstep = 0;
H A Darkfb.c618 info->fix.ypanstep = 1;
636 info->fix.ypanstep = 16;
1032 info->fix.ypanstep = 0;
H A Dgrvga.c72 .ypanstep = 1,
H A Dgoldfishfb.c218 fb->fb.fix.ypanstep = 1;
H A D68328fb.c79 .ypanstep = 1,
H A Dwm8505fb.c285 fbi->fb.fix.ypanstep = 1;
H A Dvfb.c62 .ypanstep = 1,
H A Dvesafb.c427 vesafb_fix.ypanstep = ypan ? 1 : 0;
H A Dhgafb.c128 .ypanstep = 8,
/linux-master/include/uapi/linux/
H A Dfb.h167 __u16 ypanstep; /* zero if no hardware panning */ member in struct:fb_fix_screeninfo
/linux-master/drivers/gpu/drm/gma500/
H A Dfbdev.c228 info->fix.ypanstep = 0;
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c420 info->fix.ypanstep = 0;
H A Dgxfb_core.c296 info->fix.ypanstep = 0;
H A Dgx1fb_core.c282 info->fix.ypanstep = 0;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c119 fix->ypanstep = 1;

Completed in 241 milliseconds

1234