Searched refs:port_forced (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A 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);
|
H A 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);
|
H A 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);
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A 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);
|
H A 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);
|
H A 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);
|
Completed in 4 milliseconds