Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBKeyboard.cs180 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.USBKeyboard
211 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()
212 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
216stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()
218 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()
219 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()
220 return stringDescriptor.ToArray(); in GetDescriptor()
DUSBTablet.cs185 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()
186 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
190stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()
192 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()
193 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()
194 return stringDescriptor.ToArray(); in GetDescriptor()
351 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.USBTablet
DUSBMouse.cs169 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse
200 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()
201 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
205stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()
207 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()
208 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()
209 return stringDescriptor.ToArray(); in GetDescriptor()
DUsbHub.cs417 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()
418 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
422stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()
424 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()
425 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()
426 return stringDescriptor.ToArray(); in GetDescriptor()
572 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
DSMSC9500.cs131 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()
132 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
138stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()
142 stringDescriptor = new StringUSBDescriptor(""); in GetDescriptor()
146 controlPacket = new byte[stringDescriptor.ToArray().Length]; in GetDescriptor()
147 stringDescriptor.ToArray().CopyTo(controlPacket, 0); in GetDescriptor()
148 return stringDescriptor.ToArray(); in GetDescriptor()
478 private StringUSBDescriptor stringDescriptor = null; field in Antmicro.Renode.Peripherals.USBDeprecated.SMSC9500
DMassStorage.cs134 stringDescriptor = new StringUSBDescriptor(1); in GetDescriptor()
135 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
139stringDescriptor = new StringUSBDescriptor(stringValues[setupPacket.index][index]); in GetDescriptor()
141 controlPacket = stringDescriptor.ToArray(); in GetDescriptor()
569 private StringUSBDescriptor stringDescriptor; field in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage