| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | dummycon.c | 52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() argument 61 int count, int ypos, int xpos) in dummycon_putcs() argument 86 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() argument 88 int count, int ypos, int xpos) { } in dummycon_putcs() argument
|
| H A D | newport_con.c | 370 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() argument 378 ypos <<= 4; in newport_putc() 380 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc() 391 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc() 400 int count, int ypos, int xpos) in newport_putcs() argument 409 ypos <<= 4; in newport_putcs() 413 newport_render_background(xpos, ypos, in newport_putcs() 414 xpos + ((count - 1) << 3), ypos, in newport_putcs() 432 (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putcs()
|
| H A D | sticon.c | 73 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument 81 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc() 85 int count, int ypos, int xpos) in sticon_putcs() argument 94 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcon.h | 234 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() argument 238 ypos += p->yscroll; in real_y() 239 return ypos < rows ? ypos : ypos - rows; in real_y()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | console_truetype.c | 86 int ypos; member 185 priv->pos[i].ypos -= diff; in console_truetype_move_rows() 237 pos->ypos = vc_priv->ycur; in console_truetype_putc_xy() 398 if (pos->ypos == vc_priv->ycur) in console_truetype_backspace() 403 console_truetype_erase(dev, VID_TO_PIXEL(pos->xpos_frac), pos->ypos, in console_truetype_backspace() 404 xend, pos->ypos + vc_priv->y_charsize, in console_truetype_backspace() 409 vc_priv->ycur = pos->ypos; in console_truetype_backspace()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | au1200fb.c | 114 unsigned int ypos; member 197 int ypos; member 703 int xpos, int ypos) in au1200_setlocation() argument 724 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation() 726 ysz = panel->Yres - ypos; /* off by 1 ??? */ in au1200_setlocation() 738 if (ypos < 0) { in au1200_setlocation() 740 ysz = win->w[plane].yres + ypos; in au1200_setlocation() 742 ypos = 0; in au1200_setlocation() 748 win->w[plane].ypos = ypos; in au1200_setlocation() 753 winctrl0 |= (ypos << 10); in au1200_setlocation() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/ |
| H A D | aes-gcm.c | 148 u8 *ypos = y; in aes_gctr() local 158 aes_encrypt(aes, cb, ypos); in aes_gctr() 159 xor_block(ypos, xpos); in aes_gctr() 161 ypos += AES_BLOCK_SIZE; in aes_gctr() 170 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/ |
| H A D | aes-gcm.c | 148 u8 *ypos = y; in aes_gctr() local 158 aes_encrypt(aes, cb, ypos); in aes_gctr() 159 xor_block(ypos, xpos); in aes_gctr() 161 ypos += AES_BLOCK_SIZE; in aes_gctr() 170 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/ |
| H A D | aes-gcm.c | 147 u8 *ypos = y; in aes_gctr() local 157 aes_encrypt(aes, cb, ypos); in aes_gctr() 158 xor_block(ypos, xpos); in aes_gctr() 160 ypos += AES_BLOCK_SIZE; in aes_gctr() 169 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpbe_osd.c | 888 lconfig->ypos = min(lconfig->ypos, (unsigned)MAX_WIN_SIZE); in try_layer_config() 893 lconfig->ypos &= ~1; in try_layer_config() 1007 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN0YP); in _osd_set_layer_config() 1010 osd_write(sd, lconfig->ypos, OSD_OSDWIN0YP); in _osd_set_layer_config() 1063 osd_write(sd, lconfig->ypos >> 1, OSD_VIDWIN0YP); in _osd_set_layer_config() 1067 osd_write(sd, lconfig->ypos >> 1, in _osd_set_layer_config() 1073 osd_write(sd, lconfig->ypos, OSD_VIDWIN0YP); in _osd_set_layer_config() 1077 osd_write(sd, lconfig->ypos, OSD_VIDWIN1YP); in _osd_set_layer_config() 1156 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN1YP); in _osd_set_layer_config() 1159 osd_write(sd, lconfig->ypos, OSD_OSDWIN1YP); in _osd_set_layer_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | migor_ts.c | 36 unsigned short xpos, ypos; in migor_ts_isr() local 66 ypos = ((buf[9] & 0x03) << 8 | buf[8]); in migor_ts_isr() 74 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ in migor_ts_isr()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublevector2d_p.h | 70 Q_DECL_CONSTEXPR inline QDoubleVector2D(double xpos, double ypos); 126 …CONSTEXPR inline QDoubleVector2D::QDoubleVector2D(double xpos, double ypos) : xp(xpos), yp(ypos) {} in QDoubleVector2D() argument
|
| H A D | qdoublevector3d_p.h | 68 Q_DECL_CONSTEXPR inline QDoubleVector3D(double xpos, double ypos, double zpos); 137 …ine QDoubleVector3D::QDoubleVector3D(double xpos, double ypos, double zpos) : xp(xpos), yp(ypos), … in QDoubleVector3D() argument
|
| /OK3568_Linux_fs/kernel/include/media/davinci/ |
| H A D | vpbe_osd.h | 254 unsigned ypos; member 283 unsigned ypos; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | console.h | 51 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos); 53 int count, int ypos, int xpos);
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | sentelic.rst | 118 Byte 3: Y coordinate (ypos[9:2]) 120 Bit3~Bit2 => X coordinate (ypos[1:0]) 173 Byte 3: Y coordinate (ypos[9:2]) 175 Bit3~Bit2 => X coordinate (ypos[1:0]) 198 Byte 3: Y coordinate (ypos[9:2]) 200 Bit3~Bit2 => X coordinate (ypos[1:0]) 265 Byte 3: Y coordinate (ypos[9:2]) 267 Bit3~Bit2 => X coordinate (ypos[1:0]) 292 Byte 3: Y coordinate (ypos[9:2]) 294 Bit3~Bit2 => X coordinate (ypos[1:0]) [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/ |
| H A D | rk_aiq_alsc_convert_otp.cpp | 197 int ypos[17]; in computeSamplingInterval() local 200 computeSamplingPoint(height, ypos); in computeSamplingInterval() 205 yInterval[i] = ypos[i + 1] - ypos[i]; in computeSamplingInterval()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | font.h | 59 bool font_render_text(struct image *image, size_t xpos, size_t ypos,
|