Searched refs:deviceList (Results 1 – 1 of 1) sorted by relevance
34 private List<DeviceInfo> deviceList = new List<DeviceInfo>(); field in Antmicro.Renode.Config.Devices.DevicesConfig37 public List<DeviceInfo> DeviceList{ get { return deviceList; } }90 deviceList.Add(dev); in InitializeDevice()103 deviceList.Add(dev); in InitializeDevice()238 var fromList = deviceList.SingleOrDefault(x => x.Name == source); in InitializeGPIOsFrom()318 var fromList = deviceList.SingleOrDefault(x => x.Name == controllerElements[0]); in InitializeGPIOs()474 while(deviceList.Any(x => !x.IsRegistered)) in DevicesConfig()478 … foreach(var periConn in deviceList.Where(x=> !x.IsRegistered && x.HasConnections)) in DevicesConfig()483 var fromList = deviceList.SingleOrDefault(x => x.Name == conn); in DevicesConfig()509 …var invalidDevices = deviceList.Where(x => !x.IsRegistered).Select(x => x.Name).Aggregate((x, y) =… in DevicesConfig()[all …]