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.rs131 pub fn slot(&self, slot_id: u8) -> Option<Arc<DeviceSlot>> { in slot()
256 pub struct DeviceSlot { struct
268 impl DeviceSlot { argument
371 slot: &Arc<DeviceSlot>, in disable()
595 slot: &Arc<DeviceSlot>, in reset_slot()
Dcommand_ring_controller.rs103 fn slot(&self, slot_id: u8) -> Result<Arc<DeviceSlot>> { in slot()