Home
last modified time | relevance | path

Searched refs:InterfaceDescriptor (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs176 public InterfaceUSBDescriptor[] InterfaceDescriptor; field in Antmicro.Renode.Peripherals.USBDeprecated.ConfigurationUSBDescriptor
183 TotalLength += InterfaceDescriptor[i].Length; in ToArray()
184 for(int j=0; j<InterfaceDescriptor[i].NumberOfEndpoints; j++) in ToArray()
186 TotalLength += InterfaceDescriptor[i].EndpointDescriptor[j].Length; in ToArray()
204 InterfaceDescriptor[i].ToArray().CopyTo(arr, offset); in ToArray()
205 offset += InterfaceDescriptor[i].Length; in ToArray()
206 for(int j=0; j<InterfaceDescriptor[i].NumberOfEndpoints; j++) in ToArray()
208 InterfaceDescriptor[i].EndpointDescriptor[j].ToArray().CopyTo(arr, offset); in ToArray()
209 offset += InterfaceDescriptor[i].EndpointDescriptor[j].Length; in ToArray()
DUsbHub.cs100 configurationDescriptor.InterfaceDescriptor = interfaceDescriptor; in UsbHub()
122 configurationDescriptor.InterfaceDescriptor = interfaceDescriptor; in UsbHub()
DUSBKeyboard.cs42 configurationDescriptor.InterfaceDescriptor = interfaceDescriptor; in USBKeyboard()
DUSBTablet.cs227 configurationDescriptor.InterfaceDescriptor = interfaceDescriptor; in Reset()
DUSBMouse.cs40 configurationDescriptor.InterfaceDescriptor = interfaceDescriptor; in USBMouse()
DMassStorage.cs469 configurationDescriptor.InterfaceDescriptor = interfaceDescriptor; in Init()
DSMSC9500.cs46 configurationDescriptor.InterfaceDescriptor = interfaceDescriptor; in SMSC9500()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/
DSwitch.cs46 var ifaceDescriptor = new InterfaceDescriptor in AttachTo()
185 private readonly HashSet<InterfaceDescriptor> ifaces = new HashSet<InterfaceDescriptor>();
188 private class InterfaceDescriptor class in Antmicro.Renode.Tools.Network.Switch
202 var objAsInterfaceDescriptor = obj as InterfaceDescriptor; in Equals()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DInterfaceDescriptor.cs12 public struct InterfaceDescriptor struct
DUSBIPServer.cs362 …urationDescriptor(IUSBDevice device, byte configurationId, out USB.InterfaceDescriptor[] interface… in ReadConfigurationDescriptor()
377 interfaceDescriptors = new USB.InterfaceDescriptor[result.NumberOfInterfaces]; in ReadConfigurationDescriptor()
393 … interfaceDescriptors[i] = Packet.Decode<USB.InterfaceDescriptor>(recursiveBytes, currentOffset); in ReadConfigurationDescriptor()
395 currentOffset += Packet.CalculateLength<USB.InterfaceDescriptor>(); in ReadConfigurationDescriptor()
404 var interfaceDescriptors = new List<USB.InterfaceDescriptor>(); in GenerateDeviceDescriptor()
442 var intDescriptor = new USBIP.InterfaceDescriptor in GenerateDeviceDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USB/
DInterfaceDescriptor.cs12 public struct InterfaceDescriptor struct