Lines Matching +full:0 +full:x05
16 #define SYNTH_CLEAR 0x18 /* flush synth buffer */
23 { CAPS_START, .u.s = {"\x05[f99]" } },
24 { CAPS_STOP, .u.s = {"\x05[f80]" } },
25 { RATE, .u.n = {"\x05[r%d]", 10, 0, 20, 100, -10, NULL } },
26 { PITCH, .u.n = {"\x05[f%d]", 80, 39, 4500, 0, 0, NULL } },
27 { VOL, .u.n = {"\x05[g%d]", 21, 0, 40, 0, 0, NULL } },
28 { TONE, .u.n = {"\x05[s%d]", 9, 0, 63, 0, 0, NULL } },
29 { PUNCT, .u.n = {"\x05[A%c]", 0, 0, 3, 0, 0, "nmsa" } },
30 { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
87 .init = "\x05[D1]\x05[Ol]",
110 .lowindex = 0,
111 .highindex = 0,
112 .currindex = 0,
132 synth->synth_immediate(synth, "\x05[Q]"); in synth_version()
133 synth_id[0] = synth->io_ops->synth_in(synth); in synth_version()
134 if (synth_id[0] != 'A') in synth_version()
143 synth_id[i] = '\0'; in synth_version()
152 if (failed == 0) in synth_probe()
155 return 0; in synth_probe()
162 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");