Symbol: hdac_softc
sys/dev/sound/pci/hda/hdac.c
1004
hdac_unsolq_flush(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
1035
hdac_send_command(struct hdac_softc *sc, nid_t cad, uint32_t verb)
sys/dev/sound/pci/hda/hdac.c
1127
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1129
sc = (struct hdac_softc *)context;
sys/dev/sound/pci/hda/hdac.c
1146
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1392
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1466
hdac_poll_reinit(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
1499
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1545
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
1551
sc = (struct hdac_softc *)arg;
sys/dev/sound/pci/hda/hdac.c
1659
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1688
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1718
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1782
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1815
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1843
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1856
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1896
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
1910
hdac_find_stream(struct hdac_softc *sc, int dir, int stream)
sys/dev/sound/pci/hda/hdac.c
1948
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2007
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2026
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2089
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2117
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2155
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2169
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2179
struct hdac_softc *sc = device_get_softc(dev);
sys/dev/sound/pci/hda/hdac.c
2215
sizeof(struct hdac_softc),
sys/dev/sound/pci/hda/hdac.c
240
static int hdac_reset(struct hdac_softc *, bool);
sys/dev/sound/pci/hda/hdac.c
241
static int hdac_get_capabilities(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
243
static int hdac_dma_alloc(struct hdac_softc *,
sys/dev/sound/pci/hda/hdac.c
245
static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
sys/dev/sound/pci/hda/hdac.c
246
static int hdac_mem_alloc(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
247
static void hdac_mem_free(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
248
static int hdac_irq_alloc(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
249
static void hdac_irq_free(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
250
static void hdac_corb_init(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
251
static void hdac_rirb_init(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
252
static void hdac_corb_start(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
253
static void hdac_rirb_start(struct hdac_softc *);
sys/dev/sound/pci/hda/hdac.c
257
static uint32_t hdac_send_command(struct hdac_softc *, nid_t, uint32_t);
sys/dev/sound/pci/hda/hdac.c
265
static int hdac_rirb_flush(struct hdac_softc *sc);
sys/dev/sound/pci/hda/hdac.c
266
static int hdac_unsolq_flush(struct hdac_softc *sc);
sys/dev/sound/pci/hda/hdac.c
270
hdac_config_fetch(struct hdac_softc *sc, uint32_t *on, uint32_t *off)
sys/dev/sound/pci/hda/hdac.c
326
hdac_one_intr(struct hdac_softc *sc, uint32_t intsts)
sys/dev/sound/pci/hda/hdac.c
387
struct hdac_softc *sc;
sys/dev/sound/pci/hda/hdac.c
390
sc = (struct hdac_softc *)context;
sys/dev/sound/pci/hda/hdac.c
414
struct hdac_softc *sc = arg;
sys/dev/sound/pci/hda/hdac.c
436
hdac_reset(struct hdac_softc *sc, bool wakeup)
sys/dev/sound/pci/hda/hdac.c
520
hdac_get_capabilities(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
611
hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size)
sys/dev/sound/pci/hda/hdac.c
693
hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma)
sys/dev/sound/pci/hda/hdac.c
720
hdac_mem_alloc(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
745
hdac_mem_free(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
762
hdac_irq_alloc(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
805
hdac_irq_free(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
829
hdac_corb_init(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
880
hdac_rirb_init(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
937
hdac_corb_start(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
952
hdac_rirb_start(struct hdac_softc *sc)
sys/dev/sound/pci/hda/hdac.c
962
hdac_rirb_flush(struct hdac_softc *sc)