Home
last modified time | relevance | path

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

/linux-3.4.99/sound/ppc/
Dsnd_ps3.c50 static struct snd_ps3_card_info the_card; variable
71 return in_be32(the_card.mapped_mmio_vaddr + reg); in read_reg()
75 out_be32(the_card.mapped_mmio_vaddr + reg, val); in write_reg()
791 the_card.mapped_mmio_vaddr = in snd_ps3_map_mmio()
792 ioremap(the_card.ps3_dev->m_region->bus_addr, in snd_ps3_map_mmio()
793 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
795 if (!the_card.mapped_mmio_vaddr) { in snd_ps3_map_mmio()
797 __func__, the_card.ps3_dev->m_region->lpar_addr, in snd_ps3_map_mmio()
798 the_card.ps3_dev->m_region->len); in snd_ps3_map_mmio()
807 iounmap(the_card.mapped_mmio_vaddr); in snd_ps3_unmap_mmio()
[all …]
/linux-3.4.99/drivers/usb/gadget/
Du_uac1.c293 static struct gaudio *the_card; variable
308 else if (!the_card) in gaudio_setup()
309 the_card = card; in gaudio_setup()
322 if (the_card) { in gaudio_cleanup()
323 gaudio_close_snd_dev(the_card); in gaudio_cleanup()
324 the_card = NULL; in gaudio_cleanup()