Home
last modified time | relevance | path

Searched refs:synth_apollo (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_apollo.c88 static struct spk_synth synth_apollo = { variable
193 module_param_named(ser, synth_apollo.ser, int, 0444);
194 module_param_named(dev, synth_apollo.dev_name, charp, 0444);
195 module_param_named(start, synth_apollo.startup, short, 0444);
201 module_spk_synth(synth_apollo); variable
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_apollo.c101 static struct spk_synth synth_apollo = { variable
206 module_param_named(ser, synth_apollo.ser, int, 0444);
207 module_param_named(dev, synth_apollo.dev_name, charp, 0444);
208 module_param_named(start, synth_apollo.startup, short, 0444);
229 module_spk_synth(synth_apollo); variable

Completed in 2 milliseconds