Home
last modified time | relevance | path

Searched defs:st_spk_t (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dspk_types.h73 struct st_spk_t { struct
74 u_long reading_x, cursor_x;
75 u_long reading_y, cursor_y;
76 u_long reading_pos, cursor_pos;
77 u_long go_x, go_pos;
78 u_long w_top, w_bottom, w_left, w_right;
79 u_char w_start, w_enabled;
80 u_char reading_attr, old_attr;
81 char parked, shut_up;
82 struct spk_highlight_color_track ht;
[all …]
/kernel/linux/linux-4.19/drivers/staging/speakup/
Dspk_types.h68 struct st_spk_t { struct
69 u_long reading_x, cursor_x;
70 u_long reading_y, cursor_y;
71 u_long reading_pos, cursor_pos;
72 u_long go_x, go_pos;
73 u_long w_top, w_bottom, w_left, w_right;
74 u_char w_start, w_enabled;
75 u_char reading_attr, old_attr;
76 char parked, shut_up;
77 struct spk_highlight_color_track ht;
[all …]