Home
last modified time | relevance | path

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

12

/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.c1156 #define TEXT_FOR_DMA(xx, yy) [xx##_DMA] = yy "_dma", argument
1158 #define TEXT_FOR_DMA(xx, yy) argument
1162 #define TEXT_FOR_DMA32(xx, yy) [xx##_DMA32] = yy "_dma32", argument
1164 #define TEXT_FOR_DMA32(xx, yy) argument
1168 #define TEXT_FOR_HIGHMEM(xx, yy) [xx##_HIGH] = yy "_high", argument
1170 #define TEXT_FOR_HIGHMEM(xx, yy) argument
1174 #define TEXT_FOR_DEVICE(xx, yy) [xx##_DEVICE] = yy "_device", argument
1176 #define TEXT_FOR_DEVICE(xx, yy) argument
1179 #define TEXTS_FOR_ZONES(xx, yy) \ argument
1180 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/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.txt62 [xx]Hz [yy]Hz
65 SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes
94 [xx]ch [yy]ch
97 CTU can convert [xx]ch to [yy]ch, or exchange outputted channel.
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c354 u64 yy[KMB_ECC_VLI_MAX_DIGITS] = { 0 }; in kmb_ocs_ecc_is_pubkey_valid_partial() local
376 rc = kmb_ecc_do_scalar_op(ecc_dev, yy, pk->y, pk->y, curve, pk->ndigits, in kmb_ocs_ecc_is_pubkey_valid_partial()
411 rc = vli_cmp(yy, w, pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_partial()
417 memzero_explicit(yy, sizeof(yy)); in kmb_ocs_ecc_is_pubkey_valid_partial()
/linux/drivers/pmdomain/mediatek/
H A DMakefile7 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),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; member
1056 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz; member
/linux/drivers/video/fbdev/core/
H A Dtileblit.c53 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument
61 blit.sy = yy; in tile_putcs()
H A Dfbcon.h59 const unsigned short *s, int count, int yy, int xx,
H A Dfbcon_ccw.c129 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()
H A Dfbcon_cw.c114 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument
134 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
H A Dfbcon_ud.c151 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()
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/scripts/
H A DMakefile.debug12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h70 u8 yy; member
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h64 u8 yy; member
/linux/arch/x86/kernel/cpu/
H A DMakefile41 ifeq ($(CONFIG_AMD_NB)$(CONFIG_SYSFS),yy)
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c409 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument
426 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
/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/gpu/drm/amd/display/dc/dml/
H A DMakefile33 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_COMPILE_TEST),yy)
/linux/drivers/video/fbdev/
H A Dfsl-diu-fb.c1046 uint32_t xx, yy; in fsl_diu_cursor() local
1048 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff; in fsl_diu_cursor()
1051 out_be32(&hw->curs_pos, yy << 16 | xx); in fsl_diu_cursor()
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/crypto/
H A Decc.c1597 u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; in ecc_is_pubkey_valid_partial() local
1613 vli_mod_square_fast(yy, pk->y, curve); /* y^2 */ in ecc_is_pubkey_valid_partial()
1619 if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */ in ecc_is_pubkey_valid_partial()

12