Searched refs:trb_type (Results 1 – 2 of 2) sorted by relevance
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_abi.rs | 125 trb_type: TrbType, field 311 trb_type: TrbType, field 331 trb_type: TrbType, field 351 trb_type: TrbType, field 368 trb_type: TrbType, field 389 trb_type: TrbType, field 407 trb_type: TrbType, field 424 trb_type: TrbType, field 440 trb_type: TrbType, field 452 trb_type: TrbType, field [all …]
|
D | scatter_gather_buffer.rs | 50 let trb_type = atrb.trb.get_trb_type().map_err(Error::UnknownTrbType)?; in new() localVariable 51 if trb_type != TrbType::Normal in new() 52 && trb_type != TrbType::DataStage in new() 53 && trb_type != TrbType::Isoch in new() 55 return Err(Error::BadTrbType(trb_type)); in new()
|