Home
last modified time | relevance | path

Searched refs:hdac_send_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c255 static uint32_t hdac_send_command(struct hdac_softc *, nid_t, uint32_t);
1022 * uint32_t hdac_send_command
1027 hdac_send_command(struct hdac_softc *sc, nid_t cad, uint32_t verb) in hdac_send_command()
1600 vendorid = hdac_send_command(sc, i, in hdac_attach2()
1602 revisionid = hdac_send_command(sc, i, in hdac_attach2()
1864 return (hdac_send_command(device_get_softc(dev), in hdac_codec_command()
1026 hdac_send_command(struct hdac_softc *sc, nid_t cad, uint32_t verb) hdac_send_command() function