Searched refs:port_forced (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/accessibility/speakup/ |
D | speakup_dtlk.c | 33 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);
|
D | speakup_keypc.c | 33 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);
|
D | speakup_acntpc.c | 34 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);
|