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 272 if (synth_request_region(synth_port-1, SYNTH_IO_EXTENT)) { in synth_probe() 280 SYNTH_IO_EXTENT)) { in synth_probe() 283 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe() 295 synth_release_region(synth_port, SYNTH_IO_EXTENT); in synth_probe() 300 synth_port, synth_port+SYNTH_IO_EXTENT-1, in synth_probe() 309 synth_release_region(synth_port, SYNTH_IO_EXTENT); in keynote_release()
|
D | speakup_acntpc.c | 266 SYNTH_IO_EXTENT)) { in synth_probe() 275 SYNTH_IO_EXTENT)) { in synth_probe() 278 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe() 294 synth_release_region(synth_port_control, SYNTH_IO_EXTENT); in synth_probe() 299 synth_port_control, synth_port_control+SYNTH_IO_EXTENT-1, in synth_probe() 308 synth_release_region(speakup_info.port_tts-1, SYNTH_IO_EXTENT); in accent_release()
|
D | speakup_dtlk.c | 335 SYNTH_IO_EXTENT)) { in synth_probe() 344 SYNTH_IO_EXTENT)) in synth_probe() 353 SYNTH_IO_EXTENT); in synth_probe() 359 synth_release_region(synth_lpc, SYNTH_IO_EXTENT); in synth_probe() 366 synth->long_name, synth_lpc, synth_lpc+SYNTH_IO_EXTENT - 1, in synth_probe() 375 synth_release_region(speakup_info.port_tts-1, SYNTH_IO_EXTENT); in dtlk_release()
|
D | speakup_decpc.c | 139 #define SYNTH_IO_EXTENT 8 macro 362 oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in testkernel() 455 if (synth_request_region(synth_portlist[i], SYNTH_IO_EXTENT)) { in synth_probe() 457 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe() 479 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
|