Home
last modified time | relevance | path

Searched refs:AddressDeviceCommandTrb (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs171 let t = self.cast::<AddressDeviceCommandTrb>()?; in fmt_helper()
459 pub struct AddressDeviceCommandTrb { struct
643 impl TypedTrb for AddressDeviceCommandTrb { implementation
729 unsafe impl DataInit for AddressDeviceCommandTrb {} implementation
757 unsafe impl TrbCast for AddressDeviceCommandTrb {} implementation
895 assert_eq!(std::mem::size_of::<AddressDeviceCommandTrb>(), TRB_SIZE); in check_struct_sizes()
Dcommand_ring_controller.rs11 AddressDeviceCommandTrb, AddressedTrb, ConfigureEndpointCommandTrb, DisableSlotCommandTrb,
167 .cast::<AddressDeviceCommandTrb>() in address_device()
Ddevice_slot.rs9 AddressDeviceCommandTrb, ConfigureEndpointCommandTrb, DequeuePtr, DeviceContext,
390 pub fn set_address(&self, trb: &AddressDeviceCommandTrb) -> Result<TrbCompletionCode> { in set_address()