Searched refs:ywrapstep (Results 1 – 25 of 76) sorted by relevance
1234
/linux/drivers/auxdisplay/ |
A D | cfag12864bfb.c | 29 .ywrapstep = 0,
|
/linux/drivers/staging/sm750fb/ |
A D | sm750.h | 146 u16 ywrapstep; member
|
A D | sm750.c | 606 crtc->ywrapstep = 0; in sm750fb_set_drv() 814 fix->ywrapstep = crtc->ywrapstep; in lynxfb_set_fbinfo()
|
/linux/drivers/video/fbdev/ |
A D | hecubafb.c | 56 .ywrapstep = 0,
|
A D | pmag-aa-fb.c | 99 .ywrapstep = 1,
|
A D | skeletonfb.c | 93 .ywrapstep = 1,
|
A D | pvr2fb.c | 154 .ywrapstep = 1, 803 pvr2_fix.ywrapstep = nowrap ? 0 : 1; in pvr2fb_common_init()
|
A D | 68328fb.c | 80 .ywrapstep = 1,
|
A D | vesafb.c | 411 vesafb_fix.ywrapstep = (ypan>1) ? 1 : 0; in vesafb_probe()
|
A D | vfb.c | 63 .ywrapstep = 1,
|
A D | wm8505fb.c | 285 fbi->fb.fix.ywrapstep = 0; in wm8505fb_probe()
|
A D | grvga.c | 74 .ywrapstep = 0,
|
A D | valkyriefb.c | 521 fix->ywrapstep = 0; in valkyrie_init_fix()
|
A D | vt8500lcdfb.c | 293 fbi->fb.fix.ywrapstep = 0; in vt8500lcd_probe()
|
A D | atafb.c | 577 fix->ywrapstep = 0; in tt_encode_fix() 866 fix->ywrapstep = 0; in falcon_encode_fix() 1803 fix->ywrapstep = 0; in stste_encode_fix() 2121 fix->ywrapstep = 0; in ext_encode_fix()
|
A D | arcfb.c | 88 .ywrapstep = 0,
|
/linux/include/uapi/linux/ |
A D | fb.h | 167 __u16 ywrapstep; /* zero if no hardware ywrap */ member
|
/linux/drivers/video/fbdev/core/ |
A D | fbmem.c | 908 if (!fix->ywrapstep || (var->yoffset % fix->ywrapstep)) in fb_pan_display() 1202 u16 ywrapstep; member 1265 err |= put_user(fix->ywrapstep, &fix32->ywrapstep); in do_fscreeninfo_to_user()
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | omap_fbdev.c | 192 fbi->fix.ywrapstep = 1; in omap_fbdev_create()
|
/linux/drivers/media/test-drivers/vivid/ |
A D | vivid-osd.c | 120 fix->ywrapstep = 0; in vivid_fb_get_fix()
|
/linux/drivers/video/fbdev/geode/ |
A D | gx1fb_core.c | 285 info->fix.ywrapstep = 0; in gx1fb_init_fbinfo()
|
A D | gxfb_core.c | 299 info->fix.ywrapstep = 0; in gxfb_init_fbinfo()
|
A D | lxfb_core.c | 420 info->fix.ywrapstep = 0; in lxfb_init_fbinfo()
|
/linux/drivers/gpu/drm/gma500/ |
A D | framebuffer.c | 315 info->fix.ywrapstep = 0; in psbfb_create()
|
/linux/drivers/hid/ |
A D | hid-picolcd_fb.c | 53 .ywrapstep = 0,
|
Completed in 38 milliseconds
1234