Home
last modified time | relevance | path

Searched defs:synth (Results 1 – 25 of 60) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/accessibility/speakup/
Dsynth.c22 struct spk_synth *synth; variable
54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up()
126 void spk_do_catch_up(struct spk_synth *synth) in spk_do_catch_up()
132 void spk_do_catch_up_unicode(struct spk_synth *synth) in spk_do_catch_up_unicode()
138 void spk_synth_flush(struct spk_synth *synth) in spk_synth_flush()
145 unsigned char spk_synth_get_index(struct spk_synth *synth) in spk_synth_get_index()
151 int spk_synth_is_alive_nop(struct spk_synth *synth) in spk_synth_is_alive_nop()
158 int spk_synth_is_alive_restart(struct spk_synth *synth) in spk_synth_is_alive_restart()
361 struct spk_synth *tmp, *synth = NULL; in synth_init() local
Dspeakup_dtlk.c191 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
247 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
262 static void synth_flush(struct spk_synth *synth) in synth_flush()
283 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate()
326 static int synth_probe(struct spk_synth *synth) in synth_probe()
378 static void dtlk_release(struct spk_synth *synth) in dtlk_release()
Dspeakup_acntpc.c149 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
171 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
251 static void synth_flush(struct spk_synth *synth) in synth_flush()
256 static int synth_probe(struct spk_synth *synth) in synth_probe()
306 static void accent_release(struct spk_synth *synth) in accent_release()
Dspeakup_keypc.c152 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
173 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
258 static void synth_flush(struct spk_synth *synth) in synth_flush()
263 static int synth_probe(struct spk_synth *synth) in synth_probe()
307 static void keynote_release(struct spk_synth *synth) in keynote_release()
Dserialio.c153 static void spk_serial_send_xchar(struct spk_synth *synth, char ch) in spk_serial_send_xchar()
172 int spk_serial_synth_probe(struct spk_synth *synth) in spk_serial_synth_probe()
292 const char *spk_serial_synth_immediate(struct spk_synth *synth, in spk_serial_synth_immediate()
310 void spk_serial_release(struct spk_synth *synth) in spk_serial_release()
Dspk_ttyio.c15 struct spk_synth *synth; member
37 static int get_dev_to_use(struct spk_synth *synth, dev_t *dev_no) in get_dev_to_use()
78 struct spk_synth *synth = ldisc_data->synth; in spk_ttyio_receive_buf2() local
143 static int spk_ttyio_initialise_ldisc(struct spk_synth *synth) in spk_ttyio_initialise_ldisc()
339 int spk_ttyio_synth_probe(struct spk_synth *synth) in spk_ttyio_synth_probe()
Dspeakup_audptr.c129 static void synth_flush(struct spk_synth *synth) in synth_flush()
136 static void synth_version(struct spk_synth *synth) in synth_version()
156 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_soft.c367 static unsigned char get_index(struct spk_synth *synth) in get_index()
394 static int softsynth_probe(struct spk_synth *synth) in softsynth_probe()
425 static void softsynth_release(struct spk_synth *synth) in softsynth_release()
434 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive()
441 static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var) in softsynth_adjust()
Dspeakup_dectlk.c173 static unsigned char get_index(struct spk_synth *synth) in get_index()
209 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
303 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_decpc.c309 static void synth_flush(struct spk_synth *synth) in synth_flush()
374 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
447 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
461 static int synth_probe(struct spk_synth *synth) in synth_probe()
488 static void dtpc_release(struct spk_synth *synth) in dtpc_release()
Dspeakup_ltlk.c139 static void synth_interrogate(struct spk_synth *synth) in synth_interrogate()
160 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_decext.c153 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
227 static void synth_flush(struct spk_synth *synth) in synth_flush()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dsynth.c22 struct spk_synth *synth; variable
54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up()
126 void spk_do_catch_up(struct spk_synth *synth) in spk_do_catch_up()
132 void spk_do_catch_up_unicode(struct spk_synth *synth) in spk_do_catch_up_unicode()
138 void spk_synth_flush(struct spk_synth *synth) in spk_synth_flush()
145 unsigned char spk_synth_get_index(struct spk_synth *synth) in spk_synth_get_index()
151 int spk_synth_is_alive_nop(struct spk_synth *synth) in spk_synth_is_alive_nop()
158 int spk_synth_is_alive_restart(struct spk_synth *synth) in spk_synth_is_alive_restart()
358 struct spk_synth *tmp, *synth = NULL; in synth_init() local
Dspeakup_dtlk.c181 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
237 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
252 static void synth_flush(struct spk_synth *synth) in synth_flush()
273 static struct synth_settings *synth_interrogate(struct spk_synth *synth) in synth_interrogate()
316 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_acntpc.c140 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
162 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
242 static void synth_flush(struct spk_synth *synth) in synth_flush()
247 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_audptr.c120 static void synth_flush(struct spk_synth *synth) in synth_flush()
127 static void synth_version(struct spk_synth *synth) in synth_version()
145 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_keypc.c143 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
164 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
249 static void synth_flush(struct spk_synth *synth) in synth_flush()
254 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspk_ttyio.c36 static int get_dev_to_use(struct spk_synth *synth, dev_t *dev_no) in get_dev_to_use()
144 static int spk_ttyio_initialise_ldisc(struct spk_synth *synth) in spk_ttyio_initialise_ldisc()
368 int spk_ttyio_synth_probe(struct spk_synth *synth) in spk_ttyio_synth_probe()
398 const char *spk_ttyio_synth_immediate(struct spk_synth *synth, const char *buff) in spk_ttyio_synth_immediate()
Dspeakup_dectlk.c161 static unsigned char get_index(struct spk_synth *synth) in get_index()
197 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
286 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_ltlk.c128 static void synth_interrogate(struct spk_synth *synth) in synth_interrogate()
149 static int synth_probe(struct spk_synth *synth) in synth_probe()
Dspeakup_decext.c144 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
218 static void synth_flush(struct spk_synth *synth) in synth_flush()
Dspeakup_soft.c348 static unsigned char get_index(struct spk_synth *synth) in get_index()
375 static int softsynth_probe(struct spk_synth *synth) in softsynth_probe()
414 static int softsynth_is_alive(struct spk_synth *synth) in softsynth_is_alive()
Dspeakup_decpc.c298 static void synth_flush(struct spk_synth *synth) in synth_flush()
363 static void do_catch_up(struct spk_synth *synth) in do_catch_up()
436 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate()
450 static int synth_probe(struct spk_synth *synth) in synth_probe()
/kernel/linux/linux-5.10/drivers/clk/ti/
Dfapll.c286 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_enable() local
297 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_disable() local
306 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_is_enabled() local
318 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_recalc_rate() local
362 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_get_frac_rate() local
373 static u32 ti_fapll_synth_set_frac_rate(struct fapll_synth *synth, in ti_fapll_synth_set_frac_rate()
414 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_round_rate() local
448 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_set_rate() local
502 struct fapll_synth *synth; in ti_fapll_synth_setup() local
/kernel/linux/linux-6.6/drivers/clk/ti/
Dfapll.c277 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_enable() local
288 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_disable() local
297 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_is_enabled() local
309 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_recalc_rate() local
353 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_get_frac_rate() local
364 static u32 ti_fapll_synth_set_frac_rate(struct fapll_synth *synth, in ti_fapll_synth_set_frac_rate()
405 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_round_rate() local
439 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_set_rate() local
493 struct fapll_synth *synth; in ti_fapll_synth_setup() local

123