Lines Matching refs:pcmhw
412 #define get_pcmhwdev(substream) (struct pcmhw *)(substream->runtime->private_data)
462 struct pcmhw { /* pcm descriptor */ struct
1076 struct pcmhw *data = NULL; in riptide_handleirq()
1347 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_pointer()
1381 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_trigger()
1443 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_prepare()
1543 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_params()
1568 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_free()
1591 struct pcmhw *data; in snd_riptide_playback_open()
1597 data = kzalloc(sizeof(struct pcmhw), GFP_KERNEL); in snd_riptide_playback_open()
1615 struct pcmhw *data; in snd_riptide_capture_open()
1620 data = kzalloc(sizeof(struct pcmhw), GFP_KERNEL); in snd_riptide_capture_open()
1637 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_playback_close()
1649 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_capture_close()
1864 struct pcmhw *data; in snd_riptide_proc_read()