Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Ddevice_slot.rs113 pub fn slot(&self, slot_id: u8) -> Option<Arc<DeviceSlot>> { in slot()
238 pub struct DeviceSlot { struct
250 impl DeviceSlot { argument
353 slot: &Arc<DeviceSlot>, in disable()
577 slot: &Arc<DeviceSlot>, in reset_slot()
Dcommand_ring_controller.rs85 fn slot(&self, slot_id: u8) -> Result<Arc<DeviceSlot>> { in slot()