Searched refs:GetDevice (Results 1 – 6 of 6) sorted by relevance
16 IUSBPeripheral GetDevice(byte port); in GetDevice() method
183 public IUSBPeripheral GetDevice(byte port) in GetDevice() method in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub323 ActiveDevice(this.GetDevice((byte)(index))); in ProcessClassSet()337 IUSBPeripheral device = GetDevice((byte)(index)); in ProcessClassSet()
923 if((device = hub.GetDevice(i)) != null) in findDevice()1733 if((device = hub.GetDevice(i)) != null) in DetachHUBDevice()1757 if((device = hub.GetDevice(i)) != null) in RemoveFromHub()
833 ? ((IUSBHub)addressedDevices[hubNumber]).GetDevice(portNumber) in FindDevice()
1003 var currentObject = GetDevice(currentCommandSplit[0]); in SuggestCommands()1038 var dev = GetDevice(typeof(EmulationManager).Name); in SuggestCommands()
268 private object GetDevice(string name) in GetDevice() method in Antmicro.Renode.UserInterface.Monitor