Searched refs:xpanstep (Results 1 – 25 of 92) sorted by relevance
1234
/drivers/video/console/ |
D | fbcon_rotate.h | 19 (s == SCROLL_REDRAW || s == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
|
/drivers/auxdisplay/ |
D | cfag12864bfb.c | 44 .xpanstep = 0,
|
/drivers/staging/sm750fb/ |
D | sm750.h | 136 u16 xpanstep; member
|
D | sm750.c | 664 crtc->xpanstep = 8; in sm750fb_set_drv() 871 fix->xpanstep = crtc->xpanstep; in lynxfb_set_fbinfo()
|
/drivers/video/fbdev/ |
D | hecubafb.c | 54 .xpanstep = 0,
|
D | atafb.c | 605 fix->xpanstep = 0; in tt_encode_fix() 894 fix->xpanstep = 1; in falcon_encode_fix() 901 fix->xpanstep = 32; in falcon_encode_fix() 907 fix->xpanstep = 2; in falcon_encode_fix() 1827 fix->xpanstep = 16; in stste_encode_fix() 1830 fix->xpanstep = 0; in stste_encode_fix() 2149 fix->xpanstep = 0; in ext_encode_fix()
|
D | skeletonfb.c | 91 .xpanstep = 1,
|
D | vfb.c | 61 .xpanstep = 1,
|
D | hgafb.c | 127 .xpanstep = 8,
|
D | 68328fb.c | 78 .xpanstep = 1,
|
D | wm8505fb.c | 287 fbi->fb.fix.xpanstep = 1; in wm8505fb_probe()
|
D | grvga.c | 77 .xpanstep = 0,
|
D | valkyriefb.c | 533 fix->xpanstep = 0; in valkyrie_init_fix()
|
D | bfin-t350mcqb-fb.c | 458 fbinfo->fix.xpanstep = 0; in bfin_t350mcqb_probe()
|
D | au1100fb.c | 89 .xpanstep = 1,
|
D | arcfb.c | 86 .xpanstep = 0,
|
D | vt8500lcdfb.c | 300 fbi->fb.fix.xpanstep = 0; in vt8500lcd_probe()
|
D | sh_mobile_lcdcfb.c | 1500 .xpanstep = 1, 1737 info->fix.xpanstep = 2; in sh_mobile_lcdc_overlay_fb_init() 1793 .xpanstep = 1, 2245 info->fix.xpanstep = 2; in sh_mobile_lcdc_channel_fb_init()
|
/drivers/video/fbdev/core/ |
D | fbmem.c | 900 if (var->xoffset > 0 && (!fix->xpanstep || in fb_pan_display() 901 (var->xoffset % fix->xpanstep))) in fb_pan_display() 1244 u16 xpanstep; member 1313 err |= put_user(fix->xpanstep, &fix32->xpanstep); in do_fscreeninfo_to_user()
|
D | svgalib.c | 641 fix->xpanstep = frm[i].xpanstep; in svga_match_format()
|
/drivers/media/platform/vivid/ |
D | vivid-osd.c | 130 fix->xpanstep = 1; in vivid_fb_get_fix()
|
/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 287 info->fix.xpanstep = 0; in gx1fb_init_fbinfo()
|
D | gxfb_core.c | 311 info->fix.xpanstep = 0; in gxfb_init_fbinfo()
|
D | lxfb_core.c | 431 info->fix.xpanstep = 0; in lxfb_init_fbinfo()
|
/drivers/hid/ |
D | hid-picolcd_fb.c | 61 .xpanstep = 0,
|
1234