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.rs165 let t = self.cast::<AddressDeviceCommandTrb>()?; in fmt_helper()
453 pub struct AddressDeviceCommandTrb { struct
637 impl TypedTrb for AddressDeviceCommandTrb { implementation
723 unsafe impl DataInit for AddressDeviceCommandTrb {} implementation
751 unsafe impl TrbCast for AddressDeviceCommandTrb {} implementation
889 assert_eq!(std::mem::size_of::<AddressDeviceCommandTrb>(), TRB_SIZE); in check_struct_sizes()
Dcommand_ring_controller.rs11 AddressDeviceCommandTrb, AddressedTrb, ConfigureEndpointCommandTrb, DisableSlotCommandTrb,
162 .cast::<AddressDeviceCommandTrb>() in address_device()
Ddevice_slot.rs9 AddressDeviceCommandTrb, ConfigureEndpointCommandTrb, DequeuePtr, DeviceContext,
383 pub fn set_address(&self, trb: &AddressDeviceCommandTrb) -> Result<TrbCompletionCode> { in set_address()