Searched refs:ypanstep (Results 1 – 25 of 91) sorted by relevance
1234
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fb_chrdev.c | 181 u16 ypanstep; member 244 err |= put_user(fix->ypanstep, &fix32->ypanstep); in do_fscreeninfo_to_user()
|
D | fbmem.c | 178 } else if (!fix->ypanstep || (var->yoffset % fix->ypanstep)) in fb_pan_display()
|
/linux-6.12.1/drivers/auxdisplay/ |
D | cfag12864bfb.c | 28 .ypanstep = 0,
|
/linux-6.12.1/drivers/video/fbdev/ |
D | g364fb.c | 79 .ypanstep = 1,
|
D | hitfb.c | 312 info->fix.ypanstep = 16; in hitfb_set_par() 317 info->fix.ypanstep = 8; in hitfb_set_par()
|
D | hecubafb.c | 55 .ypanstep = 0,
|
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()
|
D | pmag-aa-fb.c | 98 .ypanstep = 1,
|
D | skeletonfb.c | 93 .ypanstep = 1,
|
D | arkfb.c | 618 info->fix.ypanstep = 1; in arkfb_set_par() 636 info->fix.ypanstep = 16; in arkfb_set_par() 1032 info->fix.ypanstep = 0; in ark_pci_probe()
|
D | pxa168fb.c | 413 info->fix.ypanstep = var->yres; in pxa168fb_set_par() 645 info->fix.ypanstep = 0; in pxa168fb_probe()
|
D | pvr2fb.c | 154 .ypanstep = 1, 808 pvr2_fix.ypanstep = nopan ? 0 : 1; in pvr2fb_common_init()
|
D | 68328fb.c | 79 .ypanstep = 1,
|
D | goldfishfb.c | 218 fb->fb.fix.ypanstep = 1; in goldfish_fb_probe()
|
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()
|
D | wm8505fb.c | 285 fbi->fb.fix.ypanstep = 1; in wm8505fb_probe()
|
D | vesafb.c | 427 vesafb_fix.ypanstep = ypan ? 1 : 0; in vesafb_probe()
|
D | vfb.c | 62 .ypanstep = 1,
|
D | hgafb.c | 128 .ypanstep = 8,
|
/linux-6.12.1/drivers/staging/sm750fb/ |
D | sm750.h | 145 u16 ypanstep; member
|
D | sm750.c | 607 crtc->ypanstep = 1; in sm750fb_set_drv() 854 fix->ypanstep = crtc->ypanstep; in lynxfb_set_fbinfo()
|
/linux-6.12.1/include/uapi/linux/ |
D | fb.h | 167 __u16 ypanstep; /* zero if no hardware panning */ member
|
/linux-6.12.1/drivers/media/test-drivers/vivid/ |
D | vivid-osd.c | 119 fix->ypanstep = 1; in vivid_fb_get_fix()
|
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | fbdev.c | 228 info->fix.ypanstep = 0; in psb_fbdev_fb_probe()
|
/linux-6.12.1/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 376 info->fix.ypanstep = var->yres; in var_update() 510 info->fix.ypanstep = info->var.yres; in fb_info_setup()
|
1234