Lines Matching defs:ops
54 const snd_pcm_scope_ops_t *ops;
164 scope->ops->close(scope);
174 err = scope->ops->enable(scope);
182 scope->ops->disable(scope);
212 scope->ops->stop(scope);
245 scope->ops->reset(scope);
253 scope->ops->start(scope);
260 scope->ops->update(scope);
592 pcm->ops = &snd_pcm_meter_ops;
975 scope->ops = val;
1200 scope->ops = &s16_ops;
1218 assert(scope->ops == &s16_ops);