Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs55 ResetEndpointCommand = 14, enumerator
182 TrbType::ResetEndpointCommand => { in fmt_helper()
656 const TY: TrbType = TrbType::ResetEndpointCommand;
Dcommand_ring_controller.rs359 Ok(TrbType::ResetEndpointCommand) => { in handle_transfer_descriptor()