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