Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dspeakup_keypc.c46 static int port_forced; variable
268 if (port_forced) { in synth_probe()
269 synth_port = port_forced; in synth_probe()
313 module_param_named(port, port_forced, int, S_IRUGO);
Dspeakup_dtlk.c46 static int port_forced; variable
328 if (port_forced) { in synth_probe()
329 speakup_info.port_tts = port_forced; in synth_probe()
332 if ((port_forced & 0xf) != 0xf) in synth_probe()
379 module_param_named(port, port_forced, int, S_IRUGO);
Dspeakup_acntpc.c47 static int port_forced; variable
261 if (port_forced) { in synth_probe()
262 speakup_info.port_tts = port_forced; in synth_probe()
312 module_param_named(port, port_forced, int, S_IRUGO);