Home
last modified time | relevance | path

Searched refs:NoSuchDevice (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dusb_hub.rs29 NoSuchDevice { enumerator
55 NoSuchDevice { in fmt()
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs160 return UsbControlResult::NoSuchDevice; in handle_attach_device()
229 UsbControlResult::NoSuchDevice in handle_detach_device()
/external/crosvm/vm_control/src/
Dlib.rs232 NoSuchDevice, enumerator
245 NoSuchDevice => write!(f, "no_such_device"), in fmt()