Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 5 of 5) sorted by relevance

/drivers/s390/char/
Dtty3270.c80 unsigned int cx, cy; /* Current output position. */ member
1044 line = tp->screen + tp->cy; in tty3270_put_character()
1186 tty3270_convert_line(tp, tp->cy); in tty3270_lf()
1187 if (tp->cy < tp->view.rows - 3) { in tty3270_lf()
1188 tp->cy++; in tty3270_lf()
1204 if (tp->cy > 0) { in tty3270_ri()
1205 tty3270_convert_line(tp, tp->cy); in tty3270_ri()
1206 tp->cy--; in tty3270_ri()
1219 line = tp->screen + tp->cy; in tty3270_insert_characters()
1250 line = tp->screen + tp->cy; in tty3270_delete_characters()
[all …]
/drivers/gpu/drm/omapdrm/
Domap_fb.c344 int cy = max(0, y - crtc->y); in omap_framebuffer_flush() local
346 int ch = h + (y - crtc->y) - cy; in omap_framebuffer_flush()
348 omap_connector_flush(connector, cx, cy, cw, ch); in omap_framebuffer_flush()
/drivers/staging/speakup/
Dspk_types.h65 ulong cy; member
Dmain.c1490 speakup_console[vc->vc_num]->ht.cy = vc->vc_y; in do_handle_cursor()
1601 d = vc->vc_y - speakup_console[vc_num]->ht.cy; in speak_highlight()
/drivers/hid/
Dhid-multitouch.c72 __s32 x, y, cx, cy, p, w, h; member
647 input_event(input, EV_ABS, ABS_MT_TOOL_Y, s->cy); in mt_complete_slot()
719 td->curdata.cy = value; in mt_process_mt_event()