Searched refs:ywrapstep (Results 1 - 25 of 153) sorted by relevance
1234567
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fb_chrdev.c | 182 u16 ywrapstep; member 245 err |= put_user(fix->ywrapstep, &fix32->ywrapstep); in do_fscreeninfo_to_user()
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | cfag12864bfb.c | 32 .ywrapstep = 0,
|
H A D | ht16k33.c | 83 .ywrapstep = 0,
|
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
H A D | sm750.h | 142 u16 ywrapstep; member
|
H A D | sm750.c | 606 crtc->ywrapstep = 0; in sm750fb_set_drv() 814 fix->ywrapstep = crtc->ywrapstep; in lynxfb_set_fbinfo()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | cfag12864bfb.c | 29 .ywrapstep = 0,
|
/kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
H A D | sm750.h | 146 u16 ywrapstep; member
|
H A D | sm750.c | 608 crtc->ywrapstep = 0; in sm750fb_set_drv() 816 fix->ywrapstep = crtc->ywrapstep; in lynxfb_set_fbinfo()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hecubafb.c | 56 .ywrapstep = 0,
|
H A D | pmag-aa-fb.c | 99 .ywrapstep = 1,
|
H A D | skeletonfb.c | 93 .ywrapstep = 1,
|
H A D | pvr2fb.c | 154 .ywrapstep = 1, 803 pvr2_fix.ywrapstep = nowrap ? 0 : 1; in pvr2fb_common_init()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fb.h | 167 __u16 ywrapstep; /* zero if no hardware ywrap */ member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hecubafb.c | 56 .ywrapstep = 0,
|
H A D | pmag-aa-fb.c | 99 .ywrapstep = 1,
|
H A D | skeletonfb.c | 94 .ywrapstep = 1,
|
H A D | pvr2fb.c | 155 .ywrapstep = 1, 807 pvr2_fix.ywrapstep = nowrap ? 0 : 1; in pvr2fb_common_init()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fb.h | 167 __u16 ywrapstep; /* zero if no hardware ywrap */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fb.h | 161 __u16 ywrapstep; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fb.h | 161 __u16 ywrapstep; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fb.h | 151 __u16 ywrapstep; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbmem.c | 908 if (!fix->ywrapstep || (var->yoffset % fix->ywrapstep)) in fb_pan_display() 1216 u16 ywrapstep; member 1285 err |= put_user(fix->ywrapstep, &fix32->ywrapstep); in do_fscreeninfo_to_user()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 192 fbi->fix.ywrapstep = 1; in omap_fbdev_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | fbdev.c | 227 info->fix.ywrapstep = 0; in psb_fbdev_fb_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 222 fbi->fix.ywrapstep = 1; in omap_fbdev_create()
|
Completed in 23 milliseconds
1234567