Searched refs:xpanstep (Results 1 – 25 of 79) sorted by relevance
1234
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fb_chrdev.c | 180 u16 xpanstep; member 243 err |= put_user(fix->xpanstep, &fix32->xpanstep); in do_fscreeninfo_to_user()
|
D | fbcon_rotate.h | 19 … (fb_scrollmode(s) == SCROLL_REDRAW || fb_scrollmode(s) == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
|
D | fbmem.c | 182 if (var->xoffset > 0 && (!fix->xpanstep || in fb_pan_display() 183 (var->xoffset % fix->xpanstep))) in fb_pan_display()
|
D | svgalib.c | 643 fix->xpanstep = frm[i].xpanstep; in svga_match_format()
|
/linux-6.12.1/drivers/auxdisplay/ |
D | cfag12864bfb.c | 27 .xpanstep = 0,
|
/linux-6.12.1/include/linux/ |
D | svga.h | 36 u32 xpanstep; member
|
/linux-6.12.1/drivers/staging/sm750fb/ |
D | sm750.h | 144 u16 xpanstep; member
|
D | sm750.c | 606 crtc->xpanstep = 8; in sm750fb_set_drv() 853 fix->xpanstep = crtc->xpanstep; in lynxfb_set_fbinfo()
|
/linux-6.12.1/drivers/video/fbdev/ |
D | hecubafb.c | 54 .xpanstep = 0,
|
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()
|
D | skeletonfb.c | 92 .xpanstep = 1,
|
D | 68328fb.c | 78 .xpanstep = 1,
|
D | wm8505fb.c | 284 fbi->fb.fix.xpanstep = 1; in wm8505fb_probe()
|
D | vfb.c | 61 .xpanstep = 1,
|
D | hgafb.c | 127 .xpanstep = 8,
|
D | grvga.c | 71 .xpanstep = 0,
|
D | valkyriefb.c | 516 fix->xpanstep = 0; in valkyrie_init_fix()
|
D | sh_mobile_lcdcfb.c | 1357 .xpanstep = 1, 1595 info->fix.xpanstep = 2; in sh_mobile_lcdc_overlay_fb_init() 1651 .xpanstep = 1, 2090 info->fix.xpanstep = 2; in sh_mobile_lcdc_channel_fb_init()
|
D | au1100fb.c | 89 .xpanstep = 1,
|
D | arcfb.c | 87 .xpanstep = 0,
|
/linux-6.12.1/include/uapi/linux/ |
D | fb.h | 166 __u16 xpanstep; /* zero if no hardware panning */ member
|
/linux-6.12.1/drivers/media/test-drivers/vivid/ |
D | vivid-osd.c | 118 fix->xpanstep = 1; in vivid_fb_get_fix()
|
/linux-6.12.1/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 281 info->fix.xpanstep = 0; in gx1fb_init_fbinfo()
|
D | gxfb_core.c | 295 info->fix.xpanstep = 0; in gxfb_init_fbinfo()
|
D | lxfb_core.c | 419 info->fix.xpanstep = 0; in lxfb_init_fbinfo()
|
1234