/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | Makefile | 13 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 D | Makefile | 8 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 D | btf_dump_test_case_namespacing.c | 68 Y yy; in f()
|
H A D | core_reloc_types.h | 910 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 D | btf_dump_test_case_namespacing.c | 68 Y yy; in f()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | tileblit.c | 56 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 D | fbcon.h | 62 const unsigned short *s, int count, int yy, int xx,
|
H A D | bitblit.c | 144 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 D | fbcon_ud.c | 152 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 D | fbcon_ccw.c | 130 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 D | fbcon_cw.c | 115 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 D | tileblit.c | 55 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 D | fbcon.h | 60 const unsigned short *s, int count, int yy, int xx,
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | Makefile | 22 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
|
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 354 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 D | otx_cptpf_ucode.h | 70 u8 yy; member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | Makefile | 7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptpf_ucode.h | 64 u8 yy; member
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptpf_ucode.h | 70 u8 yy; member
|
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | ec.c | 1217 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 D | ec.c | 1217 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 D | Makefile | 7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
|
/kernel/linux/linux-5.10/arch/riscv/ |
H A D | Makefile | 113 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_SOC_CANAAN),yy)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_accel.c | 407 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 D | matroxfb_accel.c | 407 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
|