| /drivers/video/fbdev/omap/ |
| A D | Makefile | 13 objs-yy := omapfb_main.o lcdc.o 24 omapfb-objs := $(objs-yy) 26 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
|
| /drivers/crypto/intel/keembay/ |
| A 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()
|
| /drivers/pmdomain/mediatek/ |
| A D | Makefile | 6 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
|
| /drivers/firmware/arm_scmi/transports/ |
| A D | Makefile | 13 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
|
| /drivers/video/fbdev/core/ |
| A D | tileblit.c | 53 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument 61 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 | 143 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument 159 image.dy = yy * vc->vc_font.height; in bit_putcs()
|
| A D | fbcon_ccw.c | 129 const unsigned short *s, int count, int yy, int xx, in ccw_putcs() argument 149 image.dx = yy * vc->vc_font.height; in ccw_putcs()
|
| A D | fbcon_cw.c | 114 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument 134 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
|
| A D | fbcon_ud.c | 151 const unsigned short *s, int count, int yy, int xx, in ud_putcs() argument 172 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
|
| /drivers/crypto/marvell/octeontx/ |
| A D | otx_cptpf_ucode.h | 70 u8 yy; member
|
| A D | otx_cptpf_ucode.c | 397 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_tar_dbg_info() 565 ucode->ver_num.xx, ucode->ver_num.yy, ucode->ver_num.zz); in print_ucode_dbg_info()
|
| /drivers/crypto/marvell/octeontx2/ |
| A D | otx2_cptpf_ucode.h | 64 u8 yy; member
|
| A D | otx2_cptpf_ucode.c | 449 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_uc_info()
|
| /drivers/video/fbdev/matrox/ |
| A D | matroxfb_accel.c | 409 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument 426 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
|
| /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()
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | Makefile | 32 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_COMPILE_TEST),yy)
|
| /drivers/video/fbdev/ |
| 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()
|
| 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);
|
| /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()
|
| /drivers/video/fbdev/via/ |
| A D | viafbdev.c | 762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local 782 yy = cursor->image.dy - info->var.yoffset; in viafb_cursor() 784 temp = yy & 0xFFFF; in viafb_cursor()
|
| /drivers/tty/vt/ |
| A D | vt.c | 603 unsigned int xx, yy, offset; in do_update_region() local 608 yy = offset / vc->vc_cols; in do_update_region() 617 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 627 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region() 631 yy++; in do_update_region()
|
| /drivers/bluetooth/ |
| A D | btintel.c | 1071 u8 num, u8 ww, u8 yy, in btintel_firmware_version() argument 1102 yy == params->fw_build_yy); in btintel_firmware_version()
|