Lines Matching refs:speakup_console
239 struct st_spk_t *speakup_console[MAX_NR_CONSOLES]; variable
1345 if (!speakup_console[vc_num]) { in speakup_allocate()
1346 speakup_console[vc_num] = kzalloc(sizeof(*speakup_console[0]), in speakup_allocate()
1348 if (!speakup_console[vc_num]) in speakup_allocate()
1363 kfree(speakup_console[vc_num]); in speakup_deallocate()
1364 speakup_console[vc_num] = NULL; in speakup_deallocate()
1553 speakup_console[vc->vc_num]->ht.cy = vc->state.y; in do_handle_cursor()
1569 hi = speakup_console[vc_num]->ht.highsize[bi]; in update_color_buffer()
1572 if (speakup_console[vc_num]->ht.highsize[bi] == 0) { in update_color_buffer()
1573 speakup_console[vc_num]->ht.rpos[bi] = vc->vc_pos; in update_color_buffer()
1574 speakup_console[vc_num]->ht.rx[bi] = vc->state.x; in update_color_buffer()
1575 speakup_console[vc_num]->ht.ry[bi] = vc->state.y; in update_color_buffer()
1579 speakup_console[vc_num]->ht.highbuf[bi][hi] = ic[i]; in update_color_buffer()
1582 if (speakup_console[vc_num]->ht.highbuf[bi][hi - 1] != in update_color_buffer()
1584 speakup_console[vc_num]->ht.highbuf[bi][hi] = in update_color_buffer()
1591 speakup_console[vc_num]->ht.highsize[bi] = hi; in update_color_buffer()
1600 speakup_console[vc_num]->ht.highsize[i] = 0; in reset_highlight_buffers()
1612 speakup_console[vc_num]->ht.bgcount[i] = 0; in count_highlight_color()
1621 speakup_console[vc_num]->ht.bgcount[bg]++; in count_highlight_color()
1628 if (speakup_console[vc_num]->ht.bgcount[i] > 0) in count_highlight_color()
1644 if (speakup_console[vc_num]->ht.bgcount[cptr[i]] > in get_highlight_color()
1645 speakup_console[vc_num]->ht.bgcount[cptr[j]]) in get_highlight_color()
1649 if (speakup_console[vc_num]->ht.bgcount[cptr[i]] != 0) in get_highlight_color()
1650 if (speakup_console[vc_num]->ht.highsize[cptr[i]] > 0) in get_highlight_color()
1664 d = vc->state.y - speakup_console[vc_num]->ht.cy; in speak_highlight()
1666 if (speakup_console[vc_num]->ht.ry[hc] != vc->state.y) in speak_highlight()
1670 spkup_write(speakup_console[vc_num]->ht.highbuf[hc], in speak_highlight()
1671 speakup_console[vc_num]->ht.highsize[hc]); in speak_highlight()
1672 spk_pos = spk_cp = speakup_console[vc_num]->ht.rpos[hc]; in speak_highlight()
1673 spk_x = spk_cx = speakup_console[vc_num]->ht.rx[hc]; in speak_highlight()
1674 spk_y = spk_cy = speakup_console[vc_num]->ht.ry[hc]; in speak_highlight()
1728 if (!speakup_console[vc->vc_num]) in speakup_bs()
1781 if (!speakup_console[vc->vc_num] || spk_parked || !synth) in speakup_con_update()
1818 if (speakup_console[vc->vc_num]) in do_handle_spec()
1819 speakup_console[vc->vc_num]->tty_stopped = on_off; in do_handle_spec()
2333 kfree(speakup_console[i]); in speakup_exit()
2437 kfree(speakup_console[i]); in speakup_init()