Lines Matching full:hda
40 * HDA defines
71 * HDA data structures
138 * HDA module function declarations
206 * PCI HDA function declarations
214 * HDA global data
268 .pe_emu = "hda",
282 * HDA module function definitions
438 hci->hda = sc; in hda_codec_constructor()
551 DPRINTF("Reset the HDA controller registers ..."); in hda_reset_regs()
579 DPRINTF("Reset the HDA stream: 0x%x", stream_ind); in hda_stream_reset()
1061 assert(hci->hda); in hda_signal_state_change()
1065 sc = hci->hda; in hda_signal_state_change()
1087 sc = hci->hda; in hda_response()
1128 assert(hci->hda); in hda_transfer()
1137 sc = hci->hda; in hda_transfer()
1229 * PCI HDA function definitions
1244 /* select the Intel HDA mode */ in pci_hda_init()