[go: nahoru, domu]

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

/drivers/video/fbdev/omap/
H A DMakefile7 objs-yy := omapfb_main.o lcdc.o
25 omapfb-objs := $(objs-yy)
27 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/drivers/video/console/
H A Dtileblit.c55 const unsigned short *s, int count, int yy, int xx,
63 blit.sy = yy;
54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon.h60 const unsigned short *s, int count, int yy, int xx,
H A Dbitblit.c144 const unsigned short *s, int count, int yy, int xx,
160 image.dy = yy * vc->vc_font.height;
143 bit_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_ccw.c130 const unsigned short *s, int count, int yy, int xx,
150 image.dx = yy * vc->vc_font.height;
129 ccw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_cw.c115 const unsigned short *s, int count, int yy, int xx,
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height);
114 cw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_ud.c152 const unsigned short *s, int count, int yy, int xx,
173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height);
151 ud_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c406 int width, int height, int yy, int xx)
423 ydstlen = (yy << 16) | height;
404 matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, u_int32_t bgx, const u_int8_t *chardata, int width, int height, int yy, int xx) argument
/drivers/video/fbdev/
H A Dfsl-diu-fb.c1048 uint32_t xx, yy; local
1050 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff;
1053 out_be32(&hw->curs_pos, yy << 16 | xx);
H A Dimsttfb.c1202 u32 flags = cursor->set, fg, bg, xx, yy;
1211 yy = cursor->image.dy - info->var.yoffset;
1253 imsttfb_load_cursor_image(par, xx, yy, fgc);
/drivers/video/fbdev/nvidia/
H A Dnvidia.c559 u32 xx, yy, temp; local
561 yy = cursor->image.dy - info->var.yoffset;
564 temp |= yy << 16;
/drivers/tty/vt/
H A Dvt.c347 unsigned int xx, yy, offset; local
354 yy = offset / vc->vc_cols;
358 xx = nxx; yy = nyy;
367 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
377 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
381 yy++;
/drivers/video/fbdev/riva/
H A Dfbdev.c1607 u32 xx, yy, temp; local
1609 yy = cursor->image.dy - info->var.yoffset;
1612 temp |= yy << 16;
/drivers/video/fbdev/via/
H A Dviafbdev.c775 u32 temp, xx, yy, bg_color = 0, fg_color = 0, local
795 yy = cursor->image.dy - info->var.yoffset;
797 temp = yy & 0xFFFF;

Completed in 299 milliseconds