Searched refs:ywrapstep (Results 1 – 25 of 75) sorted by relevance
123
/drivers/auxdisplay/ |
D | cfag12864bfb.c | 32 .ywrapstep = 0,
|
D | ht16k33.c | 83 .ywrapstep = 0,
|
/drivers/staging/sm750fb/ |
D | sm750.h | 142 u16 ywrapstep; member
|
D | sm750.c | 606 crtc->ywrapstep = 0; in sm750fb_set_drv() 814 fix->ywrapstep = crtc->ywrapstep; in lynxfb_set_fbinfo()
|
/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 | 154 .ywrapstep = 1, 803 pvr2_fix.ywrapstep = nowrap ? 0 : 1; in pvr2fb_common_init()
|
D | 68328fb.c | 80 .ywrapstep = 1,
|
D | wm8505fb.c | 285 fbi->fb.fix.ywrapstep = 0; in wm8505fb_probe()
|
D | vfb.c | 63 .ywrapstep = 1,
|
D | vesafb.c | 411 vesafb_fix.ywrapstep = (ypan>1) ? 1 : 0; in vesafb_probe()
|
D | grvga.c | 74 .ywrapstep = 0,
|
D | valkyriefb.c | 521 fix->ywrapstep = 0; in valkyrie_init_fix()
|
D | vt8500lcdfb.c | 293 fbi->fb.fix.ywrapstep = 0; in vt8500lcd_probe()
|
D | atafb.c | 585 fix->ywrapstep = 0; in tt_encode_fix() 874 fix->ywrapstep = 0; in falcon_encode_fix() 1811 fix->ywrapstep = 0; in stste_encode_fix() 2129 fix->ywrapstep = 0; in ext_encode_fix()
|
D | efifb.c | 538 efifb_fix.ywrapstep = 0; in efifb_probe()
|
D | arcfb.c | 88 .ywrapstep = 0,
|
/drivers/video/fbdev/core/ |
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()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 192 fbi->fix.ywrapstep = 1; in omap_fbdev_create()
|
/drivers/media/test-drivers/vivid/ |
D | vivid-osd.c | 120 fix->ywrapstep = 0; in vivid_fb_get_fix()
|
/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 299 info->fix.ywrapstep = 0; in gxfb_init_fbinfo()
|
D | gx1fb_core.c | 285 info->fix.ywrapstep = 0; in gx1fb_init_fbinfo()
|
D | lxfb_core.c | 423 info->fix.ywrapstep = 0; in lxfb_init_fbinfo()
|
/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 398 info->fix.ywrapstep = gtt_roll; in psbfb_create()
|
123