Searched refs:peripheralParent (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 58 …void RegisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild, IRegistrationPo… in RegisterAsAChildOf() argument 79 void UnregisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild); in UnregisterAsAChildOf() argument 80 … void UnregisterAsAChildOf(IPeripheral peripheralParent, IRegistrationPoint registrationPoint); in UnregisterAsAChildOf() argument
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 139 …public void RegisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild, IRegistr… in RegisterAsAChildOf() argument 141 Register(peripheralChild, registrationPoint, peripheralParent); in RegisterAsAChildOf() 144 public void UnregisterAsAChildOf(IPeripheral peripheralParent, IPeripheral peripheralChild) in UnregisterAsAChildOf() argument 155 var parentNode = registeredPeripherals.GetNode(peripheralParent); in UnregisterAsAChildOf() 162 …public void UnregisterAsAChildOf(IPeripheral peripheralParent, IRegistrationPoint registrationPoin… in UnregisterAsAChildOf() argument 169 var parentNode = registeredPeripherals.GetNode(peripheralParent); in UnregisterAsAChildOf()
|