Home
last modified time | relevance | path

Searched refs:EnableSlotCommand (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs50 EnableSlotCommand = 9, enumerator
165 TrbType::EnableSlotCommand => Ok(write!(f, "trb: enable slot command {:?}", self)), in fmt_helper()
Dcommand_ring_controller.rs346 Ok(TrbType::EnableSlotCommand) => self.enable_slot(atrb, complete_event), in handle_transfer_descriptor()