Searched refs:stringValues (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | USBKeyboard.cs | 216 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor() 231 private Dictionary<ushort, string[]> stringValues = new Dictionary<ushort, string[]>() field in Antmicro.Renode.Peripherals.USBDeprecated.USBKeyboard
|
| D | USBTablet.cs | 190 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor() 359 …private Dictionary<ushort, string[]> stringValues = new Dictionary<ushort, string[]>() { {EnglishL… field in Antmicro.Renode.Peripherals.USBDeprecated.USBTablet
|
| D | USBMouse.cs | 205 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor() 220 private Dictionary<ushort, string[]> stringValues = new Dictionary<ushort, string[]>() { field in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse
|
| D | SMSC9500.cs | 136 if(index < stringValues.Count) in GetDescriptor() 138 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor() 507 private Dictionary<ushort, string[]> stringValues = new Dictionary<ushort, string[]>() { field in Antmicro.Renode.Peripherals.USBDeprecated.SMSC9500
|
| D | UsbHub.cs | 422 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor() 601 private Dictionary<ushort, string[]> stringValues = new Dictionary<ushort, string[]>() field in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
|
| D | MassStorage.cs | 139 … stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor() 598 private Dictionary<ushort, string[]> stringValues = new Dictionary<ushort, string[]> field in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage
|