Searched refs:port_forced (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup_acntpc.c47 static int port_forced; variable
264 if (port_forced) { synth_probe()
265 speakup_info.port_tts = port_forced; synth_probe()
315 module_param_named(port, port_forced, int, S_IRUGO);
H A Dspeakup_keypc.c46 static int port_forced; variable
271 if (port_forced) { synth_probe()
272 synth_port = port_forced; synth_probe()
316 module_param_named(port, port_forced, int, S_IRUGO);
H A Dspeakup_dtlk.c46 static int port_forced; variable
333 if (port_forced) { synth_probe()
334 speakup_info.port_tts = port_forced; synth_probe()
337 if ((port_forced & 0xf) != 0xf) synth_probe()
385 module_param_named(port, port_forced, int, S_IRUGO);

Completed in 77 milliseconds