Searched refs:ywrapstep (Results 1 – 25 of 83) sorted by relevance
1234
/Linux-v4.19/drivers/auxdisplay/ |
D | cfag12864bfb.c | 32 .ywrapstep = 0,
|
D | ht16k33.c | 83 .ywrapstep = 0,
|
/Linux-v4.19/drivers/staging/sm750fb/ |
D | sm750.h | 139 u16 ywrapstep; member
|
D | sm750.c | 667 crtc->ywrapstep = 0; in sm750fb_set_drv() 873 fix->ywrapstep = crtc->ywrapstep; in lynxfb_set_fbinfo()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | hecubafb.c | 56 .ywrapstep = 0,
|
D | pmag-aa-fb.c | 99 .ywrapstep = 1,
|
D | skeletonfb.c | 93 .ywrapstep = 1,
|
D | pvr2fb.c | 153 .ywrapstep = 1, 785 pvr2_fix.ywrapstep = nowrap ? 0 : 1; in pvr2fb_common_init()
|
D | vfb.c | 63 .ywrapstep = 1,
|
D | vesafb.c | 409 vesafb_fix.ywrapstep = (ypan>1) ? 1 : 0; in vesafb_probe()
|
D | wm8505fb.c | 287 fbi->fb.fix.ywrapstep = 0; in wm8505fb_probe()
|
D | 68328fb.c | 80 .ywrapstep = 1,
|
D | grvga.c | 79 .ywrapstep = 0,
|
D | valkyriefb.c | 531 fix->ywrapstep = 0; in valkyrie_init_fix()
|
D | vt8500lcdfb.c | 300 fbi->fb.fix.ywrapstep = 0; in vt8500lcd_probe()
|
D | arcfb.c | 88 .ywrapstep = 0,
|
/Linux-v4.19/include/uapi/linux/ |
D | fb.h | 167 __u16 ywrapstep; /* zero if no hardware ywrap */ member
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_fbdev.c | 246 fix->ypanstep, fix->ywrapstep, fix->line_length, in hibmc_fbdev_init()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 206 fbi->fix.ywrapstep = 1; in omap_fbdev_create()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbmem.c | 882 if (!fix->ywrapstep || (var->yoffset % fix->ywrapstep)) in fb_pan_display() 1236 u16 ywrapstep; member 1305 err |= put_user(fix->ywrapstep, &fix32->ywrapstep); in do_fscreeninfo_to_user()
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-osd.c | 120 fix->ywrapstep = 0; in vivid_fb_get_fix()
|
/Linux-v4.19/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 289 info->fix.ywrapstep = 0; in gx1fb_init_fbinfo()
|
D | gxfb_core.c | 313 info->fix.ywrapstep = 0; in gxfb_init_fbinfo()
|
D | lxfb_core.c | 433 info->fix.ywrapstep = 0; in lxfb_init_fbinfo()
|
/Linux-v4.19/drivers/video/fbdev/kyro/ |
D | fbdev.c | 699 kyro_fix.ywrapstep = nowrap ? 0 : 1; in kyrofb_probe()
|
1234