Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs36 pub struct XhciFailHandle { struct
42 impl XhciFailHandle { argument
43 pub fn new(regs: &XhciRegs) -> XhciFailHandle { in new()
52 impl FailHandle for XhciFailHandle { implementation