The Pedigree Project
0.1
|
This is the complete list of members for UsbHub, including all inherited members.
addChild(Device *pDevice) | Device | |
addInterruptInHandler(UsbEndpoint endpointInfo, uintptr_t pBuffer, uint16_t nBytes, void(*pCallback)(uintptr_t, ssize_t), uintptr_t pParam=0)=0 | UsbHub | pure virtual |
addresses() | Device | inlinevirtual |
addToRoot(Device *device) | Device | static |
addTransferToTransaction(uintptr_t pTransaction, bool bToggle, UsbPid pid, uintptr_t pBuffer, size_t nBytes)=0 | UsbHub | pure virtual |
Bus enum value | Device | |
Callback typedef (defined in Device) | Device | |
Console enum value | Device | |
Controller enum value | Device | |
createTransaction(UsbEndpoint endpointInfo)=0 | UsbHub | pure virtual |
Device() (defined in Device) | Device | |
Device(Device *p) | Device | |
deviceConnected(uint8_t nPort, UsbSpeed speed) | UsbHub | |
deviceDisconnected(uint8_t nPort) | UsbHub | |
Disk enum value | Device | |
Display enum value | Device | |
doAsync(uintptr_t pTransaction, void(*pCallback)(uintptr_t, ssize_t)=0, uintptr_t pParam=0)=0 | UsbHub | pure virtual |
doSync(uintptr_t nTransaction, uint32_t timeout=5000) | UsbHub | |
dump(String &str) | Device | inlinevirtual |
foreach(Callback callback, Device *root=0) | Device | static |
foreach(pedigree_std::Callable< F > &callback, Device *root, Args...args) (defined in Device) | Device | static |
Generic enum value | Device | |
getChild(size_t n) | Device | |
getInterruptNumber() | Device | inlinevirtual |
getName(String &str) | Device | virtual |
getNumChildren() | Device | |
getParent() const | Device | inline |
getPciBusPosition() | Device | inline |
getPciClassCode() | Device | inline |
getPciConfigHeader() const | Device | inline |
getPciDeviceId() | Device | inline |
getPciDevicePosition() | Device | inline |
getPciFunctionNumber() | Device | inline |
getPciProgInterface() | Device | inline |
getPciSubclassCode() | Device | inline |
getPciVendorId() | Device | inline |
getSpecificType() | Device | inlinevirtual |
getType() | UsbHub | virtual |
ignoreConnectionChanges(uint8_t nPort, bool bIgnore=true) | UsbHub | inline |
m_Addresses | Device | protected |
m_Children | Device | protected |
m_ClassCode | Device | protected |
m_ConfigHeader | Device | protected |
m_DeviceId | Device | protected |
m_IgnoredPorts | UsbHub | protected |
m_InterruptNumber | Device | protected |
m_PciBusPos | Device | protected |
m_PciDevicePos | Device | protected |
m_PciFunctionNum | Device | protected |
m_pParent | Device | protected |
m_ProgInterface | Device | protected |
m_Root | Device | protectedstatic |
m_SpecificType | Device | protected |
m_SubclassCode | Device | protected |
m_TreeLock | Device | protectedstatic |
m_UsedAddresses | UsbHub | private |
m_VendorId | Device | protected |
Mouse enum value | Device | |
Network enum value | Device | |
NOT_COPYABLE_OR_ASSIGNABLE(Device) (defined in Device) | Device | protected |
portReset(uint8_t nPort, bool bErrorResponse=false)=0 | UsbHub | pure virtual |
removeChild(size_t n) | Device | |
removeChild(Device *d) | Device | |
replaceChild(Device *src, Device *dest) | Device | |
Root enum value | Device | |
root() | Device | inlineprotectedstatic |
searchByClass(uint16_t classCode, void(*callback)(Device *), Device *root=0) (defined in Device) | Device | static |
searchByClassAndSubclass(uint16_t classCode, uint16_t subclassCode, void(*callback)(Device *), Device *root=0) (defined in Device) | Device | static |
searchByClassSubclassAndProgInterface(uint16_t classCode, uint16_t subclassCode, uint8_t progInterface, void(*callback)(Device *), Device *root=0) (defined in Device) | Device | static |
searchByVendorId(uint16_t vendorId, void(*callback)(Device *), Device *root=0) | Device | static |
searchByVendorIdAndDeviceId(uint16_t vendorId, uint16_t deviceId, void(*callback)(Device *), Device *root=0) (defined in Device) | Device | static |
setInterruptNumber(uintptr_t n) | Device | inlinevirtual |
setParent(Device *p) | Device | inline |
setPciConfigHeader(const PciBus::ConfigSpace &space) | Device | inline |
setPciIdentifiers(uint8_t classCode, uint8_t subclassCode, uint16_t vendorId, uint16_t deviceId, uint8_t progIf) | Device | inline |
setPciPosition(uint32_t bus, uint32_t device, uint32_t func) | Device | inline |
setSpecificType(String str) | Device | inlinevirtual |
Sound enum value | Device | |
syncCallback(uintptr_t pParam, ssize_t ret) | UsbHub | privatestatic |
Type enum name | Device | |
UsbContainer enum value | Device | |
UsbController enum value | Device | |
UsbGeneric enum value | Device | |
UsbHub() (defined in UsbHub) | UsbHub | |
UsbHub(Device *p) (defined in UsbHub) | UsbHub | |
~Device() (defined in Device) | Device | virtual |
~UsbHub() (defined in UsbHub) | UsbHub | virtual |