Home
last modified time | relevance | path

Searched defs:hdaudio_stream (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/hdaudio/
H A Dhdaudiovar.h124 struct hdaudio_stream { struct
127 enum hdaudio_stream_type st_type; argument
131 int (*st_intr)(struct hdaudio_stream *); argument
132 void *st_cookie;
134 struct hdaudio_dma st_data;
135 struct hdaudio_dma st_bdl;
H A Dhdaudio.c1023 enum hdaudio_stream_type type, int (*intr)(struct hdaudio_stream *), in hdaudio_stream_establish()