Home
last modified time | relevance | path

Searched refs:synth (Results 1 – 25 of 75) sorted by relevance

123

/linux/drivers/accessibility/speakup/
A Dsynth.c81 synth->flush(synth); in _spk_do_catch_up()
99 ret = synth->io_ops->synth_out(synth, ch); in _spk_do_catch_up()
110 if (synth->io_ops->synth_out(synth, synth->procspeech)) in _spk_do_catch_up()
123 synth->io_ops->synth_out(synth, synth->procspeech); in _spk_do_catch_up()
140 synth->io_ops->flush_buffer(synth); in spk_synth_flush()
141 synth->io_ops->synth_out(synth, synth->clear); in spk_synth_flush()
147 return synth->io_ops->synth_in_nowait(synth); in spk_synth_get_index()
276 synth->get_index(synth); in spk_reset_index_count()
309 int ind = synth->get_index(synth); in spk_get_index_count()
399 if (synth->probe(synth) < 0) { in do_synth_init()
[all …]
A Dspeakup_audptr.c19 static int synth_probe(struct spk_synth *synth);
20 static void synth_flush(struct spk_synth *synth);
122 synth->io_ops->flush_buffer(synth); in synth_flush()
123 synth->io_ops->send_xchar(synth, SYNTH_CLEAR); in synth_flush()
124 synth->io_ops->synth_out(synth, PROCSPEECH); in synth_flush()
132 synth->synth_immediate(synth, "\x05[Q]"); in synth_version()
133 synth_id[test] = synth->io_ops->synth_in(synth); in synth_version()
137 synth_id[++test] = synth->io_ops->synth_in(synth); in synth_version()
149 failed = spk_ttyio_synth_probe(synth); in synth_probe()
151 synth_version(synth); in synth_probe()
[all …]
A Dspk_priv.h37 void spk_serial_release(struct spk_synth *synth);
38 void spk_ttyio_release(struct spk_synth *synth);
52 int spk_serial_synth_probe(struct spk_synth *synth);
53 int spk_ttyio_synth_probe(struct spk_synth *synth);
56 const char *spk_ttyio_synth_immediate(struct spk_synth *synth,
58 void spk_do_catch_up(struct spk_synth *synth);
59 void spk_do_catch_up_unicode(struct spk_synth *synth);
60 void spk_synth_flush(struct spk_synth *synth);
61 unsigned char spk_synth_get_index(struct spk_synth *synth);
62 int spk_synth_is_alive_nop(struct spk_synth *synth);
[all …]
A Dspeakup_dectlk.c32 static void do_catch_up(struct spk_synth *synth);
33 static void synth_flush(struct spk_synth *synth);
200 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
243 synth->flush(synth); in do_catch_up()
258 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
272 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
275 synth->io_ops->synth_out(synth, in do_catch_up()
291 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
298 synth->io_ops->synth_out(synth, ']'); in synth_flush()
301 synth->io_ops->flush_buffer(synth); in synth_flush()
[all …]
A Dspeakup_decext.c36 static void do_catch_up(struct spk_synth *synth);
37 static void synth_flush(struct spk_synth *synth);
144 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
168 synth->flush(synth); in do_catch_up()
182 if (synth_full() || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
196 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
199 synth->io_ops->synth_out(synth, in do_catch_up()
215 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
218 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
221 synth->io_ops->flush_buffer(synth); in synth_flush()
[all …]
A Dserialio.c122 synth->read_buff_add((u_char)c); in synth_readbuf_handler()
132 if (!synth->read_buff_add) in start_serial_interrupt()
177 if ((synth->ser >= SPK_LO_TTY) && (synth->ser <= SPK_HI_TTY)) { in spk_serial_synth_probe()
178 ser = spk_serial_init(synth->ser); in spk_serial_synth_probe()
191 pr_info("%s: not found\n", synth->long_name); in spk_serial_synth_probe()
195 synth->long_name, synth->ser, synth->version); in spk_serial_synth_probe()
196 synth->alive = 1; in spk_serial_synth_probe()
206 if (!synth->read_buff_add) in spk_stop_serial_interrupt()
299 ch = synth->procspeech; in spk_serial_synth_immediate()
300 if (spk_serial_wait_for_xmitr(synth)) in spk_serial_synth_immediate()
[all …]
A Dspk_types.h160 void (*send_xchar)(struct spk_synth *synth, char ch);
162 unsigned char (*synth_in)(struct spk_synth *synth);
164 void (*flush_buffer)(struct spk_synth *synth);
165 int (*wait_for_xmitr)(struct spk_synth *synth);
191 int (*probe)(struct spk_synth *synth);
192 void (*release)(struct spk_synth *synth);
193 const char *(*synth_immediate)(struct spk_synth *synth,
195 void (*catch_up)(struct spk_synth *synth);
196 void (*flush)(struct spk_synth *synth);
197 int (*is_alive)(struct spk_synth *synth);
[all …]
A Dspeakup_keypc.c26 static int synth_probe(struct spk_synth *synth);
27 static void keynote_release(struct spk_synth *synth);
29 static void do_catch_up(struct spk_synth *synth);
30 static void synth_flush(struct spk_synth *synth);
164 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
190 synth->flush(synth); in do_catch_up()
249 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
254 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
286 pr_info("%s: not found\n", synth->long_name); in synth_probe()
293 synth->version); in synth_probe()
[all …]
A Dspk_ttyio.c15 struct spk_synth *synth; member
41 synth->ser == SYNTH_DEFAULT_SER) in get_dev_to_use()
44 return ser_to_dev(synth->ser, dev_no); in get_dev_to_use()
79 struct spk_synth *synth = ldisc_data->synth; in spk_ttyio_receive_buf2() local
81 if (synth->read_buff_add) { in spk_ttyio_receive_buf2()
85 synth->read_buff_add(cp[i]); in spk_ttyio_receive_buf2()
151 ret = get_dev_to_use(synth, &dev); in spk_ttyio_initialise_ldisc()
197 ldisc_data->synth = synth; in spk_ttyio_initialise_ldisc()
198 synth->dev = tty; in spk_ttyio_initialise_ldisc()
342 int rv = spk_ttyio_initialise_ldisc(synth); in spk_ttyio_synth_probe()
[all …]
A Dspeakup_apollo.c25 static void do_catch_up(struct spk_synth *synth);
125 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
153 synth->flush(synth); in do_catch_up()
165 if (!synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
166 synth->io_ops->tiocmset(synth, 0, UART_MCR_RTS); in do_catch_up()
167 synth->io_ops->tiocmset(synth, UART_MCR_RTS, 0); in do_catch_up()
177 if (synth->io_ops->synth_out(synth, synth->procspeech)) in do_catch_up()
190 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
A Dspeakup_acntpc.c27 static int synth_probe(struct spk_synth *synth);
28 static void accent_release(struct spk_synth *synth);
30 static void do_catch_up(struct spk_synth *synth);
31 static void synth_flush(struct spk_synth *synth);
162 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
189 synth->flush(synth); in do_catch_up()
242 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
247 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
285 pr_info("%s: not found\n", synth->long_name); in synth_probe()
292 synth->version); in synth_probe()
[all …]
A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
55 synth->catch_up(synth); in speakup_thread()
A Dspeakup_dtlk.c26 static int synth_probe(struct spk_synth *synth);
27 static void dtlk_release(struct spk_synth *synth);
29 static void do_catch_up(struct spk_synth *synth);
30 static void synth_flush(struct spk_synth *synth);
181 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
202 synth->flush(synth); in do_catch_up()
252 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
280 synth_immediate(synth, "\x18\x01?"); in synth_interrogate()
316 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
360 sp = synth_interrogate(synth); in synth_probe()
[all …]
A Dspeakup_ltlk.c19 static int synth_probe(struct spk_synth *synth);
128 static void synth_interrogate(struct spk_synth *synth) in synth_interrogate() argument
133 synth->synth_immediate(synth, "\x18\x01?"); in synth_interrogate()
135 buf[i] = synth->io_ops->synth_in(synth); in synth_interrogate()
146 pr_info("%s: ROM version: %s\n", synth->long_name, rom_v); in synth_interrogate()
149 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
153 failed = spk_ttyio_synth_probe(synth); in synth_probe()
155 synth_interrogate(synth); in synth_probe()
156 synth->alive = !failed; in synth_probe()
A Dspeakup_decpc.c127 static int synth_probe(struct spk_synth *synth);
130 static void do_catch_up(struct spk_synth *synth);
131 static void synth_flush(struct spk_synth *synth);
298 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
363 static void do_catch_up(struct spk_synth *synth) in do_catch_up() argument
386 synth->flush(synth); in do_catch_up()
450 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
454 pr_info("Probing for %s.\n", synth->long_name); in synth_probe()
467 pr_info("%s: not found\n", synth->long_name); in synth_probe()
472 synth->version); in synth_probe()
[all …]
A Dspeakup_spkout.c19 static void synth_flush(struct spk_synth *synth);
118 static void synth_flush(struct spk_synth *synth) in synth_flush() argument
120 synth->io_ops->flush_buffer(synth); in synth_flush()
121 synth->io_ops->send_xchar(synth, SYNTH_CLEAR); in synth_flush()
A Dspeakup_acntsa.c20 static int synth_probe(struct spk_synth *synth);
116 static int synth_probe(struct spk_synth *synth) in synth_probe() argument
120 failed = spk_ttyio_synth_probe(synth); in synth_probe()
122 synth->synth_immediate(synth, "\033=R\r"); in synth_probe()
125 synth->alive = !failed; in synth_probe()
A Dspeakup_soft.c26 static int softsynth_probe(struct spk_synth *synth);
27 static void softsynth_release(struct spk_synth *synth);
28 static int softsynth_is_alive(struct spk_synth *synth);
29 static unsigned char get_index(struct spk_synth *synth);
355 static unsigned char get_index(struct spk_synth *synth) in get_index() argument
382 static int softsynth_probe(struct spk_synth *synth) in softsynth_probe() argument
412 static void softsynth_release(struct spk_synth *synth) in softsynth_release() argument
421 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive() argument
/linux/drivers/clk/ti/
A Dfapll.c321 if (!synth->div) in ti_fapll_synth_recalc_rate()
339 if (synth->freq) { in ti_fapll_synth_recalc_rate()
420 if (!synth->freq) { in ti_fapll_synth_round_rate()
457 if (!synth->freq) in ti_fapll_synth_set_rate()
512 synth = kzalloc(sizeof(*synth), GFP_KERNEL); in ti_fapll_synth_setup()
513 if (!synth) in ti_fapll_synth_setup()
516 synth->fd = fd; in ti_fapll_synth_setup()
518 synth->freq = freq; in ti_fapll_synth_setup()
519 synth->div = div; in ti_fapll_synth_setup()
520 synth->name = name; in ti_fapll_synth_setup()
[all …]
/linux/drivers/clk/
A Dclk-si5341.c567 u8 index = synth->index; in si5341_synth_clk_is_on()
613 u8 index = synth->index; in si5341_synth_clk_prepare()
655 f = synth->data->freq_vco; in si5341_synth_clk_recalc_rate()
672 f = synth->data->freq_vco; in si5341_synth_clk_round_rate()
677 f = synth->data->freq_vco; in si5341_synth_clk_round_rate()
689 u8 index = synth->index; in si5341_synth_program()
714 n_num = synth->data->freq_vco; in si5341_synth_clk_set_rate()
732 synth->index, n_num, n_den, in si5341_synth_clk_set_rate()
977 return &data->synth[idx].hw; in of_clk_si5341_get()
1700 data->synth[i].index = i; in si5341_probe()
[all …]
/linux/sound/synth/emux/
A DMakefile7 snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
9 snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o
11 snd-emux-synth-y += emux_oss.o
14 obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o
/linux/drivers/clk/spear/
A DMakefile6 obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o
/linux/sound/synth/
A D.built-in.a.cmd1synth/built-in.a := echo >/dev/null; rm -f sound/synth/built-in.a; /usr/bin/ccache /home/test/work…
/linux/sound/drivers/opl3/
A DMakefile8 snd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o
10 snd-opl3-synth-y += opl3_oss.o
15 obj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o
/linux/Documentation/ABI/stable/
A Dsysfs-driver-speakup157 What: /sys/accessibility/speakup/synth
258 What: /sys/accessibility/speakup/<synth-name>/
284 What: /sys/accessibility/speakup/<synth-name>/caps_stop
298 What: /sys/accessibility/speakup/<synth-name>/direct
309 What: /sys/accessibility/speakup/<synth-name>/freq
334 What: /sys/accessibility/speakup/<synth-name>/pitch
345 What: /sys/accessibility/speakup/<synth-name>/punct
353 What: /sys/accessibility/speakup/<synth-name>/rate
359 What: /sys/accessibility/speakup/<synth-name>/tone
372 What: /sys/accessibility/speakup/<synth-name>/voice
[all …]

Completed in 63 milliseconds

123