Home
last modified time | relevance | path

Searched refs:subClassCode (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBConfiguration.cs42 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()
DUSBInterface.cs20 byte subClassCode = 0, in USBInterface() argument
29 SubClass = subClassCode; in USBInterface()
DUSBDeviceCore.cs22 byte subClassCode = 0, in USBDeviceCore() argument
48 SubClass = subClassCode; in USBDeviceCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/
DInterface.cs17 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/
DInterface.cs18 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/
DInterface.cs19 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/
DUSBMouse.cs59 subClassCode: (byte)Core.USB.HID.SubclassCode.BootInterfaceSubclass, in USBMouse()
DUSBKeyboard.cs119 subClassCode: (byte)Core.USB.HID.SubclassCode.BootInterfaceSubclass, in USBKeyboard()