/drivers/video/omap/ |
D | Makefile | 7 objs-yy := omapfb_main.o 27 omapfb-objs := $(objs-yy)
|
/drivers/video/console/ |
D | tileblit.c | 55 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument 63 blit.sy = yy; in tile_putcs()
|
D | fbcon.h | 60 const unsigned short *s, int count, int yy, int xx,
|
D | fbcon_ccw.c | 129 const unsigned short *s, int count, int yy, int xx, in ccw_putcs() argument 149 image.dx = yy * vc->vc_font.height; in ccw_putcs()
|
D | fbcon_cw.c | 115 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()
|
D | bitblit.c | 143 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument 159 image.dy = yy * vc->vc_font.height; in bit_putcs()
|
D | fbcon_ud.c | 151 const unsigned short *s, int count, int yy, int xx, in ud_putcs() argument 172 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
|
/drivers/video/matrox/ |
D | matroxfb_accel.c | 380 const u_int8_t* chardata, int width, int height, int yy, int xx) { in matroxfb_1bpp_imageblit() argument 396 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
|
/drivers/video/nvidia/ |
D | nvidia.c | 559 u32 xx, yy, temp; in nvidiafb_cursor() local 561 yy = cursor->image.dy - info->var.yoffset; in nvidiafb_cursor() 564 temp |= yy << 16; in nvidiafb_cursor()
|
/drivers/char/ |
D | vt.c | 328 unsigned int xx, yy, offset; in do_update_region() local 335 yy = offset / vc->vc_cols; in do_update_region() 339 xx = nxx; yy = nyy; in do_update_region() 348 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 358 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 362 yy++; in do_update_region()
|
/drivers/video/ |
D | imsttfb.c | 1203 u32 flags = cursor->set, fg, bg, xx, yy; 1212 yy = cursor->image.dy - info->var.yoffset; 1254 imsttfb_load_cursor_image(par, xx, yy, fgc);
|
/drivers/video/riva/ |
D | fbdev.c | 1614 u32 xx, yy, temp; in rivafb_cursor() local 1616 yy = cursor->image.dy - info->var.yoffset; in rivafb_cursor() 1619 temp |= yy << 16; in rivafb_cursor()
|
/drivers/video/via/ |
D | viafbdev.c | 1064 u32 temp, xx, yy, bg_col = 0, fg_col = 0; in viafb_cursor() local 1100 yy = cursor->image.dy - info->var.yoffset; in viafb_cursor() 1102 temp = yy & 0xFFFF; in viafb_cursor()
|