Searched refs:yy (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/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-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c68 Y yy;
H A Dcore_reloc_types.h1040 char yy; member in union:a_union___diff_sz
1046 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz; member in struct:__anon3767
/linux-master/scripts/
H A DMakefile.debug12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
/linux-master/kernel/bpf/
H A DMakefile7 CFLAGS_core.o += -Wno-override-init $(cflags-nogcse-yy)
18 ifeq ($(CONFIG_MMU)$(CONFIG_64BIT),yy)
/linux-master/drivers/firmware/arm_scmi/
H A DMakefile21 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h70 u8 yy; member in struct:otx_cpt_ucode_ver_num
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h64 u8 yy; member in struct:otx2_cpt_ucode_ver_num
/linux-master/drivers/video/fbdev/core/
H A Dtileblit.c55 const unsigned short *s, int count, int yy, int xx,
63 blit.sy = yy;
54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon.h60 const unsigned short *s, int count, int yy, int xx,
H A Dbitblit.c144 const unsigned short *s, int count, int yy, int xx,
160 image.dy = yy * vc->vc_font.height;
143 bit_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_ud.c152 const unsigned short *s, int count, int yy, int xx,
173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height);
151 ud_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_ccw.c130 const unsigned short *s, int count, int yy, int xx,
150 image.dx = yy * vc->vc_font.height;
129 ccw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
H A Dfbcon_cw.c115 const unsigned short *s, int count, int yy, int xx,
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height);
114 cw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
/linux-master/lib/crypto/mpi/
H A Dec.c1217 MPI x1, y1, z1, k, h, yy; local
1326 yy = mpi_copy(point->y);
1330 ec_invm(yy, yy, ctx);
1335 mpi_set(y1, yy);
1346 ec_mulm(y1, yy, z3, ctx);
1365 mpi_set(result->y, yy);
1368 mpi_free(yy); yy = NULL;
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c354 u64 yy[KMB_ECC_VLI_MAX_DIGITS] = { 0 }; local
375 /* Compute y^2 -> store in yy */
376 rc = kmb_ecc_do_scalar_op(ecc_dev, yy, pk->y, pk->y, curve, pk->ndigits,
411 rc = vli_cmp(yy, w, pk->ndigits);
417 memzero_explicit(yy, sizeof(yy));
/linux-master/arch/riscv/
H A DMakefile157 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_ARCH_CANAAN),yy)
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c407 int width, int height, int yy, int xx)
424 ydstlen = (yy << 16) | height;
405 matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, u_int32_t bgx, const u_int8_t *chardata, int width, int height, int yy, int xx) argument
/linux-master/crypto/
H A Decc.c1553 u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; local
1569 vli_mod_square_fast(yy, pk->y, curve); /* y^2 */
1575 if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c546 u32 xx, yy, temp; local
548 yy = cursor->image.dy - info->var.yoffset;
551 temp |= yy << 16;
/linux-master/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);
H A Dfsl-diu-fb.c1046 uint32_t xx, yy; local
1048 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff;
1051 out_be32(&hw->curs_pos, yy << 16 | xx);
/linux-master/arch/powerpc/
H A DMakefile56 ifeq ($(CONFIG_PPC64)$(CONFIG_LD_IS_BFD),yy)
/linux-master/drivers/tty/vt/
H A Dvt.c595 unsigned int xx, yy, offset; local
600 yy = offset / vc->vc_cols;
609 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
619 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx);
623 yy++;
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c1591 u32 xx, yy, temp; local
1593 yy = cursor->image.dy - info->var.yoffset;
1596 temp |= yy << 16;

Completed in 293 milliseconds

12