Searched refs:wave (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1.c | 109 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe() local 171 sizeof(struct snd_emu10k1_synth_arg), &wave) < 0 || in snd_card_emu10k1_probe() 172 wave == NULL) { in snd_card_emu10k1_probe() 177 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_card_emu10k1_probe() 178 strcpy(wave->name, "Emu-10k1 Synth"); in snd_card_emu10k1_probe()
|
/linux-4.4.14/sound/pci/ |
D | ad1889.c | 103 struct ad1889_register_state wave; member 203 chip->wave.reg = reg; in ad1889_channel_reset() 385 chip->wave.size = size; in snd_ad1889_playback_prepare() 386 chip->wave.reg = reg; in snd_ad1889_playback_prepare() 387 chip->wave.addr = rt->dma_addr; in snd_ad1889_playback_prepare() 389 ad1889_writew(chip, AD_DS_WSMC, chip->wave.reg); in snd_ad1889_playback_prepare() 395 ad1889_load_wave_buffer_address(chip, chip->wave.addr); in snd_ad1889_playback_prepare() 406 chip->wave.addr, count, size, reg, rt->rate); in snd_ad1889_playback_prepare() 487 chip->wave.reg = wsmc; in snd_ad1889_playback_trigger() 543 if (unlikely(!(chip->wave.reg & AD_DS_WSMC_WAEN))) in snd_ad1889_playback_pointer() [all …]
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0.c | 315 sizeof(snd_vortex_synth_arg_t), &wave) < 0 in snd_vortex_probe() 316 || wave == NULL) { in snd_vortex_probe() 321 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_vortex_probe() 322 strcpy(wave->name, "Aureal Synth"); in snd_vortex_probe()
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 131 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl() argument 140 reg1 = sync | glue << 4 | ++wave << 11 | ((operand << 15) & 0xffff8000); in dc_write_tmpl() 143 reg1 = sync | glue << 4 | ++wave << 11 | ++map << 15 | ((operand << 20) & 0xfff00000); in dc_write_tmpl()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 95 Mode 3: Square Wave. This generates a high / low square wave. The count 104 which generates sine-like tones by low-pass filtering the square wave output. 242 bit 3 = Square wave interrupt enable
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 412 for information about using the wave table synth. 490 a wave table synthesizer packed onto the same chip. The driver supports 521 SoftOSS is a software based wave table emulation which works with 548 SoftOSS implements the wave table API originally designed for GUS. For 1231 a MV Jazz based card which has an additional OPL4 based wave table 1349 through toggling the record button for the wave controller with an
|
/linux-4.4.14/drivers/media/rc/ |
D | Kconfig | 344 wave and pulses.
|