Home
last modified time | relevance | path

Searched refs:FindDevice (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs497 targetDevice = FindDevice(qh.DeviceAddress); in GetTargetDevice()
507 targetDevice = FindDevice(qh.HubAddress, qh.PortNumber); in GetTargetDevice()
830 private IUSBPeripheral FindDevice(byte hubNumber, byte portNumber) in FindDevice() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController
837 private IUSBPeripheral FindDevice(byte deviceAddress) in FindDevice() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController
DISP1761.cs1774 public IUSBPeripheral FindDevice(byte port) in FindDevice() method in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761