Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DHeader.cs31 AttachDevice = 0x8003, enumerator
DUSBIPServer.cs141 case USBIP.Command.AttachDevice: in HandleIncomingData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUsbHub.cs139 AttachDevice(peripheral, registrationPoint.Address.Value); in Register()
150 AttachDevice(peripheral, registrationPoint.Address.Value); in Register()
195 public void AttachDevice(IUSBPeripheral device, byte port) in AttachDevice() method in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
DEHCIHostController.cs64 AttachDevice(peripheral, registrationPoint.Address.Value); in Register()
70 AttachDevice(peripheral, registrationPoint.Address.Value); in Register()
94 public void AttachDevice(IUSBPeripheral device, byte port) in AttachDevice() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController