Searched refs:ypanstep (Results 1 – 25 of 96) sorted by relevance
1234
/drivers/auxdisplay/ |
D | cfag12864bfb.c | 31 .ypanstep = 0,
|
/drivers/video/fbdev/ |
D | hitfb.c | 296 info->fix.ypanstep = 16; in hitfb_set_par() 301 info->fix.ypanstep = 8; in hitfb_set_par()
|
D | g364fb.c | 79 .ypanstep = 1,
|
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()
|
D | hecubafb.c | 55 .ypanstep = 0,
|
D | pmag-aa-fb.c | 98 .ypanstep = 1,
|
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()
|
D | skeletonfb.c | 92 .ypanstep = 1,
|
D | pvr2fb.c | 153 .ypanstep = 1, 802 pvr2_fix.ypanstep = nopan ? 0 : 1; in pvr2fb_common_init()
|
D | pxa168fb.c | 413 info->fix.ypanstep = var->yres; in pxa168fb_set_par() 650 info->fix.ypanstep = 0; in pxa168fb_probe()
|
D | goldfishfb.c | 221 fb->fb.fix.ypanstep = 1; in goldfish_fb_probe()
|
D | 68328fb.c | 79 .ypanstep = 1,
|
D | s3fb.c | 610 info->fix.ypanstep = 1; in s3fb_set_par() 623 info->fix.ypanstep = 16; in s3fb_set_par() 1261 info->fix.ypanstep = 0; in s3_pci_probe()
|
D | atafb.c | 584 fix->ypanstep = 1; in tt_encode_fix() 873 fix->ypanstep = 1; in falcon_encode_fix() 1806 fix->ypanstep = 1; in stste_encode_fix() 1809 fix->ypanstep = 0; in stste_encode_fix() 2128 fix->ypanstep = 0; in ext_encode_fix()
|
D | hgafb.c | 128 .ypanstep = 8,
|
D | wm8505fb.c | 284 fbi->fb.fix.ypanstep = 1; in wm8505fb_probe()
|
D | vfb.c | 62 .ypanstep = 1,
|
D | vesafb.c | 410 vesafb_fix.ypanstep = ypan ? 1 : 0; in vesafb_probe()
|
/drivers/staging/sm750fb/ |
D | sm750.h | 141 u16 ypanstep; member
|
D | sm750.c | 605 crtc->ypanstep = 1; in sm750fb_set_drv() 813 fix->ypanstep = crtc->ypanstep; in lynxfb_set_fbinfo()
|
/drivers/video/fbdev/core/ |
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()
|
/drivers/media/test-drivers/vivid/ |
D | vivid-osd.c | 119 fix->ypanstep = 1; in vivid_fb_get_fix()
|
/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 376 info->fix.ypanstep = var->yres; in var_update() 512 info->fix.ypanstep = info->var.yres; in fb_info_setup()
|
/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 298 info->fix.ypanstep = 0; in gxfb_init_fbinfo()
|
D | gx1fb_core.c | 284 info->fix.ypanstep = 0; in gx1fb_init_fbinfo()
|
1234