Searched defs:st_spk_t (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/staging/speakup/ | 
| D | spk_types.h | 69 struct st_spk_t {  struct70 	u_long reading_x, cursor_x;
 71 	u_long reading_y, cursor_y;
 72 	u_long reading_pos, cursor_pos;
 73 	u_long go_x, go_pos;
 74 	u_long w_top, w_bottom, w_left, w_right;
 75 	u_char w_start, w_enabled;
 76 	u_char reading_attr, old_attr;
 77 	char parked, shut_up;
 78 	struct spk_highlight_color_track ht;
 [all …]
 
 |