Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs167 let t = self.cast::<DisableSlotCommandTrb>()?; in fmt_helper()
446 pub struct DisableSlotCommandTrb { struct
639 impl TypedTrb for DisableSlotCommandTrb { implementation
728 unsafe impl DataInit for DisableSlotCommandTrb {} implementation
756 unsafe impl TrbCast for DisableSlotCommandTrb {} implementation
894 assert_eq!(std::mem::size_of::<DisableSlotCommandTrb>(), TRB_SIZE); in check_struct_sizes()
Dcommand_ring_controller.rs11 AddressDeviceCommandTrb, AddressedTrb, ConfigureEndpointCommandTrb, DisableSlotCommandTrb,
133 .cast::<DisableSlotCommandTrb>() in disable_slot()