Go to the source code of this file.
Functions | |
void | XsUsbHubInfo_assign (XsUsbHubInfo *thisPtr, XsHubIdentifier hub) |
Assign a new hub identifier to the XsUsbHubInfo. More... | |
void | XsUsbHubInfo_construct (XsUsbHubInfo *thisPtr, XsHubIdentifier hub) |
Initialize the XsUsbHubInfo with hub. More... | |
void | XsUsbHubInfo_copy (XsUsbHubInfo *copy, XsUsbHubInfo const *src) |
Copy the contents of the XsUsbHubInfo to copy. More... | |
void | XsUsbHubInfo_destruct (XsUsbHubInfo *thisPtr) |
Destroy the XsUsbHubInfo. More... | |
int | XsUsbHubInfo_parentPathMatches (const XsUsbHubInfo *left, const XsUsbHubInfo *right) |
Returns true if the two hub info objects share the same device path. More... | |
void | XsUsbHubInfo_swap (XsUsbHubInfo *thisPtr, XsUsbHubInfo *thatPtr) |
Swap the two XsUsbHubInfo items. More... | |