Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Ddevice_slot.rs82 pub struct DeviceSlots { struct
88 impl DeviceSlots { argument
96 ) -> DeviceSlots { in new()
Dcommand_ring_controller.rs67 slots: DeviceSlots, in new()
85 fn new(slots: DeviceSlots, interrupter: Arc<Mutex<Interrupter>>) -> Self { in new()