|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <ehci.hpp>
Data Fields | |
| struct ehci_queue_head * | head |
| uint32_t | physaddr |
| ehci_queue_head_node_t * | next |
| struct ehci_queue_head* ehci_queue_head_node::head |
Definition at line 158 of file ehci.hpp.
Referenced by EHCIModule::init_controller(), EHCIModule::init_periodic(), EHCIModule::insert_periodic(), EHCIModule::push_to_qh(), and EHCIModule::send_async_with_response().
| ehci_queue_head_node_t* ehci_queue_head_node::next |
| uint32_t ehci_queue_head_node::physaddr |
Definition at line 159 of file ehci.hpp.
Referenced by EHCIModule::init_controller(), EHCIModule::init_periodic(), EHCIModule::insert_periodic(), EHCIModule::push_to_qh(), and EHCIModule::send_async_with_response().