Lines Matching defs:ops
18 * @ops: the operator table
30 void *device_data, const struct snd_device_ops *ops)
35 if (snd_BUG_ON(!card || !device_data || !ops))
45 dev->ops = ops;
62 if (dev->ops->dev_disconnect &&
63 dev->ops->dev_disconnect(dev))
75 if (dev->ops->dev_free) {
76 if (dev->ops->dev_free(dev))
148 if (dev->ops->dev_register) {
149 int err = dev->ops->dev_register(dev);