Searched refs:ActiveDevice (Results 1 – 4 of 4) sorted by relevance
18 event Action <IUSBPeripheral> ActiveDevice ; event
42 public event Action <IUSBPeripheral> ActiveDevice ; event in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub149 peripheral.ActiveDevice += ActiveDevice; in Register()323 ActiveDevice(this.GetDevice((byte)(index))); in ProcessClassSet()
481 hub.ActiveDevice += d => in RegisterHub()
344 hub.ActiveDevice += new Action<IUSBPeripheral>(Active); in registerHub()