Searched refs:xpanstep (Results 1 – 25 of 83) sorted by relevance
1234
/linux-6.3-rc2/drivers/auxdisplay/ |
A D | cfag12864bfb.c | 27 .xpanstep = 0,
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | fbcon_rotate.h | 19 … (fb_scrollmode(s) == SCROLL_REDRAW || fb_scrollmode(s) == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
|
A D | fbmem.c | 915 if (var->xoffset > 0 && (!fix->xpanstep || in fb_pan_display() 916 (var->xoffset % fix->xpanstep))) in fb_pan_display() 1213 u16 xpanstep; member 1276 err |= put_user(fix->xpanstep, &fix32->xpanstep); in do_fscreeninfo_to_user()
|
A D | svgalib.c | 641 fix->xpanstep = frm[i].xpanstep; in svga_match_format()
|
/linux-6.3-rc2/include/linux/ |
A D | svga.h | 36 u32 xpanstep; member
|
/linux-6.3-rc2/drivers/staging/sm750fb/ |
A D | sm750.h | 144 u16 xpanstep; member
|
A D | sm750.c | 607 crtc->xpanstep = 8; in sm750fb_set_drv() 816 fix->xpanstep = crtc->xpanstep; in lynxfb_set_fbinfo()
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | hecubafb.c | 54 .xpanstep = 0,
|
A D | atafb.c | 571 fix->xpanstep = 0; in tt_encode_fix() 860 fix->xpanstep = 1; in falcon_encode_fix() 867 fix->xpanstep = 32; in falcon_encode_fix() 873 fix->xpanstep = 2; in falcon_encode_fix() 1786 fix->xpanstep = 16; in stste_encode_fix() 1789 fix->xpanstep = 0; in stste_encode_fix() 2108 fix->xpanstep = 0; in ext_encode_fix()
|
A D | skeletonfb.c | 92 .xpanstep = 1,
|
A D | 68328fb.c | 78 .xpanstep = 1,
|
A D | vfb.c | 61 .xpanstep = 1,
|
A D | wm8505fb.c | 283 fbi->fb.fix.xpanstep = 1; in wm8505fb_probe()
|
A D | hgafb.c | 127 .xpanstep = 8,
|
A D | valkyriefb.c | 518 fix->xpanstep = 0; in valkyrie_init_fix()
|
A D | grvga.c | 72 .xpanstep = 0,
|
A D | au1100fb.c | 89 .xpanstep = 1,
|
A D | sh_mobile_lcdcfb.c | 1357 .xpanstep = 1, 1596 info->fix.xpanstep = 2; in sh_mobile_lcdc_overlay_fb_init() 1652 .xpanstep = 1, 2090 info->fix.xpanstep = 2; in sh_mobile_lcdc_channel_fb_init()
|
A D | vt8500lcdfb.c | 291 fbi->fb.fix.xpanstep = 0; in vt8500lcd_probe()
|
A D | arcfb.c | 86 .xpanstep = 0,
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | fb.h | 165 __u16 xpanstep; /* zero if no hardware panning */ member
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-osd.c | 118 fix->xpanstep = 1; in vivid_fb_get_fix()
|
/linux-6.3-rc2/drivers/video/fbdev/geode/ |
A D | gx1fb_core.c | 284 info->fix.xpanstep = 0; in gx1fb_init_fbinfo()
|
A D | gxfb_core.c | 298 info->fix.xpanstep = 0; in gxfb_init_fbinfo()
|
A D | lxfb_core.c | 419 info->fix.xpanstep = 0; in lxfb_init_fbinfo()
|
Completed in 61 milliseconds
1234