Searched defs:hdaudio_stream (Results 1 – 2 of 2) sorted by relevance
124 struct hdaudio_stream { struct127 enum hdaudio_stream_type st_type; argument131 int (*st_intr)(struct hdaudio_stream *); argument132 void *st_cookie;134 struct hdaudio_dma st_data;135 struct hdaudio_dma st_bdl;
1023 enum hdaudio_stream_type type, int (*intr)(struct hdaudio_stream *), in hdaudio_stream_establish()