Home
last modified time | relevance | path

Searched defs:atiixp_modem (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/
Datiixp_modem.c220 struct atiixp_modem { struct
221 struct snd_card *card;
222 struct pci_dev *pci;
224 struct resource *res; /* memory i/o */
225 unsigned long addr;
226 void __iomem *remap_addr;
227 int irq;
229 struct snd_ac97_bus *ac97_bus;
230 struct snd_ac97 *ac97[NUM_ATI_CODECS];
232 spinlock_t reg_lock;
[all …]
/kernel/linux/linux-5.10/sound/pci/
Datiixp_modem.c221 struct atiixp_modem { struct
222 struct snd_card *card;
223 struct pci_dev *pci;
225 struct resource *res; /* memory i/o */
226 unsigned long addr;
227 void __iomem *remap_addr;
228 int irq;
230 struct snd_ac97_bus *ac97_bus;
231 struct snd_ac97 *ac97[NUM_ATI_CODECS];
233 spinlock_t reg_lock;
[all …]