Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs46 Isoch = 5, enumerator
149 TrbType::Isoch => { in fmt_helper()
231 Ok(TrbType::Isoch) => self.cast::<IsochTrb>()?.get_chain(), in get_chain_bit()
252 | TrbType::Isoch in can_be_in_transfer_ring()
264 TrbType::Normal | TrbType::SetupStage | TrbType::DataStage | TrbType::Isoch => { in transfer_length()
287 TrbType::Normal | TrbType::SetupStage | TrbType::DataStage | TrbType::Isoch => { in immediate_data()
624 const TY: TrbType = TrbType::Isoch;
Dscatter_gather_buffer.rs53 && trb_type != TrbType::Isoch in new()
Dxhci_transfer.rs136 TrbType::Isoch => { in new()