/drivers/video/fbdev/omap/ |
H A D | Makefile | 7 objs-yy := omapfb_main.o lcdc.o 25 omapfb-objs := $(objs-yy) 27 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
|
/drivers/video/console/ |
H A D | tileblit.c | 55 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 D | fbcon.h | 60 const unsigned short *s, int count, int yy, int xx,
|
H A D | bitblit.c | 144 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 D | fbcon_ccw.c | 130 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 D | fbcon_cw.c | 115 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 D | fbcon_ud.c | 152 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 D | matroxfb_accel.c | 406 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 D | fsl-diu-fb.c | 1048 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 D | imsttfb.c | 1202 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 D | nvidia.c | 559 u32 xx, yy, temp; local 561 yy = cursor->image.dy - info->var.yoffset; 564 temp |= yy << 16;
|
/drivers/tty/vt/ |
H A D | vt.c | 347 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 D | fbdev.c | 1607 u32 xx, yy, temp; local 1609 yy = cursor->image.dy - info->var.yoffset; 1612 temp |= yy << 16;
|
/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 775 u32 temp, xx, yy, bg_color = 0, fg_color = 0, local 795 yy = cursor->image.dy - info->var.yoffset; 797 temp = yy & 0xFFFF;
|