Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/accessibility/speakup/
Dspeakup_dtlk.c33 static int port_forced; variable
323 if (port_forced) { in synth_probe()
324 speakup_info.port_tts = port_forced; in synth_probe()
327 if ((port_forced & 0xf) != 0xf) in synth_probe()
377 module_param_hw_named(port, port_forced, int, ioport, 0444);
Dspeakup_keypc.c33 static int port_forced; variable
260 if (port_forced) { in synth_probe()
261 synth_port = port_forced; in synth_probe()
306 module_param_hw_named(port, port_forced, int, ioport, 0444);
Dspeakup_acntpc.c34 static int port_forced; variable
253 if (port_forced) { in synth_probe()
254 speakup_info.port_tts = port_forced; in synth_probe()
306 module_param_hw_named(port, port_forced, int, ioport, 0444);