Searched refs:SYNTH_IO_EXTENT (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/speakup/ |
D | speakup_keypc.c | 34 #define SYNTH_IO_EXTENT 0x04 macro 275 if (synth_request_region(synth_port-1, SYNTH_IO_EXTENT)) { in synth_probe() 283 SYNTH_IO_EXTENT)) { in synth_probe() 286 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe() 298 synth_release_region(synth_port, SYNTH_IO_EXTENT); in synth_probe() 303 synth_port, synth_port+SYNTH_IO_EXTENT-1, in synth_probe() 312 synth_release_region(synth_port, SYNTH_IO_EXTENT); in keynote_release()
|
D | speakup_acntpc.c | 269 SYNTH_IO_EXTENT)) { in synth_probe() 278 SYNTH_IO_EXTENT)) { in synth_probe() 281 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe() 297 synth_release_region(synth_port_control, SYNTH_IO_EXTENT); in synth_probe() 302 synth_port_control, synth_port_control+SYNTH_IO_EXTENT-1, in synth_probe() 311 synth_release_region(speakup_info.port_tts-1, SYNTH_IO_EXTENT); in accent_release()
|
D | speakup_dtlk.c | 340 SYNTH_IO_EXTENT)) { in synth_probe() 349 SYNTH_IO_EXTENT)) in synth_probe() 358 SYNTH_IO_EXTENT); in synth_probe() 365 synth_release_region(synth_lpc, SYNTH_IO_EXTENT); in synth_probe() 372 synth->long_name, synth_lpc, synth_lpc+SYNTH_IO_EXTENT - 1, in synth_probe() 381 synth_release_region(speakup_info.port_tts-1, SYNTH_IO_EXTENT); in dtlk_release()
|
D | speakup_decpc.c | 140 #define SYNTH_IO_EXTENT 8 macro 368 oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in testkernel() 465 if (synth_request_region(synth_portlist[i], SYNTH_IO_EXTENT)) { in synth_probe() 467 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe() 489 synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in dtpc_release()
|
D | speakup_acnt.h | 3 #define SYNTH_IO_EXTENT 0x02 macro
|
D | speakup_dtlk.h | 3 #define SYNTH_IO_EXTENT 0x02 macro
|