Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs51 DisableSlotCommand = 10, enumerator
166 TrbType::DisableSlotCommand => { in fmt_helper()
640 const TY: TrbType = TrbType::DisableSlotCommand;
Dcommand_ring_controller.rs347 Ok(TrbType::DisableSlotCommand) => self.disable_slot(atrb, complete_event), in handle_transfer_descriptor()