Searched refs:xpanstep (Results 1 – 25 of 91) sorted by relevance
1234
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon_rotate.h | 19 (s == SCROLL_REDRAW || s == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
|
D | fbmem.c | 890 if (var->xoffset > 0 && (!fix->xpanstep || in fb_pan_display() 891 (var->xoffset % fix->xpanstep))) in fb_pan_display() 1234 u16 xpanstep; member 1303 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()
|
/Linux-v4.19/drivers/auxdisplay/ |
D | cfag12864bfb.c | 30 .xpanstep = 0,
|
D | ht16k33.c | 81 .xpanstep = 0,
|
/Linux-v4.19/drivers/staging/sm750fb/ |
D | sm750.h | 137 u16 xpanstep; member
|
D | sm750.c | 665 crtc->xpanstep = 8; in sm750fb_set_drv() 871 fix->xpanstep = crtc->xpanstep; in lynxfb_set_fbinfo()
|
/Linux-v4.19/include/linux/ |
D | svga.h | 36 u32 xpanstep; member
|
/Linux-v4.19/drivers/video/fbdev/ |
D | hecubafb.c | 54 .xpanstep = 0,
|
D | skeletonfb.c | 91 .xpanstep = 1,
|
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 | vfb.c | 61 .xpanstep = 1,
|
D | wm8505fb.c | 285 fbi->fb.fix.xpanstep = 1; in wm8505fb_probe()
|
D | hgafb.c | 127 .xpanstep = 8,
|
D | 68328fb.c | 78 .xpanstep = 1,
|
D | grvga.c | 77 .xpanstep = 0,
|
D | valkyriefb.c | 533 fix->xpanstep = 0; in valkyrie_init_fix()
|
D | au1100fb.c | 89 .xpanstep = 1,
|
D | sh_mobile_lcdcfb.c | 1444 .xpanstep = 1, 1681 info->fix.xpanstep = 2; in sh_mobile_lcdc_overlay_fb_init() 1737 .xpanstep = 1, 2182 info->fix.xpanstep = 2; in sh_mobile_lcdc_channel_fb_init()
|
/Linux-v4.19/include/uapi/linux/ |
D | fb.h | 165 __u16 xpanstep; /* zero if no hardware panning */ member
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_fbdev.c | 245 fix->type_aux, fix->visual, fix->xpanstep, in hibmc_fbdev_init()
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-osd.c | 118 fix->xpanstep = 1; in vivid_fb_get_fix()
|
/Linux-v4.19/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()
|
1234