Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A DMakefile8 objs-yy := omapfb_main.o lcdc.o
26 omapfb-objs := $(objs-yy)
28 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c68 Y yy; in f()
H A Dcore_reloc_types.h910 char yy; member
916 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c68 Y yy; in f()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dtileblit.c56 const unsigned short *s, int count, int yy, int xx, in tile_putcs()
64 blit.sy = yy; in tile_putcs()
55 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) tile_putcs() argument
H A Dfbcon.h62 const unsigned short *s, int count, int yy, int xx,
H A Dbitblit.c144 const unsigned short *s, int count, int yy, int xx, in bit_putcs()
160 image.dy = yy * vc->vc_font.height; in bit_putcs()
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) bit_putcs() argument
H A Dfbcon_ud.c152 const unsigned short *s, int count, int yy, int xx, in ud_putcs()
173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
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) ud_putcs() argument
H A Dfbcon_ccw.c130 const unsigned short *s, int count, int yy, int xx, in ccw_putcs()
150 image.dx = yy * vc->vc_font.height; in ccw_putcs()
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) ccw_putcs() argument
H A Dfbcon_cw.c115 const unsigned short *s, int count, int yy, int xx, in cw_putcs()
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
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) cw_putcs() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dtileblit.c55 const unsigned short *s, int count, int yy, int xx, in tile_putcs()
63 blit.sy = yy; in tile_putcs()
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) tile_putcs() argument
H A Dfbcon.h60 const unsigned short *s, int count, int yy, int xx,
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A DMakefile22 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
/kernel/linux/linux-6.6/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
375 /* Compute y^2 -> store in yy */ in kmb_ocs_ecc_is_pubkey_valid_partial()
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()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h70 u8 yy; member
/kernel/linux/linux-5.10/kernel/bpf/
H A DMakefile7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h64 u8 yy; member
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h70 u8 yy; member
/kernel/linux/linux-5.10/lib/mpi/
H A Dec.c1217 MPI x1, y1, z1, k, h, yy; in mpi_ec_mul_point() local
1329 yy = mpi_copy(point->y); in mpi_ec_mul_point()
1333 ec_invm(yy, yy, ctx); in mpi_ec_mul_point()
1338 mpi_set(y1, yy); in mpi_ec_mul_point()
1349 ec_mulm(y1, yy, z3, ctx); in mpi_ec_mul_point()
1368 mpi_set(result->y, yy); in mpi_ec_mul_point()
1371 mpi_free(yy); yy = NULL; in mpi_ec_mul_point()
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dec.c1217 MPI x1, y1, z1, k, h, yy; in mpi_ec_mul_point() local
1326 yy = mpi_copy(point->y); in mpi_ec_mul_point()
1330 ec_invm(yy, yy, ctx); in mpi_ec_mul_point()
1335 mpi_set(y1, yy); in mpi_ec_mul_point()
1346 ec_mulm(y1, yy, z3, ctx); in mpi_ec_mul_point()
1365 mpi_set(result->y, yy); in mpi_ec_mul_point()
1368 mpi_free(yy); yy = NULL; in mpi_ec_mul_point()
/kernel/linux/linux-6.6/kernel/bpf/
H A DMakefile7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
/kernel/linux/linux-5.10/arch/riscv/
H A DMakefile113 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_SOC_CANAAN),yy)
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c407 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit()
424 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
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) matroxfb_1bpp_imageblit() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c407 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit()
424 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
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) matroxfb_1bpp_imageblit() argument

Completed in 17 milliseconds

123