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.rs178 let t = self.cast::<ConfigureEndpointCommandTrb>()?; in fmt_helper()
475 pub struct ConfigureEndpointCommandTrb { struct
650 impl TypedTrb for ConfigureEndpointCommandTrb { implementation
753 unsafe impl TrbCast for ConfigureEndpointCommandTrb {} implementation
917 assert_eq!(std::mem::size_of::<ConfigureEndpointCommandTrb>(), TRB_SIZE); in check_struct_sizes()
Dcommand_ring_controller.rs30 use super::xhci_abi::ConfigureEndpointCommandTrb;
205 .cast::<ConfigureEndpointCommandTrb>() in configure_endpoint()
Ddevice_slot.rs28 use super::xhci_abi::ConfigureEndpointCommandTrb;
549 trb: &ConfigureEndpointCommandTrb, in configure_endpoint() argument