Lines Matching defs:ops
29 ac97->id = ac97->bus->ops->read(ac97, AC97_VENDOR_ID1) << 16;
30 ac97->id |= ac97->bus->ops->read(ac97, AC97_VENDOR_ID2);
58 const struct snd_ac97_bus_ops *ops = ac97->bus->ops;
60 if (try_warm && ops->warm_reset) {
61 ops->warm_reset(ac97);
66 if (ops->reset)
67 ops->reset(ac97);
68 if (ops->warm_reset)
69 ops->warm_reset(ac97);