Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs36 registeredHubs = new ReusableIdentifiedList<IUSBHub>(); in EHCIHostController()
845 private readonly ReusableIdentifiedList<IUSBHub> registeredHubs;
894 private class ReusableIdentifiedList<T> where T: class
896 public ReusableIdentifiedList() in ReusableIdentifiedList() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.T