Home
last modified time | relevance | path

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

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