Searched refs:ConfigureEndpointCommandTrb (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_abi.rs | 175 let t = self.cast::<ConfigureEndpointCommandTrb>()?; in fmt_helper() 472 pub struct ConfigureEndpointCommandTrb { struct 647 impl TypedTrb for ConfigureEndpointCommandTrb { implementation 730 unsafe impl DataInit for ConfigureEndpointCommandTrb {} implementation 758 unsafe impl TrbCast for ConfigureEndpointCommandTrb {} implementation 896 assert_eq!(std::mem::size_of::<ConfigureEndpointCommandTrb>(), TRB_SIZE); in check_struct_sizes()
|
D | command_ring_controller.rs | 11 AddressDeviceCommandTrb, AddressedTrb, ConfigureEndpointCommandTrb, DisableSlotCommandTrb, 191 .cast::<ConfigureEndpointCommandTrb>() in configure_endpoint()
|
D | device_slot.rs | 9 AddressDeviceCommandTrb, ConfigureEndpointCommandTrb, DequeuePtr, DeviceContext, 492 trb: &ConfigureEndpointCommandTrb, in configure_endpoint() argument
|