the_card          302 drivers/usb/gadget/function/u_uac1_legacy.c void gaudio_cleanup(struct gaudio *the_card)
the_card          304 drivers/usb/gadget/function/u_uac1_legacy.c 	if (the_card)
the_card          305 drivers/usb/gadget/function/u_uac1_legacy.c 		gaudio_close_snd_dev(the_card);
the_card           73 drivers/usb/gadget/function/u_uac1_legacy.h void gaudio_cleanup(struct gaudio *the_card);
the_card           38 sound/ppc/snd_ps3.c static struct snd_ps3_card_info the_card;
the_card           59 sound/ppc/snd_ps3.c 	return in_be32(the_card.mapped_mmio_vaddr + reg);
the_card           63 sound/ppc/snd_ps3.c 	out_be32(the_card.mapped_mmio_vaddr + reg, val);
the_card          772 sound/ppc/snd_ps3.c 	the_card.mapped_mmio_vaddr =
the_card          773 sound/ppc/snd_ps3.c 		ioremap(the_card.ps3_dev->m_region->bus_addr,
the_card          774 sound/ppc/snd_ps3.c 			the_card.ps3_dev->m_region->len);
the_card          776 sound/ppc/snd_ps3.c 	if (!the_card.mapped_mmio_vaddr) {
the_card          778 sound/ppc/snd_ps3.c 		       __func__, the_card.ps3_dev->m_region->lpar_addr,
the_card          779 sound/ppc/snd_ps3.c 		       the_card.ps3_dev->m_region->len);
the_card          788 sound/ppc/snd_ps3.c 	iounmap(the_card.mapped_mmio_vaddr);
the_card          789 sound/ppc/snd_ps3.c 	the_card.mapped_mmio_vaddr = NULL;
the_card          814 sound/ppc/snd_ps3.c 	the_card.audio_irq_outlet = in_be64(mapped);
the_card          823 sound/ppc/snd_ps3.c 				 the_card.audio_irq_outlet,
the_card          824 sound/ppc/snd_ps3.c 				 &the_card.irq_no);
the_card          830 sound/ppc/snd_ps3.c 	ret = request_irq(the_card.irq_no, snd_ps3_interrupt, 0,
the_card          831 sound/ppc/snd_ps3.c 			  SND_PS3_DRIVER_NAME, &the_card);
the_card          840 sound/ppc/snd_ps3.c 	ps3_irq_plug_destroy(the_card.irq_no);
the_card          846 sound/ppc/snd_ps3.c 	free_irq(the_card.irq_no, &the_card);
the_card          847 sound/ppc/snd_ps3.c 	ps3_irq_plug_destroy(the_card.irq_no);
the_card          923 sound/ppc/snd_ps3.c 	the_card.ps3_dev = dev;
the_card          964 sound/ppc/snd_ps3.c 	the_card.start_delay = snd_ps3_start_delay;
the_card          974 sound/ppc/snd_ps3.c 			   0, &the_card.card);
the_card          978 sound/ppc/snd_ps3.c 	strcpy(the_card.card->driver, "PS3");
the_card          979 sound/ppc/snd_ps3.c 	strcpy(the_card.card->shortname, "PS3");
the_card          980 sound/ppc/snd_ps3.c 	strcpy(the_card.card->longname, "PS3 sound");
the_card          984 sound/ppc/snd_ps3.c 		ret = snd_ctl_add(the_card.card,
the_card          985 sound/ppc/snd_ps3.c 				  snd_ctl_new1(&spdif_ctls[i], &the_card));
the_card          992 sound/ppc/snd_ps3.c 	ret = snd_pcm_new(the_card.card,
the_card          997 sound/ppc/snd_ps3.c 			  &(the_card.pcm));
the_card         1001 sound/ppc/snd_ps3.c 	the_card.pcm->private_data = &the_card;
the_card         1002 sound/ppc/snd_ps3.c 	strcpy(the_card.pcm->name, "SPDIF");
the_card         1005 sound/ppc/snd_ps3.c 	snd_pcm_set_ops(the_card.pcm, SNDRV_PCM_STREAM_PLAYBACK,
the_card         1008 sound/ppc/snd_ps3.c 	the_card.pcm->info_flags = SNDRV_PCM_INFO_NONINTERLEAVED;
the_card         1010 sound/ppc/snd_ps3.c 	snd_pcm_lib_preallocate_pages_for_all(the_card.pcm,
the_card         1021 sound/ppc/snd_ps3.c 	the_card.null_buffer_start_vaddr =
the_card         1022 sound/ppc/snd_ps3.c 		dma_alloc_coherent(&the_card.ps3_dev->core,
the_card         1024 sound/ppc/snd_ps3.c 				   &the_card.null_buffer_start_dma_addr,
the_card         1026 sound/ppc/snd_ps3.c 	if (!the_card.null_buffer_start_vaddr) {
the_card         1032 sound/ppc/snd_ps3.c 		 the_card.null_buffer_start_vaddr,
the_card         1033 sound/ppc/snd_ps3.c 		 the_card.null_buffer_start_dma_addr);
the_card         1035 sound/ppc/snd_ps3.c 	snd_ps3_init_avsetting(&the_card);
the_card         1038 sound/ppc/snd_ps3.c 	ret = snd_card_register(the_card.card);
the_card         1043 sound/ppc/snd_ps3.c 		the_card.card->longname, the_card.start_delay);
the_card         1047 sound/ppc/snd_ps3.c 	dma_free_coherent(&the_card.ps3_dev->core,
the_card         1049 sound/ppc/snd_ps3.c 			  the_card.null_buffer_start_vaddr,
the_card         1050 sound/ppc/snd_ps3.c 			  the_card.null_buffer_start_dma_addr);
the_card         1052 sound/ppc/snd_ps3.c 	snd_card_free(the_card.card);
the_card         1082 sound/ppc/snd_ps3.c 	ret = snd_card_free(the_card.card);
the_card         1088 sound/ppc/snd_ps3.c 			  the_card.null_buffer_start_vaddr,
the_card         1089 sound/ppc/snd_ps3.c 			  the_card.null_buffer_start_dma_addr);
the_card         1124 sound/ppc/snd_ps3.c 	memset(&the_card, 0, sizeof(the_card));
the_card         1125 sound/ppc/snd_ps3.c 	spin_lock_init(&the_card.dma_lock);