Searched refs:AddressDeviceCommandTrb (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_abi.rs | 165 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()
|
D | command_ring_controller.rs | 11 AddressDeviceCommandTrb, AddressedTrb, ConfigureEndpointCommandTrb, DisableSlotCommandTrb, 162 .cast::<AddressDeviceCommandTrb>() in address_device()
|
D | device_slot.rs | 9 AddressDeviceCommandTrb, ConfigureEndpointCommandTrb, DequeuePtr, DeviceContext, 383 pub fn set_address(&self, trb: &AddressDeviceCommandTrb) -> Result<TrbCompletionCode> { in set_address()
|