Home
last modified time | relevance | path

Searched refs:synth_request_region (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/speakup/
Dserialio.c37 if (synth_request_region(ser->port, 8)) { in spk_serial_init()
41 err = synth_request_region(ser->port, 8); in spk_serial_init()
Dspeakup_keypc.c272 if (synth_request_region(synth_port-1, SYNTH_IO_EXTENT)) { in synth_probe()
279 if (synth_request_region(synth_portlist[i], in synth_probe()
Dspeakup_acntpc.c265 if (synth_request_region(speakup_info.port_tts-1, in synth_probe()
274 if (synth_request_region(synth_portlist[i], in synth_probe()
Dspk_priv.h71 extern int synth_request_region(u_long, u_long);
Dspeakup_dtlk.c334 if (synth_request_region(speakup_info.port_tts-1, in synth_probe()
343 if (synth_request_region(synth_portlist[i], in synth_probe()
Dsynth.c300 int synth_request_region(unsigned long start, unsigned long n) in synth_request_region() function
310 EXPORT_SYMBOL_GPL(synth_request_region);
Dspeakup_decpc.c455 if (synth_request_region(synth_portlist[i], SYNTH_IO_EXTENT)) { in synth_probe()