Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap/
H A DMakefile13 objs-yy := omapfb_main.o lcdc.o
24 omapfb-objs := $(objs-yy)
26 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/linux/mm/
H A Dvmstat.c1171 #define TEXT_FOR_DMA(xx, yy) [xx##_DMA] = yy "_dma", argument
1173 #define TEXT_FOR_DMA(xx, yy) argument
1177 #define TEXT_FOR_DMA32(xx, yy) [xx##_DMA32] = yy "_dma32", argument
1179 #define TEXT_FOR_DMA32(xx, yy) argument
1183 #define TEXT_FOR_HIGHMEM(xx, yy) [xx##_HIGH] = yy "_high", argument
1185 #define TEXT_FOR_HIGHMEM(xx, yy) argument
1189 #define TEXT_FOR_DEVICE(xx, yy) [xx##_DEVICE] = yy "_device", argument
1191 #define TEXT_FOR_DEVICE(xx, yy) argument
1194 #define TEXTS_FOR_ZONES(xx, yy) \ argument
1195 TEXT_FOR_DMA(xx, yy) \
[all …]
/linux/kernel/bpf/
H A DMakefile7 CFLAGS_core.o += -Wno-override-init $(cflags-nogcse-yy)
18 ifeq ($(CONFIG_MMU)$(CONFIG_64BIT),yy)
/linux/drivers/firmware/arm_scmi/transports/
H A DMakefile13 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c68 Y yy; in f()
H A Dcore_reloc_types.h1050 char yy;
1056 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz;
1040 char yy; global() member
1046 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz; global() member
/linux/scripts/
H A DMakefile.debug12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
/linux/arch/x86/kernel/cpu/
H A DMakefile41 ifeq ($(CONFIG_AMD_NB)$(CONFIG_SYSFS),yy)
/linux/drivers/video/fbdev/core/
H A Dbitblit.c151 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument
167 image.dy = yy * vc->vc_font.height; in bit_putcs()
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c547 u32 xx, yy, temp; in nvidiafb_cursor() local
549 yy = cursor->image.dy - info->var.yoffset; in nvidiafb_cursor()
552 temp |= yy << 16; in nvidiafb_cursor()
/linux/drivers/video/fbdev/
H A Dimsttfb.c1200 u32 flags = cursor->set, fg, bg, xx, yy;
1209 yy = cursor->image.dy - info->var.yoffset;
1251 imsttfb_load_cursor_image(par, xx, yy, fgc);
/linux/arch/powerpc/
H A DMakefile56 ifeq ($(CONFIG_PPC64)$(CONFIG_LD_IS_BFD),yy)
/linux/lib/
H A DMakefile87 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_KASAN),yy)
/linux/drivers/video/fbdev/via/
H A Dviafbdev.c762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local
782 yy = cursor->image.dy - info->var.yoffset; in viafb_cursor()
784 temp = yy & 0xFFFF; in viafb_cursor()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c745 struct reg_state xx = *x, yy = *y; in reg_state_cond() local
774 reg_state_refine(&yy, t, z2, buf); in reg_state_cond()
781 *newy = yy; in reg_state_cond()
/linux/drivers/tty/vt/
H A Dvt.c604 unsigned int xx, yy, offset; in do_update_region() local
609 yy = offset / vc->vc_cols; in do_update_region()
618 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
628 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
632 yy++; in do_update_region()
/linux/Documentation/filesystems/
H A Dnilfs2.rst277 `-- file (ino=yy)
/linux/LICENSES/deprecated/
H A DGPL-1.0218 Copyright (C) 19yy <name of author>
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c450 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_uc_info()