Searched refs:subClassCode (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ |
| D | USBConfiguration.cs | 42 public USBConfiguration WithInterface<T>(byte subClassCode, 47 …T)Activator.CreateInstance(typeof(T), device, (byte)interfaces.Count, subClassCode, protocol, desc… 76 byte subClassCode = 0, in WithInterface() argument 81 …terface = new USBInterface(device, (byte)interfaces.Count, classCode, subClassCode, protocol, desc… in WithInterface()
|
| D | USBInterface.cs | 20 byte subClassCode = 0, in USBInterface() argument 29 SubClass = subClassCode; in USBInterface()
|
| D | USBDeviceCore.cs | 22 byte subClassCode = 0, in USBDeviceCore() argument 48 SubClass = subClassCode; in USBDeviceCore()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/ |
| D | Interface.cs | 17 byte subClassCode, in Interface() argument 19 …cription = null) : base(device, identifier, USBClassCode.MassStorage, subClassCode, protocol, desc… in Interface()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/ |
| D | Interface.cs | 18 byte subClassCode, in Interface() argument 21 …ll) : base(device, identifier, USBClassCode.CommunicationsCDCControl, subClassCode, protocol, desc… in Interface()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/ |
| D | Interface.cs | 19 byte subClassCode = (byte)SubclassCode.BootInterfaceSubclass, in Interface() argument 22 …= null) : base(device, identifier, USBClassCode.HumanInterfaceDevice, subClassCode, protocol, desc… in Interface()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBMouse.cs | 59 subClassCode: (byte)Core.USB.HID.SubclassCode.BootInterfaceSubclass, in USBMouse()
|
| D | USBKeyboard.cs | 119 subClassCode: (byte)Core.USB.HID.SubclassCode.BootInterfaceSubclass, in USBKeyboard()
|