Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dserialio.c74 if (synth_request_region(ser->port, 8)) { in spk_serial_init()
78 err = synth_request_region(ser->port, 8); in spk_serial_init()
H A Dspeakup_keypc.c264 if (synth_request_region(synth_port - 1, SYNTH_IO_EXTENT)) { in synth_probe()
271 if (synth_request_region(synth_portlist[i], in synth_probe()
H A Dspeakup_acntpc.c257 if (synth_request_region(speakup_info.port_tts - 1, in synth_probe()
266 if (synth_request_region(synth_portlist[i], in synth_probe()
H A Dspk_priv.h70 int synth_request_region(unsigned long start, unsigned long n);
H A Dspeakup_dtlk.c329 if (synth_request_region(speakup_info.port_tts - 1, in synth_probe()
338 if (synth_request_region(synth_portlist[i], in synth_probe()
H A Dsynth.c327 int synth_request_region(unsigned long start, unsigned long n) in synth_request_region() function
338 EXPORT_SYMBOL_GPL(synth_request_region);
H A Dspeakup_decpc.c456 if (synth_request_region(synth_portlist[i], SYNTH_IO_EXTENT)) { in synth_probe()