/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
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/drivers/video/fbdev/core/ |
D | tileblit.c | 56 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument 64 blit.sy = yy; in tile_putcs()
|
D | fbcon.h | 62 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 68 Y yy; in f()
|
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-5.10/drivers/crypto/marvell/octeontx/ |
D | otx_cptpf_ucode.h | 70 u8 yy; member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | Makefile | 7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
|
/kernel/linux/linux-5.10/lib/mpi/ |
D | ec.c | 1214 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-5.10/Documentation/devicetree/bindings/clock/ |
D | samsung,s2mps11.txt | 47 clock-output-names = "xx", "yy", "zz";
|
/kernel/linux/linux-5.10/arch/riscv/ |
D | Makefile | 104 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_SOC_KENDRYTE),yy)
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | arch.patch | 26 +ifeq ("$(CONFIG_MODULES)$(MAKE_MODULES)$(srctree)","yy$(objtree)")
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | samsung,sec-core.txt | 52 clock-output-names = "xx", "yy", "zz";
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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 outputed channel.
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 545 u32 xx, yy, temp; in nvidiafb_cursor() local 547 yy = cursor->image.dy - info->var.yoffset; in nvidiafb_cursor() 550 temp |= yy << 16; in nvidiafb_cursor()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | imsttfb.c | 1199 u32 flags = cursor->set, fg, bg, xx, yy; 1208 yy = cursor->image.dy - info->var.yoffset; 1250 imsttfb_load_cursor_image(par, xx, yy, fgc);
|
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()
|
/kernel/linux/linux-5.10/crypto/ |
D | ecc.c | 1539 u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; in ecc_is_pubkey_valid_partial() local 1555 vli_mod_square_fast(yy, pk->y, curve); /* y^2 */ in ecc_is_pubkey_valid_partial() 1561 if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */ in ecc_is_pubkey_valid_partial()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
D | fbdev.c | 1597 u32 xx, yy, temp; in rivafb_cursor() local 1599 yy = cursor->image.dy - info->var.yoffset; in rivafb_cursor() 1602 temp |= yy << 16; in rivafb_cursor()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
D | vt.c | 646 unsigned int xx, yy, offset; in do_update_region() local 653 yy = offset / vc->vc_cols; in do_update_region() 657 xx = nxx; yy = nyy; in do_update_region() 666 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 676 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 680 yy++; in do_update_region()
|
/kernel/liteos_a/testsuites/kernel/ |
D | test.mk | 423 ifeq ($(LOSCFG_PLATFORM_HI3559)$(LOSCFG_ARCH_CORTEX_A17), yy)
|