Lines Matching defs:ops
229 /* ops must be the first item */
365 /* ops must be the first item */
547 const struct dummy_timer_ops *ops;
550 ops = &dummy_systimer_ops;
553 ops = &dummy_hrtimer_ops;
556 err = ops->create(substream);
559 get_dummy_ops(substream) = ops;
672 const struct snd_pcm_ops *ops;
681 ops = &dummy_pcm_ops_no_buf;
683 ops = &dummy_pcm_ops;
684 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, ops);
685 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, ops);