Searched defs:hdafg_softc (Results 1 – 1 of 1) sorted by relevance
291 struct hdafg_softc { struct292 device_t sc_dev;293 kmutex_t sc_lock;294 kmutex_t sc_intr_lock;295 struct hdaudio_softc *sc_host;296 struct hdaudio_codec *sc_codec;297 struct hdaudio_function_group *sc_fg;298 int sc_nid;299 uint16_t sc_vendor, sc_product;301 prop_array_t sc_config;[all …]