chip_exit        2763 sound/pci/ice1712/ice1712.c 	if (ice->card_info && ice->card_info->chip_exit)
chip_exit        2764 sound/pci/ice1712/ice1712.c 		ice->card_info->chip_exit(ice);
chip_exit         513 sound/pci/ice1712/ice1712.h 	void (*chip_exit)(struct snd_ice1712 *);
chip_exit        2777 sound/pci/ice1712/ice1724.c 	if (ice->card_info && ice->card_info->chip_exit)
chip_exit        2778 sound/pci/ice1712/ice1724.c 		ice->card_info->chip_exit(ice);
chip_exit         444 sound/pci/ice1712/psc724.c 		.chip_exit = psc724_exit,