| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | Quectel_BC660K.cs | 129 protected override Response Qcfg(string function, params int[] args) in Qcfg() argument 131 if(!nameModemConfigDecoder.TryGetValue(function, out var modemFunction)) in Qcfg() 133 return base.Qcfg(function, args); // unrecognized function in Qcfg() 141 var parameters = string.Format("+QCFG: \"{0}\",{1}", function, value); in Qcfg() 157 return base.Qcfg(function, args); in Qcfg() 175 return base.Qcfg(function, args); in Qcfg() 182 foreach(string function in nameModemConfigDecoder.Keys) in QcfgRead() 184 var modemFunction = nameModemConfigDecoder[function]; in QcfgRead() 187 parameters.Add(string.Format("+QCFG: \"{0}\",{1}", function, value)); in QcfgRead() 408 const string function = "GPIO"; in GetQcfgGPIOStatus() [all …]
|
| D | Quectel_BC66.cs | 120 protected override Response Qcfg(string function, params int[] args) in Qcfg() argument 122 if(!nameModemConfigDecoder.TryGetValue(function, out var modemFunction)) in Qcfg() 124 return base.Qcfg(function, args); // unrecognized function in Qcfg() 132 var parameters = string.Format("+QCFG: \"{0}\",{1}", function, value); in Qcfg() 148 return base.Qcfg(function, args); in Qcfg() 153 return base.Qcfg(function, args); in Qcfg()
|
| D | Quectel_BG96.cs | 96 protected override Response Qcfg(string function, params int[] args) in Qcfg() argument 98 switch(function) in Qcfg() 106 return base.Qcfg(function, args); in Qcfg() 129 …Log(LogLevel.Warning, "Config value '{0}' set to {1}, not implemented", function, string.Join(", "… in Qcfg() 132 return base.Qcfg(function, args); in Qcfg()
|
| D | QuectelModem.cs | 487 protected virtual Response Qcfg(string function, params int[] args) in Qcfg() argument 489 ….Warning, "Config value '{0}' set to {1}, not supported by this modem", function, string.Join(", "… in Qcfg()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/ |
| D | ApplicationExtensions.cs | 60 public static T InvokeInUIThreadAndWait<T>(Func<T> function) in InvokeInUIThreadAndWait() argument 65 return function(); in InvokeInUIThreadAndWait() 73 result = function(); in InvokeInUIThreadAndWait()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/ |
| D | TraceCommand.cs | 112 public void RegisterFunctionName(string function, Type callbackType) in RegisterFunctionName() argument 114 if(handlers.ContainsKey(function)) in RegisterFunctionName() 116 … throw new RecoverableException("Function \"{0}\" already registered.".FormatWith(function)); in RegisterFunctionName() 118 handlers[function] = callbackType; in RegisterFunctionName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | WirelessMedium.cs | 44 public void SetMediumFunction(IMediumFunction function) in SetMediumFunction() argument 46 mediumFunction = function; in SetMediumFunction()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_CSRNG.cs | 722 public void SetEntropySource(Func<byte[]> function) in SetEntropySource() argument 724 this.function = function; in SetEntropySource() 729 if(function == null) in GetEntropy() 733 return function(); in GetEntropy() 736 private Func<byte[]> function; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG.FakeEntropy
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | SmartParser.cs | 174 …e GetFromCacheOrAdd(Dictionary<Type, Delegate> cacheDict, Type outputType, Func<Delegate> function) in GetFromCacheOrAdd() argument 180 parser = function(); in GetFromCacheOrAdd()
|
| D | Misc.cs | 1718 public static IEnumerable<T> Iterate<T>(Func<T> function) in Iterate() argument 1722 yield return function(); in Iterate() 1785 public static IEnumerable<T> Prefix<T>(IEnumerable<T> enumerable, Func<T, T, T> function) in Prefix() argument 1796 prefix = function(prefix, enumerator.Current); in Prefix()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/ |
| D | WindowsTapInterface.cs | 258 … private static uint CalculateControlCode(uint deviceType, uint function, uint method, uint access) in CalculateControlCode() argument 260 return ((deviceType << 16) | (access << 14) | (function << 2) | method); in CalculateControlCode()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/ |
| D | UFSDevice.cs | 817 private bool IsValidQueryOpcode(QueryFunction function, QueryFunctionOpcode opcode) in IsValidQueryOpcode() argument 819 if(function == QueryFunction.StandardReadRequest in IsValidQueryOpcode() 828 if(function == QueryFunction.StandardWriteRequest in IsValidQueryOpcode()
|
| /Renode-Infrastructure-v1.15.3-29f510e/licenses/ |
| D | LGPL.txt | 175 d) If a facility in the modified Library refers to a function or a 179 in the event an application does not supply such function or 183 (For example, a function in a library to compute square roots has 186 application-supplied function or table used by this function must 188 root function must still compute square roots.)
|