Lines Matching refs:acard
60 struct snd_sb8 *acard = card->private_data; in snd_sb8_free() local
62 if (acard == NULL) in snd_sb8_free()
64 release_and_free_resource(acard->fm_res); in snd_sb8_free()
86 struct snd_sb8 *acard; in snd_sb8_probe() local
94 acard = card->private_data; in snd_sb8_probe()
98 acard->fm_res = request_region(0x388, 4, "SoundBlaster FM"); in snd_sb8_probe()
99 if (!acard->fm_res) { in snd_sb8_probe()
136 acard->chip = chip; in snd_sb8_probe()
206 struct snd_sb8 *acard = card->private_data; in snd_sb8_suspend() local
207 struct snd_sb *chip = acard->chip; in snd_sb8_suspend()
217 struct snd_sb8 *acard = card->private_data; in snd_sb8_resume() local
218 struct snd_sb *chip = acard->chip; in snd_sb8_resume()