Lines Matching refs:actrl
26 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset() local
28 if (actrl->ops->reset) in compat_ac97_reset()
29 actrl->ops->reset(actrl); in compat_ac97_reset()
35 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset() local
37 if (actrl->ops->warm_reset) in compat_ac97_warm_reset()
38 actrl->ops->warm_reset(actrl); in compat_ac97_warm_reset()
45 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write() local
47 actrl->ops->write(actrl, ac97->num, reg, val); in compat_ac97_write()
54 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_read() local
56 return actrl->ops->read(actrl, ac97->num, reg); in compat_ac97_read()
105 struct ac97_controller *actrl = adev->ac97_ctrl; in snd_ac97_reset() local
110 scanned = snd_ac97_bus_scan_one(actrl, adev->num); in snd_ac97_reset()
117 scanned = snd_ac97_bus_scan_one(actrl, adev->num); in snd_ac97_reset()