Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dselection.c18 unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */ variable
60 spk_ys = limit(spk_ys, vc->vc_rows - 1); in speakup_set_selection()
63 ps = spk_ys * vc->vc_size_row + (spk_xs << 1); in speakup_set_selection()
Dspeakup.h85 extern unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */
Dmain.c358 spk_ys = (u_short) spk_y; in speakup_cut()