Lines Matching defs:ops
222 /* ops must be the first item */
358 /* ops must be the first item */
540 const struct dummy_timer_ops *ops;
543 ops = &dummy_systimer_ops;
546 ops = &dummy_hrtimer_ops;
549 err = ops->create(substream);
552 get_dummy_ops(substream) = ops;
673 const struct snd_pcm_ops *ops;
682 ops = &dummy_pcm_ops_no_buf;
684 ops = &dummy_pcm_ops;
685 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, ops);
686 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, ops);