tag | line | file | source code |
controllers | 782 | drivers/net/wavelan.c | with some video controllers. |
controllers | 2505 | drivers/sound/gus_wave.c | info->controllers[CTL_EXPRESSION]; /* Just msb */ |
controllers | 2507 | drivers/sound/gus_wave.c | (info->controllers[CTL_MAIN_VOLUME] * 100) / 128; |
controllers | 2509 | drivers/sound/gus_wave.c | (info->controllers[CTL_PAN] * 2) - 128; |
controllers | 1145 | drivers/sound/opl3.c | info->controllers[CTL_MAIN_VOLUME]; |
controllers | 650 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f; |
controllers | 653 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers[p1 + 32] = 0; |
controllers | 663 | drivers/sound/sequencer.c | chn_info[chn].controllers[p1 & ~32] & 0x7f) << 7) |
controllers | 665 | drivers/sound/sequencer.c | chn_info[chn].controllers[p1 | 32] & 0x7f); |
controllers | 1083 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers, |
controllers | 172 | drivers/sound/sound_config.h | unsigned char controllers[128]; |