Home
last modified time | relevance | path

Searched defs:XhciController (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs97 pub struct XhciController { struct
101 state: XhciControllerState, argument
104 impl XhciController { impl
165 impl PciDevice for XhciController { implementation