Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accessibility/speakup/
Dspeakup_keypc.c33 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);
Dspeakup_acntpc.c34 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);
Dspeakup_dtlk.c33 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);