Searched refs:port_forced (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/accessibility/speakup/ |
D | speakup_keypc.c | 33 static int port_forced; variable 269 if (port_forced) { in synth_probe() 270 synth_port = port_forced; in synth_probe() 315 module_param_hw_named(port, port_forced, int, ioport, 0444);
|
D | speakup_acntpc.c | 34 static int port_forced; variable 262 if (port_forced) { in synth_probe() 263 speakup_info.port_tts = port_forced; in synth_probe() 315 module_param_hw_named(port, port_forced, int, ioport, 0444);
|
D | speakup_dtlk.c | 33 static int port_forced; variable 333 if (port_forced) { in synth_probe() 334 speakup_info.port_tts = port_forced; in synth_probe() 337 if ((port_forced & 0xf) != 0xf) in synth_probe() 387 module_param_hw_named(port, port_forced, int, ioport, 0444);
|