Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DIUSBHub.cs16 IUSBPeripheral GetDevice(byte port); in GetDevice() method
DUsbHub.cs183 public IUSBPeripheral GetDevice(byte port) in GetDevice() method in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
323 ActiveDevice(this.GetDevice((byte)(index))); in ProcessClassSet()
337 IUSBPeripheral device = GetDevice((byte)(index)); in ProcessClassSet()
DISP1761.cs923 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()
DEHCIHostController.cs833 ? ((IUSBHub)addressedDevices[hubNumber]).GetDevice(portNumber) in FindDevice()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs1003 var currentObject = GetDevice(currentCommandSplit[0]); in SuggestCommands()
1038 var dev = GetDevice(typeof(EmulationManager).Name); in SuggestCommands()
DMonitorCommands.cs268 private object GetDevice(string name) in GetDevice() method in Antmicro.Renode.UserInterface.Monitor