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.rs97 pub struct DeviceSlots { struct
103 impl DeviceSlots { argument
111 ) -> DeviceSlots { in new()
Dcommand_ring_controller.rs81 slots: DeviceSlots, in new()
99 fn new(slots: DeviceSlots, interrupter: Arc<Mutex<Interrupter>>) -> Self { in new()