Home
last modified time | relevance | path

Searched refs:io_ops (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dspeakup_audptr.c107 .io_ops = &spk_ttyio_ops,
131 synth->io_ops->flush_buffer(synth); in synth_flush()
132 synth->io_ops->send_xchar(synth, SYNTH_CLEAR); in synth_flush()
133 synth->io_ops->synth_out(synth, PROCSPEECH); in synth_flush()
142 synth_id[0] = synth->io_ops->synth_in(synth); in synth_version()
148 synth_id[i] = synth->io_ops->synth_in(synth); in synth_version()
H A Dspeakup_dectlk.c140 .io_ops = &spk_ttyio_ops,
267 if (synth_full_val || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
281 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
284 synth->io_ops->synth_out(synth, in do_catch_up()
300 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
307 synth->io_ops->synth_out(synth, ']'); in synth_flush()
310 synth->io_ops->flush_buffer(synth); in synth_flush()
311 synth->io_ops->synth_out(synth, SYNTH_CLEAR); in synth_flush()
H A Dspeakup_apollo.c116 .io_ops = &spk_ttyio_ops,
178 if (!synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
179 synth->io_ops->tiocmset(synth, 0, UART_MCR_RTS); in do_catch_up()
180 synth->io_ops->tiocmset(synth, UART_MCR_RTS, 0); in do_catch_up()
190 if (synth->io_ops->synth_out(synth, synth->procspeech)) in do_catch_up()
203 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
H A Dspeakup_decext.c131 .io_ops = &spk_ttyio_ops,
191 if (synth_full() || !synth->io_ops->synth_out(synth, ch)) { in do_catch_up()
205 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
208 synth->io_ops->synth_out(synth, in do_catch_up()
224 synth->io_ops->synth_out(synth, PROCSPEECH); in do_catch_up()
230 synth->io_ops->flush_buffer(synth); in synth_flush()
H A Dsynth.c97 ret = synth->io_ops->synth_out_unicode(synth, ch); 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()
162 if (synth->io_ops->wait_for_xmitr(synth) > 0) { in spk_synth_is_alive_restart()
H A Dspeakup_spkout.c107 .io_ops = &spk_ttyio_ops,
131 synth->io_ops->flush_buffer(synth); in synth_flush()
132 synth->io_ops->send_xchar(synth, SYNTH_CLEAR); in synth_flush()
H A Dspeakup_ltlk.c116 .io_ops = &spk_ttyio_ops,
146 buf[i] = synth->io_ops->synth_in(synth); in synth_interrogate()
H A Dspeakup_bns.c100 .io_ops = &spk_ttyio_ops,
H A Dspeakup_txprt.c105 .io_ops = &spk_ttyio_ops,
H A Dspeakup_acntsa.c104 .io_ops = &spk_ttyio_ops,
H A Dspeakup_dummy.c120 .io_ops = &spk_ttyio_ops,
H A Dspk_types.h190 struct spk_io_ops *io_ops; member
H A Dspeakup_keypc.c108 .io_ops = &spk_serial_io_ops,
H A Dspk_ttyio.c381 !in_synth->io_ops->synth_out(in_synth, ch)) in spk_ttyio_synth_immediate()
H A Dspeakup_acntpc.c117 .io_ops = &spk_serial_io_ops,
H A Dspeakup_decpc.c227 .io_ops = &spk_serial_io_ops,
H A Dspeakup_dtlk.c133 .io_ops = &spk_serial_io_ops,
H A Dspeakup_soft.c141 .io_ops = NULL,
/linux/include/sound/
H A Dsoc-topology.h161 const struct snd_soc_tplg_kcontrol_ops *io_ops; member
/linux/sound/soc/
H A Dsoc-topology.c68 const struct snd_soc_tplg_kcontrol_ops *io_ops; member
123 static const struct snd_soc_tplg_kcontrol_ops io_ops[] = { variable
518 ops = tplg->io_ops; in soc_tplg_kcontrol_bind_io()
535 ops = io_ops; in soc_tplg_kcontrol_bind_io()
536 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io()
2152 tplg.io_ops = ops->io_ops; in snd_soc_tplg_component_load()
/linux/sound/soc/sof/
H A Dtopology.c2328 .io_ops = sof_io_ops,
2478 .io_ops = sof_dspless_io_ops,
/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c1296 .io_ops = audioreach_io_ops,