Lines Matching defs:emu

261 	struct snd_ca0106 *emu = entry->private_data;
264 value = snd_ca0106_ptr_read(emu, SAMPLE_RATE_TRACKER_STATUS, 0);
273 value = snd_ca0106_ptr_read(emu, SPDIF_INPUT_STATUS, 0);
283 struct snd_ca0106 *emu = entry->private_data;
290 guard(spinlock_irqsave)(&emu->emu_lock);
291 outl(val, emu->port + (reg & 0xfffffffc));
299 struct snd_ca0106 *emu = entry->private_data;
305 scoped_guard(spinlock_irqsave, &emu->emu_lock) {
306 value = inl(emu->port + i);
315 struct snd_ca0106 *emu = entry->private_data;
321 scoped_guard(spinlock_irqsave, &emu->emu_lock) {
322 value = inw(emu->port + i);
331 struct snd_ca0106 *emu = entry->private_data;
337 scoped_guard(spinlock_irqsave, &emu->emu_lock) {
338 value = inb(emu->port + i);
347 struct snd_ca0106 *emu = entry->private_data;
355 value = snd_ca0106_ptr_read(emu, i, j);
365 struct snd_ca0106 *emu = entry->private_data;
373 value = snd_ca0106_ptr_read(emu, i, j);
383 struct snd_ca0106 *emu = entry->private_data;
390 snd_ca0106_ptr_write(emu, reg, channel_id, val);
397 struct snd_ca0106 *emu = entry->private_data;
404 snd_ca0106_i2c_write(emu, reg, val);
409 int snd_ca0106_proc_init(struct snd_ca0106 *emu)
411 snd_card_ro_proc_new(emu->card, "iec958", emu, snd_ca0106_proc_iec958);
412 snd_card_rw_proc_new(emu->card, "ca0106_reg32", emu,
415 snd_card_ro_proc_new(emu->card, "ca0106_reg16", emu,
417 snd_card_ro_proc_new(emu->card, "ca0106_reg8", emu,
419 snd_card_rw_proc_new(emu->card, "ca0106_regs1", emu,
422 snd_card_rw_proc_new(emu->card, "ca0106_i2c", emu, NULL,
424 snd_card_ro_proc_new(emu->card, "ca0106_regs2", emu,