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