Home
last modified time | relevance | path

Searched refs:SYNTH_IO_EXTENT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_keypc.c21 #define SYNTH_IO_EXTENT 0x04 macro
273 if (synth_request_region(synth_port - 1, SYNTH_IO_EXTENT)) { in synth_probe()
281 SYNTH_IO_EXTENT)) { in synth_probe()
284 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe()
296 synth_release_region(synth_port, SYNTH_IO_EXTENT); in synth_probe()
301 synth_port, synth_port + SYNTH_IO_EXTENT - 1, in synth_probe()
311 synth_release_region(synth_port, SYNTH_IO_EXTENT); in keynote_release()
H A Dspeakup_acntpc.c267 SYNTH_IO_EXTENT)) { in synth_probe()
276 SYNTH_IO_EXTENT)) { in synth_probe()
279 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe()
295 synth_release_region(synth_port_control, SYNTH_IO_EXTENT); in synth_probe()
300 synth_port_control, synth_port_control + SYNTH_IO_EXTENT - 1, in synth_probe()
311 SYNTH_IO_EXTENT); in accent_release()
H A Dspeakup_dtlk.c340 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()
383 SYNTH_IO_EXTENT); in dtlk_release()
H A Dspeakup_decpc.c125 #define SYNTH_IO_EXTENT 8 macro
369 oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in testkernel()
467 if (synth_request_region(synth_portlist[i], SYNTH_IO_EXTENT)) { in synth_probe()
469 synth_portlist[i], SYNTH_IO_EXTENT); in synth_probe()
492 synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in dtpc_release()
H A Dspeakup_acnt.h4 #define SYNTH_IO_EXTENT 0x02 macro
H A Dspeakup_dtlk.h4 #define SYNTH_IO_EXTENT 0x02 macro