Symbol: hdac_softc
sys/dev/sound/pci/hda/hdac.c
1022
hdac_unsolq_flush(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
1052
hdac_send_command(struct hdac_softc *sc, nid_t cad, uint32_t verb)
sys/dev/sound/pci/hda/hdac.c
1151
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1153
sc = (struct hdac_softc *)context;
sys/dev/sound/pci/hda/hdac.c
1170
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1388
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1454
hdac_poll_reinit(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
1497
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1543
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1549
sc = (struct hdac_softc *)arg;
sys/dev/sound/pci/hda/hdac.c
1640
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1670
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1721
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1765
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1797
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1810
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1847
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1861
hdac_find_stream(struct hdac_softc *sc, int dir, int stream)
sys/dev/sound/pci/hda/hdac.c
1899
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1958
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1977
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2037
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2062
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2100
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2114
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2124
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2159
sizeof(struct hdac_softc),
sys/dev/sound/pci/hda/hdac.c
244
static void hdac_one_intr(struct hdac_softc *sc, uint32_t intsts);
sys/dev/sound/pci/hda/hdac.c
245
static int hdac_reset(struct hdac_softc *, int);
sys/dev/sound/pci/hda/hdac.c
246
static int hdac_get_capabilities(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
248
static int hdac_dma_alloc(struct hdac_softc *,
sys/dev/sound/pci/hda/hdac.c
250
static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
sys/dev/sound/pci/hda/hdac.c
251
static int hdac_mem_alloc(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
252
static void hdac_mem_free(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
253
static int hdac_irq_alloc(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
254
static void hdac_irq_free(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
255
static void hdac_corb_init(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
256
static void hdac_rirb_init(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
257
static void hdac_corb_start(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
258
static void hdac_rirb_start(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
262
static uint32_t hdac_send_command(struct hdac_softc *, nid_t, uint32_t);
sys/dev/sound/pci/hda/hdac.c
270
static int hdac_rirb_flush(struct hdac_softc *sc);
sys/dev/sound/pci/hda/hdac.c
271
static int hdac_unsolq_flush(struct hdac_softc *sc);
sys/dev/sound/pci/hda/hdac.c
278
hdac_config_fetch(struct hdac_softc *sc, uint32_t *on, uint32_t *off)
sys/dev/sound/pci/hda/hdac.c
341
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
344
sc = (struct hdac_softc *)context;
sys/dev/sound/pci/hda/hdac.c
366
hdac_one_intr(struct hdac_softc *sc, uint32_t intsts)
sys/dev/sound/pci/hda/hdac.c
404
struct hdac_softc *sc = arg;
sys/dev/sound/pci/hda/hdac.c
427
hdac_reset(struct hdac_softc *sc, int wakeup)
sys/dev/sound/pci/hda/hdac.c
523
hdac_get_capabilities(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
626
hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size)
sys/dev/sound/pci/hda/hdac.c
709
hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma)
sys/dev/sound/pci/hda/hdac.c
738
hdac_mem_alloc(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
763
hdac_mem_free(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
780
hdac_irq_alloc(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
823
hdac_irq_free(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
847
hdac_corb_init(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
898
hdac_rirb_init(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
957
hdac_corb_start(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
972
hdac_rirb_start(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
982
hdac_rirb_flush(struct hdac_softc *sc)