Searched refs:ypanstep (Results 1 – 25 of 79) sorted by relevance
1234
/linux/drivers/video/fbdev/core/ |
H A D | fb_chrdev.c | 181 u16 ypanstep; member 244 err |= put_user(fix->ypanstep, &fix32->ypanstep); in do_fscreeninfo_to_user()
|
H A D | fbmem.c | 180 } else if (!fix->ypanstep || (var->yoffset % fix->ypanstep)) in fb_pan_display()
|
/linux/drivers/auxdisplay/ |
H A D | cfag12864bfb.c | 28 .ypanstep = 0,
|
/linux/drivers/video/fbdev/ |
H A D | g364fb.c | 79 .ypanstep = 1,
|
H A D | hecubafb.c | 55 .ypanstep = 0,
|
H A D | hitfb.c | 312 info->fix.ypanstep = 16; in hitfb_set_par() 317 info->fix.ypanstep = 8; in hitfb_set_par()
|
H A D | vt8623fb.c | 386 info->fix.ypanstep = 1; in vt8623fb_set_par() 409 info->fix.ypanstep = 16; in vt8623fb_set_par() 758 info->fix.ypanstep = 0; in vt8623_pci_probe()
|
H A D | pmag-aa-fb.c | 98 .ypanstep = 1,
|
H A D | skeletonfb.c | 93 .ypanstep = 1, 434 * 0 in both xpanstep and ypanstep means that this function will never in xxxfb_pan_display()
|
H A D | arkfb.c | 619 info->fix.ypanstep = 1; in arkfb_set_par() 637 info->fix.ypanstep = 16; in arkfb_set_par() 1033 info->fix.ypanstep = 0; in ark_pci_probe()
|
H A D | 68328fb.c | 79 .ypanstep = 1,
|
H A D | s3fb.c | 613 info->fix.ypanstep = 1; in s3fb_set_par() 631 info->fix.ypanstep = 16; in s3fb_set_par() 1277 info->fix.ypanstep = 0; in s3_pci_probe()
|
H A D | vesafb.c | 427 vesafb_fix.ypanstep = ypan ? 1 : 0; in vesafb_probe()
|
H A D | wm8505fb.c | 285 fbi->fb.fix.ypanstep = 1; in wm8505fb_probe()
|
H A D | vfb.c | 62 .ypanstep = 1,
|
H A D | grvga.c | 72 .ypanstep = 1,
|
H A D | valkyriefb.c | 515 fix->ypanstep = 0; in valkyrie_init_fix() 528 /* ywrapstep, xpanstep, ypanstep */ in valkyrie_par_to_fix()
|
/linux/drivers/staging/sm750fb/ |
H A D | sm750.h | 145 u16 ypanstep; member
|
H A D | sm750.c | 611 crtc->ypanstep = 1; in sm750fb_set_drv() 856 fix->ypanstep = crtc->ypanstep; in lynxfb_set_fbinfo()
|
/linux/include/uapi/linux/ |
H A D | fb.h | 167 __u16 ypanstep; /* zero if no hardware panning */ member
|
/linux/drivers/gpu/drm/gma500/ |
H A D | fbdev.c | 234 info->fix.ypanstep = 0; in psb_fbdev_driver_fbdev_probe()
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-osd.c | 124 fix->ypanstep = 1; in vivid_fb_get_fix()
|
/linux/drivers/video/fbdev/mmp/fb/ |
H A D | mmpfb.c | 376 info->fix.ypanstep = var->yres; in var_update() 510 info->fix.ypanstep = info->var.yres; in fb_info_setup()
|
/linux/drivers/video/fbdev/geode/ |
H A D | gx1fb_core.c | 282 info->fix.ypanstep = 0; in gx1fb_init_fbinfo()
|
H A D | gxfb_core.c | 297 info->fix.ypanstep = 0; in gxfb_init_fbinfo()
|
1234