Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Ddevice_slot.rs147 pub fn slot(&self, slot_id: u8) -> Option<Arc<DeviceSlot>> { in slot()
283 pub struct DeviceSlot { struct
295 impl DeviceSlot { argument
417 slot: &Arc<DeviceSlot>, in disable()
640 slot: &Arc<DeviceSlot>, in reset_slot()
H A Dtransfer_ring_controller.rs85 device_slot: Weak<DeviceSlot>, in new()
H A Dcommand_ring_controller.rs104 fn slot(&self, slot_id: u8) -> Result<Arc<DeviceSlot>> { in slot()