struct Inspect
Defined at line 50 of file ../../src/devices/usb/drivers/xhci/usb-xhci.h
Inspect values for the xHCI driver.
Public Members
Node root
NumericProperty hci_version
NumericProperty max_device_slots
NumericProperty max_interrupters
NumericProperty max_ports
Property has_64_bit_addressing
NumericProperty context_size_bytes
Public Methods
void Init (inspect::Node & parent, uint16_t hci_version, HCSPARAMS1 & hcs1, HCCPARAMS1 & hcc1)
Initialize xHCI Inspect node and values.
Defined at line 1683 of file ../../src/devices/usb/drivers/xhci/usb-xhci.cc