Home
last modified time | relevance | path

Searched refs:speakup_console (Results 1 – 4 of 4) sorted by relevance

/drivers/accessibility/speakup/
Dspk_types.h87 #define spk_shut_up (speakup_console[vc->vc_num]->shut_up)
88 #define spk_killed (speakup_console[vc->vc_num]->shut_up & 0x40)
89 #define spk_x (speakup_console[vc->vc_num]->reading_x)
90 #define spk_cx (speakup_console[vc->vc_num]->cursor_x)
91 #define spk_y (speakup_console[vc->vc_num]->reading_y)
92 #define spk_cy (speakup_console[vc->vc_num]->cursor_y)
93 #define spk_pos (speakup_console[vc->vc_num]->reading_pos)
94 #define spk_cp (speakup_console[vc->vc_num]->cursor_pos)
95 #define goto_pos (speakup_console[vc->vc_num]->go_pos)
96 #define goto_x (speakup_console[vc->vc_num]->go_x)
[all …]
Dmain.c240 struct st_spk_t *speakup_console[MAX_NR_CONSOLES]; variable
1346 if (!speakup_console[vc_num]) { in speakup_allocate()
1347 speakup_console[vc_num] = kzalloc(sizeof(*speakup_console[0]), in speakup_allocate()
1349 if (!speakup_console[vc_num]) in speakup_allocate()
1364 kfree(speakup_console[vc_num]); in speakup_deallocate()
1365 speakup_console[vc_num] = NULL; in speakup_deallocate()
1555 speakup_console[vc->vc_num]->ht.cy = vc->state.y; in do_handle_cursor()
1571 hi = speakup_console[vc_num]->ht.highsize[bi]; in update_color_buffer()
1574 if (speakup_console[vc_num]->ht.highsize[bi] == 0) { in update_color_buffer()
1575 speakup_console[vc_num]->ht.rpos[bi] = vc->vc_pos; in update_color_buffer()
[all …]
Dbuffers.c29 if (speakup_console[i] && speakup_console[i]->tty_stopped) in speakup_start_ttys()
Dspeakup.h92 extern struct st_spk_t *speakup_console[];