Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Ddevice_slot.rs113 pub struct DeviceSlots { struct
119 impl DeviceSlots { argument
127 ) -> DeviceSlots { in new()
H A Dcommand_ring_controller.rs82 slots: DeviceSlots, in new()
100 fn new(slots: DeviceSlots, interrupter: Arc<Mutex<Interrupter>>) -> Self { in new()