Searched refs:read_buff_add (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/accessibility/speakup/ |
H A D | speakup_dummy.c | 100 static void read_buff_add(u_char c) in read_buff_add() function 128 .read_buff_add = read_buff_add,
|
H A D | speakup_dectlk.c | 34 static void read_buff_add(u_char c); 148 .read_buff_add = read_buff_add, 182 static void read_buff_add(u_char c) in read_buff_add() function
|
H A D | serialio.c | 122 synth->read_buff_add((u_char)c); in synth_readbuf_handler() 132 if (!synth->read_buff_add) in start_serial_interrupt() 206 if (!synth->read_buff_add) in spk_stop_serial_interrupt()
|
H A D | speakup_decext.c | 26 static void read_buff_add(u_char ch) in read_buff_add() function 139 .read_buff_add = read_buff_add,
|
H A D | spk_ttyio.c | 80 if (synth->read_buff_add) { in spk_ttyio_receive_buf2() 84 synth->read_buff_add(cp[i]); in spk_ttyio_receive_buf2()
|
H A D | speakup_bns.c | 108 .read_buff_add = NULL,
|
H A D | speakup_txprt.c | 113 .read_buff_add = NULL,
|
H A D | speakup_spkout.c | 115 .read_buff_add = NULL,
|
H A D | speakup_acntsa.c | 112 .read_buff_add = NULL,
|
H A D | spk_types.h | 199 void (*read_buff_add)(u_char c); member
|
H A D | speakup_audptr.c | 115 .read_buff_add = NULL,
|
H A D | speakup_ltlk.c | 124 .read_buff_add = NULL,
|
H A D | speakup_apollo.c | 124 .read_buff_add = NULL,
|
H A D | speakup_keypc.c | 116 .read_buff_add = NULL,
|
H A D | speakup_acntpc.c | 125 .read_buff_add = NULL,
|
H A D | speakup_decpc.c | 235 .read_buff_add = NULL,
|
H A D | speakup_dtlk.c | 141 .read_buff_add = NULL,
|
H A D | speakup_soft.c | 149 .read_buff_add = NULL,
|