Searched refs:the_card (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dsnd_ps3.c49 static struct snd_ps3_card_info the_card; variable in typeref:struct:snd_ps3_card_info
70 return in_be32(the_card.mapped_mmio_vaddr + reg);
74 out_be32(the_card.mapped_mmio_vaddr + reg, val);
789 the_card.mapped_mmio_vaddr =
790 ioremap(the_card.ps3_dev->m_region->bus_addr,
791 the_card.ps3_dev->m_region->len);
793 if (!the_card.mapped_mmio_vaddr) {
795 __func__, the_card.ps3_dev->m_region->lpar_addr,
796 the_card.ps3_dev->m_region->len);
805 iounmap(the_card
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.c292 static struct gaudio *the_card; variable in typeref:struct:gaudio
308 if (!the_card)
309 the_card = card;
322 if (the_card) {
323 gaudio_close_snd_dev(the_card);
324 the_card = NULL;

Completed in 65 milliseconds