Home
last modified time | relevance | path

Searched refs:LangId (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs350 LangId = new ushort[numberOfLangs]; in StringUSBDescriptor()
357 public ushort[] LangId{ get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.StringUSBDescriptor
375 foreach(var id in LangId) in ToArray()
DUSBKeyboard.cs212 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
DUSBTablet.cs186 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
DUSBMouse.cs201 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
DUsbHub.cs418 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
DMassStorage.cs135 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()
DSMSC9500.cs132 stringDescriptor.LangId[0] = EnglishLangId; in GetDescriptor()