Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap/
DMakefile7 objs-yy := omapfb_main.o lcdc.o
25 omapfb-objs := $(objs-yy)
27 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/linux-4.1.27/drivers/video/console/
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()
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()
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_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()
/linux-4.1.27/scripts/
DMakefile.lib194 LEX_PREFIX = $(if $(LEX_PREFIX_${baseprereq}),$(LEX_PREFIX_${baseprereq}),yy)
205 YACC_PREFIX = $(if $(YACC_PREFIX_${baseprereq}),$(YACC_PREFIX_${baseprereq}),yy)
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c406 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument
423 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Ds2mps11.txt105 clock-output-names = "xx", "yy", "zz";
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnvidia.c555 u32 xx, yy, temp; in nvidiafb_cursor() local
557 yy = cursor->image.dy - info->var.yoffset; in nvidiafb_cursor()
560 temp |= yy << 16; in nvidiafb_cursor()
/linux-4.1.27/drivers/video/fbdev/
Dfsl-diu-fb.c1048 uint32_t xx, yy; in fsl_diu_cursor() local
1050 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff; in fsl_diu_cursor()
1053 out_be32(&hw->curs_pos, yy << 16 | xx); in fsl_diu_cursor()
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);
/linux-4.1.27/drivers/tty/vt/
Dvt.c349 unsigned int xx, yy, offset; in do_update_region() local
356 yy = offset / vc->vc_cols; in do_update_region()
360 xx = nxx; yy = nyy; in do_update_region()
369 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
379 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
383 yy++; in do_update_region()
/linux-4.1.27/arch/mips/
DMakefile258 ifeq ($(KBUILD_SYM32)$(call cc-option-yn,-msym32), yy)
/linux-4.1.27/drivers/video/fbdev/riva/
Dfbdev.c1603 u32 xx, yy, temp; in rivafb_cursor() local
1605 yy = cursor->image.dy - info->var.yoffset; in rivafb_cursor()
1608 temp |= yy << 16; in rivafb_cursor()
/linux-4.1.27/drivers/video/fbdev/via/
Dviafbdev.c775 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-4.1.27/Documentation/filesystems/
Dnilfs2.txt267 `-- file (ino=yy)
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped36 /* All symbols defined below should begin with yy or YY, to avoid
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped36 /* All symbols defined below should begin with yy or YY, to avoid
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped36 /* All symbols defined below should begin with yy or YY, to avoid