Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBKeyboard.cs216 … 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
DUSBTablet.cs190 … 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
DUSBMouse.cs205 … 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
DSMSC9500.cs136 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
DUsbHub.cs422 … 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
DMassStorage.cs139 … 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