Searched refs:ypanstep (Results 1 - 25 of 194) sorted by relevance
12345678
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | cfag12864bfb.c | 31 .ypanstep = 0,
|
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
H A D | sm750.h | 141 u16 ypanstep; member
|
H A D | sm750.c | 605 crtc->ypanstep = 1; in sm750fb_set_drv() 813 fix->ypanstep = crtc->ypanstep; in lynxfb_set_fbinfo()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | cfag12864bfb.c | 28 .ypanstep = 0,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | g364fb.c | 79 .ypanstep = 1,
|
H A D | hitfb.c | 296 info->fix.ypanstep = 16; in hitfb_set_par() 301 info->fix.ypanstep = 8; in hitfb_set_par()
|
H A D | hecubafb.c | 55 .ypanstep = 0,
|
H A D | pmag-aa-fb.c | 98 .ypanstep = 1,
|
H A D | skeletonfb.c | 92 .ypanstep = 1, 435 * 0 in both xpanstep and ypanstep means that this function will never in xxxfb_pan_display()
|
H A D | arkfb.c | 622 info->fix.ypanstep = 1; in arkfb_set_par() 635 info->fix.ypanstep = 16; in arkfb_set_par() 1023 info->fix.ypanstep = 0; in ark_pci_probe()
|
H A D | vt8623fb.c | 382 info->fix.ypanstep = 1; in vt8623fb_set_par() 400 info->fix.ypanstep = 16; in vt8623fb_set_par() 741 info->fix.ypanstep = 0; in vt8623_pci_probe()
|
/kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
H A D | sm750.h | 145 u16 ypanstep; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | g364fb.c | 79 .ypanstep = 1,
|
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 | hecubafb.c | 55 .ypanstep = 0,
|
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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fb.h | 166 __u16 ypanstep; /* zero if no hardware panning */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fb.h | 166 __u16 ypanstep; /* zero if no hardware panning */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fb.h | 160 __u16 ypanstep; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fb.h | 160 __u16 ypanstep; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fb.h | 150 __u16 ypanstep; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbmem.c | 912 } else if (!fix->ypanstep || (var->yoffset % fix->ypanstep)) in fb_pan_display() 1215 u16 ypanstep; member 1284 err |= put_user(fix->ypanstep, &fix32->ypanstep); in do_fscreeninfo_to_user()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | fbdev.c | 228 info->fix.ypanstep = 0; in psb_fbdev_fb_probe()
|
Completed in 21 milliseconds
12345678