Lines Matching refs:actrl
23 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset() local
25 if (actrl->ops->reset) in compat_ac97_reset()
26 actrl->ops->reset(actrl); in compat_ac97_reset()
32 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset() local
34 if (actrl->ops->warm_reset) in compat_ac97_warm_reset()
35 actrl->ops->warm_reset(actrl); in compat_ac97_warm_reset()
42 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write() local
44 actrl->ops->write(actrl, ac97->num, reg, val); in compat_ac97_write()
51 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_read() local
53 return actrl->ops->read(actrl, ac97->num, reg); in compat_ac97_read()
102 struct ac97_controller *actrl = adev->ac97_ctrl; in snd_ac97_reset() local
107 scanned = snd_ac97_bus_scan_one(actrl, adev->num); in snd_ac97_reset()
114 scanned = snd_ac97_bus_scan_one(actrl, adev->num); in snd_ac97_reset()