struct FakeTRB
Defined at line 32 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
Public Members
unique_ptr phys_addr_
vector contig
zx_paddr_t next
zx_paddr_t prev
Public Methods
void FakeTRB ()
Defined at line 33 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
zx_paddr_t phys ()
Defined at line 39 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
bool is_valid_paddr (zx_paddr_t phys)
Defined at line 41 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
FakeTRB * get (zx_paddr_t phys)
Defined at line 45 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
void ~FakeTRB ()
Defined at line 53 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
std::unique_ptr<FakeTRB> FromTRB (TRB * trb)
Defined at line 59 of file ../../src/devices/usb/drivers/xhci/tests/usb-xhci-test.cc
Enumerations
enum class Op
| Name | Value |
|---|---|
| DisableSlot | 0 |
| EnableSlot | 1 |
| SetMaxPacketSize | 2 |
| AddressDevice | 3 |
| OnlineDevice | 4 |
| ShutdownController | 5 |
| SetDeviceInformation | 6 |
| Timeout | 7 |
Defined at line 42 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc