Home
last modified time | relevance | path

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

/drivers/s390/char/
Dtty3270.c81 unsigned int cx, cy; /* Current output position. */ member
1089 line = tp->screen + tp->cy; in tty3270_put_character()
1231 tty3270_convert_line(tp, tp->cy); in tty3270_lf()
1232 if (tp->cy < tp->view.rows - 3) { in tty3270_lf()
1233 tp->cy++; in tty3270_lf()
1249 if (tp->cy > 0) { in tty3270_ri()
1250 tty3270_convert_line(tp, tp->cy); in tty3270_ri()
1251 tp->cy--; in tty3270_ri()
1264 line = tp->screen + tp->cy; in tty3270_insert_characters()
1295 line = tp->screen + tp->cy; in tty3270_delete_characters()
[all …]
/drivers/gpu/drm/vboxvideo/
Dvbox_irq.c88 hintsj->dy + (hintsj->cy & 0x8fff) && in validate_or_set_position_hints()
89 hintsi->dy + (hintsi->cy & 0x8fff) > in validate_or_set_position_hints()
140 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()
155 hints->cy, 0, flags); in vbox_update_mode_hints()
Dvboxvideo.h408 u32 cy; member
428 u32 cy; /* Rectangle height. */ member
Dmodesetting.c82 p->cy = height; in hgsmi_update_input_mapping()
/drivers/gpu/drm/sun4i/
Dsun8i_vi_scaler.c874 const u32 *ch_left, *ch_right, *cy; in sun8i_vi_scaler_set_coeff() local
880 cy = lan2coefftab32; in sun8i_vi_scaler_set_coeff()
884 cy = bicubic4coefftab32; in sun8i_vi_scaler_set_coeff()
906 cy[offset + i]); in sun8i_vi_scaler_set_coeff()
/drivers/hid/
Dhid-multitouch.c100 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member
540 usage->cy = DEFAULT_ZERO; in mt_allocate_usage()
773 MT_STORE_FIELD(cy); in mt_touch_input_mapping()
1094 int cy; in mt_process_slot() local
1136 cy = hdev->quirks & HID_QUIRK_Y_INVERT ? in mt_process_slot()
1137 input_abs_get_max(input, ABS_MT_POSITION_Y) - *slot->cy : in mt_process_slot()
1138 *slot->cy; in mt_process_slot()
1143 input_event(input, EV_ABS, ABS_MT_TOOL_Y, cy); in mt_process_slot()
/drivers/accessibility/speakup/
Dspk_types.h70 ulong cy; member
Dmain.c1553 speakup_console[vc->vc_num]->ht.cy = vc->state.y; in do_handle_cursor()
1664 d = vc->state.y - speakup_console[vc_num]->ht.cy; in speak_highlight()
/drivers/input/touchscreen/
Dsurface3_spi.c44 __le16 cy; member