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

/drivers/staging/speakup/
H A Dspk_types.h82 #define spk_shut_up (speakup_console[vc->vc_num]->shut_up)
83 #define spk_killed (speakup_console[vc->vc_num]->shut_up & 0x40)
84 #define spk_x (speakup_console[vc->vc_num]->reading_x)
85 #define spk_cx (speakup_console[vc->vc_num]->cursor_x)
86 #define spk_y (speakup_console[vc->vc_num]->reading_y)
87 #define spk_cy (speakup_console[vc->vc_num]->cursor_y)
88 #define spk_pos (speakup_console[vc->vc_num]->reading_pos)
89 #define spk_cp (speakup_console[vc->vc_num]->cursor_pos)
90 #define goto_pos (speakup_console[vc->vc_num]->go_pos)
91 #define goto_x (speakup_console[v
[all...]
H A Dbuffers.c28 if (speakup_console[i] && speakup_console[i]->tty_stopped)
H A Dmain.c247 struct st_spk_t *speakup_console[MAX_NR_CONSOLES]; variable in typeref:struct:st_spk_t
1314 if (speakup_console[vc_num] == NULL) {
1315 speakup_console[vc_num] = kzalloc(sizeof(*speakup_console[0]),
1317 if (speakup_console[vc_num] == NULL)
1331 kfree(speakup_console[vc_num]);
1332 speakup_console[vc_num] = NULL;
1515 speakup_console[vc->vc_num]->ht.cy = vc->vc_y;
1531 hi = speakup_console[vc_num]->ht.highsize[bi];
1534 if (speakup_console[vc_nu
[all...]
H A Dspeakup.h94 extern struct st_spk_t *speakup_console[];

Completed in 49 milliseconds