Home
last modified time | relevance | path

Searched refs:ActiveDevice (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DIUSBHubBase.cs18 event Action <IUSBPeripheral> ActiveDevice ; event
DUsbHub.cs42 public event Action <IUSBPeripheral> ActiveDevice ; event in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
149 peripheral.ActiveDevice += ActiveDevice; in Register()
323 ActiveDevice(this.GetDevice((byte)(index))); in ProcessClassSet()
DEHCIHostController.cs481 hub.ActiveDevice += d => in RegisterHub()
DISP1761.cs344 hub.ActiveDevice += new Action<IUSBPeripheral>(Active); in registerHub()