/Linux-v6.6/drivers/video/fbdev/omap/ |
D | Makefile | 13 objs-yy := omapfb_main.o lcdc.o 24 omapfb-objs := $(objs-yy) 26 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
|
/Linux-v6.6/drivers/video/fbdev/core/ |
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()
|
D | fbcon.h | 60 const unsigned short *s, int count, int yy, int xx,
|
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()
|
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()
|
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()
|
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()
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
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 outputted channel.
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 68 Y yy; in f()
|
D | core_reloc_types.h | 1040 char yy; member 1046 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz; member
|
/Linux-v6.6/drivers/crypto/intel/keembay/ |
D | keembay-ocs-ecc.c | 354 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-v6.6/scripts/ |
D | Makefile.debug | 12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
|
/Linux-v6.6/drivers/firmware/arm_scmi/ |
D | Makefile | 22 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
|
/Linux-v6.6/drivers/crypto/marvell/octeontx/ |
D | otx_cptpf_ucode.h | 70 u8 yy; member
|
/Linux-v6.6/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptpf_ucode.h | 64 u8 yy; member
|
/Linux-v6.6/lib/crypto/mpi/ |
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-v6.6/kernel/bpf/ |
D | Makefile | 7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
|
/Linux-v6.6/drivers/video/fbdev/matrox/ |
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-v6.6/arch/riscv/ |
D | Makefile | 151 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_ARCH_CANAAN),yy)
|
/Linux-v6.6/drivers/video/fbdev/nvidia/ |
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-v6.6/drivers/video/fbdev/ |
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()
|
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);
|
/Linux-v6.6/arch/powerpc/ |
D | Makefile | 45 ifeq ($(CONFIG_PPC64)$(CONFIG_LD_IS_BFD),yy)
|
/Linux-v6.6/crypto/ |
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-v6.6/drivers/tty/vt/ |
D | vt.c | 593 unsigned int xx, yy, offset; in do_update_region() local 600 yy = offset / vc->vc_cols; in do_update_region() 604 xx = nxx; yy = nyy; in do_update_region() 613 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 623 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 627 yy++; in do_update_region()
|