Home
last modified time | relevance | path

Searched defs:deviceName (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs39 private static void FailDevice(string deviceName, string field = null, Exception e = null) in FailDevice()
356 …void InitializeGPIO(IPeripheral device, string deviceName, IGPIOReceiver receiver, IList<int> irqE… in InitializeGPIO()
378 …void InitializeGPIO(IPeripheral device, string deviceName, IGPIOReceiver receiver, IList<object> i… in InitializeGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DLinuxTapInterface.cs274 private readonly string deviceName; field in Antmicro.Renode.HostInterfaces.Network.LinuxTapInterface