Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_ltlk.c90 static struct spk_synth synth_ltlk = { variable
160 module_param_named(ser, synth_ltlk.ser, int, 0444);
161 module_param_named(dev, synth_ltlk.dev_name, charp, 0444);
162 module_param_named(start, synth_ltlk.startup, short, 0444);
168 module_spk_synth(synth_ltlk); variable
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_ltlk.c101 static struct spk_synth synth_ltlk = { variable
171 module_param_named(ser, synth_ltlk.ser, int, 0444);
172 module_param_named(dev, synth_ltlk.dev_name, charp, 0444);
173 module_param_named(start, synth_ltlk.startup, short, 0444);
199 module_spk_synth(synth_ltlk); variable

Completed in 2 milliseconds