Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs51 periodic_qh = new QueueHead(sysbus); in EHCIHostController()
52 async_qh = new QueueHead(sysbus); in EHCIHostController()
444 periodic_qh = new QueueHead(sysbus); in SoftReset()
445 async_qh = new QueueHead(sysbus); in SoftReset()
487 private IUSBPeripheral GetTargetDevice(QueueHead qh) in GetTargetDevice()
519 QueueHead qh; in ProcessList()
873 private QueueHead periodic_qh;
874 private QueueHead async_qh;
1093 private class QueueHead class in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController
1095 public QueueHead(IBusController bus) in QueueHead() method in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead
[all …]