Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs175 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()
Dcommand_ring_controller.rs11 AddressDeviceCommandTrb, AddressedTrb, ConfigureEndpointCommandTrb, DisableSlotCommandTrb,
191 .cast::<ConfigureEndpointCommandTrb>() in configure_endpoint()
Ddevice_slot.rs9 AddressDeviceCommandTrb, ConfigureEndpointCommandTrb, DequeuePtr, DeviceContext,
492 trb: &ConfigureEndpointCommandTrb, in configure_endpoint() argument