/linux-3.4.99/drivers/video/omap/ |
D | Makefile | 7 objs-yy := omapfb_main.o lcdc.o 25 omapfb-objs := $(objs-yy)
|
/linux-3.4.99/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 | bitblit.c | 144 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()
|
D | fbcon_ccw.c | 130 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()
|
D | fbcon_cw.c | 116 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument 136 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
|
D | fbcon_ud.c | 152 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()
|
/linux-3.4.99/scripts/ |
D | Makefile.lib | 176 LEX_PREFIX = $(if $(LEX_PREFIX_${baseprereq}),$(LEX_PREFIX_${baseprereq}),yy) 187 YACC_PREFIX = $(if $(YACC_PREFIX_${baseprereq}),$(YACC_PREFIX_${baseprereq}),yy)
|
/linux-3.4.99/drivers/video/matrox/ |
D | matroxfb_accel.c | 406 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument 423 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
|
/linux-3.4.99/arch/mips/ |
D | Makefile | 211 ifeq ($(KBUILD_SYM32)$(call cc-option-yn,-msym32), yy)
|
/linux-3.4.99/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()
|
/linux-3.4.99/drivers/video/ |
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);
|
/linux-3.4.99/drivers/tty/vt/ |
D | vt.c | 347 unsigned int xx, yy, offset; in do_update_region() local 354 yy = offset / vc->vc_cols; in do_update_region() 358 xx = nxx; yy = nyy; in do_update_region() 367 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 377 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 381 yy++; in do_update_region()
|
/linux-3.4.99/drivers/video/riva/ |
D | fbdev.c | 1618 u32 xx, yy, temp; in rivafb_cursor() local 1620 yy = cursor->image.dy - info->var.yoffset; in rivafb_cursor() 1623 temp |= yy << 16; in rivafb_cursor()
|
/linux-3.4.99/Documentation/filesystems/ |
D | nilfs2.txt | 205 `-- file (ino=yy)
|
/linux-3.4.99/drivers/video/via/ |
D | viafbdev.c | 775 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local 795 yy = cursor->image.dy - info->var.yoffset; in viafb_cursor() 797 temp = yy & 0xFFFF; in viafb_cursor()
|
/linux-3.4.99/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 37 /* All symbols defined below should begin with yy or YY, to avoid
|
/linux-3.4.99/scripts/genksyms/ |
D | parse.tab.c_shipped | 36 /* All symbols defined below should begin with yy or YY, to avoid
|
/linux-3.4.99/scripts/kconfig/ |
D | zconf.tab.c_shipped | 37 /* All symbols defined below should begin with yy or YY, to avoid
|