Searched refs:synth_request_region (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/speakup/ |
D | serialio.c | 52 if (synth_request_region(ser->port, 8)) { in spk_serial_init() 56 err = synth_request_region(ser->port, 8); in spk_serial_init()
|
D | spk_priv.h | 71 int synth_request_region(u_long, u_long);
|
D | speakup_keypc.c | 275 if (synth_request_region(synth_port-1, SYNTH_IO_EXTENT)) { in synth_probe() 282 if (synth_request_region(synth_portlist[i], in synth_probe()
|
D | speakup_acntpc.c | 268 if (synth_request_region(speakup_info.port_tts-1, in synth_probe() 277 if (synth_request_region(synth_portlist[i], in synth_probe()
|
D | speakup_dtlk.c | 339 if (synth_request_region(speakup_info.port_tts-1, in synth_probe() 348 if (synth_request_region(synth_portlist[i], in synth_probe()
|
D | synth.c | 319 int synth_request_region(unsigned long start, unsigned long n) in synth_request_region() function 330 EXPORT_SYMBOL_GPL(synth_request_region);
|
D | speakup_decpc.c | 464 if (synth_request_region(synth_portlist[i], SYNTH_IO_EXTENT)) { in synth_probe()
|