Home
last modified time | relevance | path

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

/drivers/s390/char/
A Dcon3270.c1304 tp->cy++; in tty3270_lf()
1319 if (tp->cy > 0) in tty3270_ri()
1320 tp->cy--; in tty3270_ri()
1446 start = tp->cy + 1; in tty3270_erase_display()
1451 end = tp->cy; in tty3270_erase_display()
1539 int max_cy = max(0, cy); in tty3270_goto_xy()
1606 tp->saved_cy = tp->cy; in tty3270_escape_sequence()
1615 tp->cy = 0; in tty3270_escape_sequence()
1723 tp->saved_cy = tp->cy; in tty3270_escape_sequence()
1779 tp->cy = 0; in tty3270_do_write()
[all …]
/drivers/gpu/drm/vboxvideo/
A 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()
A Dvboxvideo.h406 u32 cy; member
426 u32 cy; /* Rectangle height. */ member
A Dmodesetting.c82 p->cy = height; in hgsmi_update_input_mapping()
/drivers/gpu/drm/sun4i/
A Dsun8i_vi_scaler.c876 const u32 *ch_left, *ch_right, *cy; in sun8i_vi_scaler_set_coeff() local
882 cy = lan2coefftab32; in sun8i_vi_scaler_set_coeff()
886 cy = bicubic4coefftab32; in sun8i_vi_scaler_set_coeff()
908 cy[offset + i]); in sun8i_vi_scaler_set_coeff()
/drivers/hid/
A Dhid-multitouch.c109 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member
561 usage->cy = DEFAULT_ZERO; in mt_allocate_usage()
799 MT_STORE_FIELD(cy); in mt_touch_input_mapping()
1135 int cy; in mt_process_slot() local
1177 cy = hdev->quirks & HID_QUIRK_Y_INVERT ? in mt_process_slot()
1178 input_abs_get_max(input, ABS_MT_POSITION_Y) - *slot->cy : in mt_process_slot()
1179 *slot->cy; in mt_process_slot()
1184 input_event(input, EV_ABS, ABS_MT_TOOL_Y, cy); in mt_process_slot()
/drivers/accessibility/speakup/
A Dspk_types.h70 ulong cy; member
A Dmain.c1563 speakup_console[vc->vc_num]->ht.cy = vc->state.y; in do_handle_cursor()
1674 d = vc->state.y - speakup_console[vc_num]->ht.cy; in speak_highlight()
/drivers/input/touchscreen/
A Dsurface3_spi.c44 __le16 cy; member

Completed in 35 milliseconds