Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 14 of 14) sorted by relevance

/drivers/video/fbdev/omap/
DMakefile8 objs-yy := omapfb_main.o lcdc.o
26 omapfb-objs := $(objs-yy)
28 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/drivers/video/fbdev/core/
Dtileblit.c55 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument
63 blit.sy = yy; in tile_putcs()
Dfbcon.h60 const unsigned short *s, int count, int yy, int xx,
Dfbcon_cw.c115 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
Dbitblit.c144 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument
160 image.dy = yy * vc->vc_font.height; in bit_putcs()
Dfbcon_ccw.c130 const unsigned short *s, int count, int yy, int xx, in ccw_putcs() argument
150 image.dx = yy * vc->vc_font.height; in ccw_putcs()
Dfbcon_ud.c152 const unsigned short *s, int count, int yy, int xx, in ud_putcs() argument
173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c407 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument
424 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
/drivers/video/fbdev/nvidia/
Dnvidia.c550 u32 xx, yy, temp; in nvidiafb_cursor() local
552 yy = cursor->image.dy - info->var.yoffset; in nvidiafb_cursor()
555 temp |= yy << 16; in nvidiafb_cursor()
/drivers/video/fbdev/
Dimsttfb.c1199 u32 flags = cursor->set, fg, bg, xx, yy;
1208 yy = cursor->image.dy - info->var.yoffset;
1250 imsttfb_load_cursor_image(par, xx, yy, fgc);
Dfsl-diu-fb.c1046 uint32_t xx, yy; in fsl_diu_cursor() local
1048 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff; in fsl_diu_cursor()
1051 out_be32(&hw->curs_pos, yy << 16 | xx); in fsl_diu_cursor()
/drivers/tty/vt/
Dvt.c647 unsigned int xx, yy, offset; in do_update_region() local
654 yy = offset / vc->vc_cols; in do_update_region()
658 xx = nxx; yy = nyy; in do_update_region()
667 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
677 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
681 yy++; in do_update_region()
/drivers/video/fbdev/riva/
Dfbdev.c1598 u32 xx, yy, temp; in rivafb_cursor() local
1600 yy = cursor->image.dy - info->var.yoffset; in rivafb_cursor()
1603 temp |= yy << 16; in rivafb_cursor()
/drivers/video/fbdev/via/
Dviafbdev.c762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local
782 yy = cursor->image.dy - info->var.yoffset; in viafb_cursor()
784 temp = yy & 0xFFFF; in viafb_cursor()