Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_private.h163 struct hdac_softc { struct
164 device_t dev;
165 struct mtx *lock;
167 struct intr_config_hook intrhook;
169 struct hdac_mem mem;
170 struct hdac_irq irq;
172 uint32_t quirks_on;
173 uint32_t quirks_off;
174 uint32_t flags;
177 int num_iss;
[all …]