/linux-6.3-rc2/drivers/video/fbdev/omap/ |
A D | Makefile | 13 objs-yy := omapfb_main.o lcdc.o 25 omapfb-objs := $(objs-yy) 27 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | tileblit.c | 55 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument 63 blit.sy = yy; in tile_putcs()
|
A D | fbcon.h | 60 const unsigned short *s, int count, int yy, int xx,
|
A D | bitblit.c | 144 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument 160 image.dy = yy * vc->vc_font.height; in bit_putcs()
|
A D | fbcon_cw.c | 115 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument 135 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
|
A D | fbcon_ccw.c | 130 const unsigned short *s, int count, int yy, int xx, in ccw_putcs() argument 150 image.dx = yy * vc->vc_font.height; in ccw_putcs()
|
A D | fbcon_ud.c | 152 const unsigned short *s, int count, int yy, int xx, in ud_putcs() argument 173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | renesas,rsnd.txt | 62 [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 outputed channel.
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | btf_dump_test_case_namespacing.c | 68 Y yy; in f()
|
A D | core_reloc_types.h | 1040 char yy; member 1046 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz; member
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-ecc.c | 359 u64 yy[KMB_ECC_VLI_MAX_DIGITS] = { 0 }; in kmb_ocs_ecc_is_pubkey_valid_partial() local 381 rc = kmb_ecc_do_scalar_op(ecc_dev, yy, pk->y, pk->y, curve, pk->ndigits, in kmb_ocs_ecc_is_pubkey_valid_partial() 416 rc = vli_cmp(yy, w, pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_partial() 422 memzero_explicit(yy, sizeof(yy)); in kmb_ocs_ecc_is_pubkey_valid_partial()
|
/linux-6.3-rc2/scripts/ |
A D | Makefile.debug | 12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
|
/linux-6.3-rc2/drivers/firmware/arm_scmi/ |
A D | Makefile | 22 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/ |
A D | otx_cptpf_ucode.h | 70 u8 yy; member
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptpf_ucode.h | 64 u8 yy; member
|
/linux-6.3-rc2/lib/mpi/ |
A D | ec.c | 1214 MPI x1, y1, z1, k, h, yy; in mpi_ec_mul_point() local 1323 yy = mpi_copy(point->y); in mpi_ec_mul_point() 1327 ec_invm(yy, yy, ctx); in mpi_ec_mul_point() 1332 mpi_set(y1, yy); in mpi_ec_mul_point() 1343 ec_mulm(y1, yy, z3, ctx); in mpi_ec_mul_point() 1362 mpi_set(result->y, yy); in mpi_ec_mul_point() 1365 mpi_free(yy); yy = NULL; in mpi_ec_mul_point()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | Makefile | 7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
|
/linux-6.3-rc2/drivers/video/fbdev/matrox/ |
A D | matroxfb_accel.c | 407 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument 424 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
|
/linux-6.3-rc2/arch/riscv/ |
A D | Makefile | 145 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_ARCH_CANAAN),yy)
|
/linux-6.3-rc2/drivers/video/fbdev/nvidia/ |
A D | nvidia.c | 546 u32 xx, yy, temp; in nvidiafb_cursor() local 548 yy = cursor->image.dy - info->var.yoffset; in nvidiafb_cursor() 551 temp |= yy << 16; in nvidiafb_cursor()
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | imsttfb.c | 1200 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);
|
A D | fsl-diu-fb.c | 1046 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()
|
/linux-6.3-rc2/crypto/ |
A D | ecc.c | 1553 u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; in ecc_is_pubkey_valid_partial() local 1569 vli_mod_square_fast(yy, pk->y, curve); /* y^2 */ in ecc_is_pubkey_valid_partial() 1575 if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */ in ecc_is_pubkey_valid_partial()
|
/linux-6.3-rc2/drivers/tty/vt/ |
A D | vt.c | 590 unsigned int xx, yy, offset; in do_update_region() local 597 yy = offset / vc->vc_cols; in do_update_region() 601 xx = nxx; yy = nyy; in do_update_region() 610 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 620 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 624 yy++; in do_update_region()
|
/linux-6.3-rc2/drivers/video/fbdev/riva/ |
A D | fbdev.c | 1591 u32 xx, yy, temp; in rivafb_cursor() local 1593 yy = cursor->image.dy - info->var.yoffset; in rivafb_cursor() 1596 temp |= yy << 16; in rivafb_cursor()
|