Home
last modified time | relevance | path

Searched refs:spk_ys (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/speakup/
Dselection.c19 unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */ variable
61 spk_ys = limit(spk_ys, vc->vc_rows - 1); in speakup_set_selection()
64 ps = spk_ys * vc->vc_size_row + (spk_xs << 1); in speakup_set_selection()
Dspeakup.h83 extern unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */
Dmain.c350 spk_ys = (u_short)spk_y; in speakup_cut()