Lines Matching refs:pcmhw
411 #define get_pcmhwdev(substream) (struct pcmhw *)(substream->runtime->private_data)
463 struct pcmhw { /* pcm descriptor */ struct
1077 struct pcmhw *data = NULL; in riptide_handleirq()
1353 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_pointer()
1386 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_trigger()
1448 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_prepare()
1549 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_params()
1573 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_free()
1596 struct pcmhw *data; in snd_riptide_playback_open()
1602 data = kzalloc(sizeof(struct pcmhw), GFP_KERNEL); in snd_riptide_playback_open()
1620 struct pcmhw *data; in snd_riptide_capture_open()
1625 data = kzalloc(sizeof(struct pcmhw), GFP_KERNEL); in snd_riptide_capture_open()
1642 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_playback_close()
1654 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_capture_close()
1868 struct pcmhw *data; in snd_riptide_proc_read()