Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddevice.cpp16 hda_controller* controller = NULL; in hda_open()
65 hda_controller* controller = (hda_controller*)cookie; in hda_control()
76 hda_controller* controller = (hda_controller*)cookie; in hda_close()
87 hda_controller* controller = (hda_controller*)cookie; in hda_free()
H A Ddriver.h56 struct hda_controller { struct
154 hda_controller* controller; argument
316 struct hda_controller* controller;
355 extern hda_controller gCards[MAX_CARDS];
364 hda_codec* hda_codec_new(hda_controller* controller, uint32 cad);
372 status_t hda_hw_init(hda_controller* controller);
373 void hda_hw_stop(hda_controller* controller);
374 void hda_hw_uninit(hda_controller* controller);
385 status_t hda_stream_start(hda_controller* controller, hda_stream* stream);
386 status_t hda_stream_stop(hda_controller* controller, hda_stream* stream);
H A DJamfile10 hda_controller.cpp
H A Dhda_controller.cpp220 update_pci_register(hda_controller* controller, uint8 reg, uint32 mask, in update_pci_register()
239 current_rirb(hda_controller* controller) in current_rirb()
246 next_rirb(hda_controller* controller) in next_rirb()
253 next_corb(hda_controller* controller) in next_corb()
263 stream_handle_interrupt(hda_controller* controller, hda_stream* stream, in stream_handle_interrupt()
350 hda_interrupt_handler(hda_controller* controller) in hda_interrupt_handler()
447 reset_controller(hda_controller* controller) in reset_controller()
535 init_corb_rirb_pos(hda_controller* controller, uint32 quirks) in init_corb_rirb_pos()
705 hda_controller* controller = audioGroup->codec->controller; in hda_stream_new()
762 hda_stream_start(hda_controller* controller, hda_stream* stream) in hda_stream_start()
[all …]
H A Ddriver.cpp15 hda_controller gCards[MAX_CARDS];
100 memset(&gCards[gNumCards], 0, sizeof(hda_controller)); in init_driver()
H A Dhda_codec.cpp1473 hda_codec_new(hda_controller* controller, uint32 codecAddress) in hda_codec_new()