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()
235 Err(Error::NoSuchDevice { in try_detach()
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs192 .send(&UsbControlResult::NoSuchDevice) in on_event_helper()
225 .send(&UsbControlResult::NoSuchDevice) in on_event_helper()
314 .send(&UsbControlResult::NoSuchDevice) in on_event_helper()
/external/crosvm/vm_control/src/
Dlib.rs160 NoSuchDevice, enumerator
173 NoSuchDevice => write!(f, "no_such_device"), in fmt()