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()
132 acard->chip = chip; in snd_sb8_probe()
202 struct snd_sb8 *acard = card->private_data; in snd_sb8_suspend() local
203 struct snd_sb *chip = acard->chip; in snd_sb8_suspend()
213 struct snd_sb8 *acard = card->private_data; in snd_sb8_resume() local
214 struct snd_sb *chip = acard->chip; in snd_sb8_resume()