• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/

Lines Matching defs:sis7019

34 #include "sis7019.h"
90 struct sis7019 {
286 struct sis7019 *sis = dev;
357 static void __sis_map_silence(struct sis7019 *sis)
367 static void __sis_unmap_silence(struct sis7019 *sis)
376 static void sis_free_voice(struct sis7019 *sis, struct voice *voice)
391 static struct voice *__sis_alloc_playback_voice(struct sis7019 *sis)
410 static struct voice *sis_alloc_playback_voice(struct sis7019 *sis)
425 struct sis7019 *sis = snd_pcm_substream_chip(substream);
460 struct sis7019 *sis = snd_pcm_substream_chip(substream);
481 struct sis7019 *sis = snd_pcm_substream_chip(substream);
569 struct sis7019 *sis = snd_pcm_substream_chip(substream);
649 struct sis7019 *sis = snd_pcm_substream_chip(substream);
680 struct sis7019 *sis = snd_pcm_substream_chip(substream);
702 struct sis7019 *sis = snd_pcm_substream_chip(substream);
869 static int __devinit sis_pcm_create(struct sis7019 *sis)
897 static unsigned short sis_ac97_rw(struct sis7019 *sis, int codec, u32 cmd)
958 printk(KERN_ERR "sis7019: ac97 codec %d timeout cmd 0x%08x\n",
988 static int __devinit sis_mixer_create(struct sis7019 *sis)
1017 static void sis_free_suspend(struct sis7019 *sis)
1025 static int sis_chip_free(struct sis7019 *sis)
1051 struct sis7019 *sis = dev->device_data;
1055 static int sis_chip_init(struct sis7019 *sis)
1157 struct sis7019 *sis = card->private_data;
1193 struct sis7019 *sis = card->private_data;
1201 printk(KERN_ERR "sis7019: unable to re-enable device\n");
1206 printk(KERN_ERR "sis7019: unable to re-init controller\n");
1212 printk(KERN_ERR "sis7019: unable to regain IRQ %d\n", pci->irq);
1245 static int sis_alloc_suspend(struct sis7019 *sis)
1267 struct sis7019 *sis = card->private_data;
1280 printk(KERN_ERR "sis7019: architecture does not support "
1295 printk(KERN_ERR "sis7019: unable request regions\n");
1302 printk(KERN_ERR "sis7019: unable to remap MMIO, aborting\n");
1308 printk(KERN_ERR "sis7019: unable to allocate state storage\n");
1359 struct sis7019 *sis;