Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
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/drivers/video/fbdev/core/
Dtileblit.c56 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument
64 blit.sy = yy; in tile_putcs()
Dfbcon.h62 const unsigned short *s, int count, int yy, int xx,
Dbitblit.c144 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()
Dfbcon_cw.c115 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()
Dfbcon_ud.c152 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()
Dfbcon_ccw.c130 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/
Dbtf_dump_test_case_namespacing.c68 Y yy; in f()
Dcore_reloc_types.h910 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/
Dotx_cptpf_ucode.h70 u8 yy; member
/kernel/linux/linux-5.10/kernel/bpf/
DMakefile7 CFLAGS_core.o += $(call cc-disable-warning, override-init) $(cflags-nogcse-yy)
/kernel/linux/linux-5.10/lib/mpi/
Dec.c1214 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/
Dsamsung,s2mps11.txt47 clock-output-names = "xx", "yy", "zz";
/kernel/linux/linux-5.10/arch/riscv/
DMakefile104 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_SOC_KENDRYTE),yy)
/kernel/linux/patches/linux-5.10/yangfan_patch/
Darch.patch26 +ifeq ("$(CONFIG_MODULES)$(MAKE_MODULES)$(srctree)","yy$(objtree)")
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dsamsung,sec-core.txt52 clock-output-names = "xx", "yy", "zz";
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c407 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/
Drenesas,rsnd.txt62 [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/
Dnvidia.c545 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/
Dimsttfb.c1199 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);
Dfsl-diu-fb.c1046 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/
Decc.c1539 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/
Dfbdev.c1597 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/
Dvt.c646 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/
Dtest.mk423 ifeq ($(LOSCFG_PLATFORM_HI3559)$(LOSCFG_ARCH_CORTEX_A17), yy)

12