Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DUSBRegistrationPoint.cs13 public sealed class USBRegistrationPoint : NumberRegistrationPoint<byte?> class
15 public USBRegistrationPoint(byte? port = null) : base(port) in base()
25 var other = obj as USBRegistrationPoint; in Equals()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DIUSBHubBase.cs13 …Base : IPeripheralRegister<IUSBHub, USBRegistrationPoint>, IPeripheralContainer<IUSBPeripheral, U…
DMassStorageExtensions.cs16 …ne, string file, string name, IPeripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, … in PendriveFromFile()
21 attachTo.Register(pendrive, new USBRegistrationPoint(port)); in PendriveFromFile()
DUsbHub.cs137 public void Register(IUSBPeripheral peripheral, USBRegistrationPoint registrationPoint) in Register()
144 public void Register(IUSBHub peripheral, USBRegistrationPoint registrationPoint) in Register()
170 public IEnumerable<USBRegistrationPoint> GetRegistrationPoints(IUSBPeripheral peripheral) in GetRegistrationPoints()
175 public IEnumerable<IRegistered<IUSBPeripheral, USBRegistrationPoint>> Children
241 …y Dictionary<IUSBPeripheral, USBRegistrationPoint> registrationPoints = new Dictionary<IUSBPeriphe…
DEHCIHostController.cs18 …heral, IPeripheralRegister<IUSBHub, USBRegistrationPoint>, IPeripheralContainer<IUSBPeripheral, US…
61 public void Register(IUSBPeripheral peripheral, USBRegistrationPoint registrationPoint) in Register()
67 public void Register(IUSBHub peripheral, USBRegistrationPoint registrationPoint) in Register()
130 public IEnumerable<USBRegistrationPoint> GetRegistrationPoints(IUSBPeripheral peripheral) in GetRegistrationPoints()
137 public IEnumerable<IRegistered<IUSBPeripheral, USBRegistrationPoint>> Children
DISP1761.cs21 …heral, IPeripheralRegister<IUSBHub, USBRegistrationPoint>, IPeripheralContainer<IUSBPeripheral, US…
32 public void Register(IUSBHub peripheral, USBRegistrationPoint registrationInfo) in Register()
103 public void Register(IUSBPeripheral peripheral, USBRegistrationPoint registrationInfo) in Register()
119 public IEnumerable<USBRegistrationPoint> GetRegistrationPoints(IUSBPeripheral peripheral) in GetRegistrationPoints()
124 public IEnumerable<IRegistered<IUSBPeripheral, USBRegistrationPoint>> Children