winusb_device_priv::path is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDwinusb_device_priv::path

winusb_device_priv::path field

Syntax

char *path;

References

LocationReferrerText
windows_common.h:250
char *path; // device interface path
windows_winusb.c:918init_root_hub()
handle = CreateFileA(priv->path, GENERIC_WRITE, FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL);
windows_winusb.c:920init_root_hub()
usbi_err(ctx, "could not open root hub %s: %s", priv->path, windows_error_str(0));
windows_winusb.c:1127init_device()
hub_handle = CreateFileA(parent_priv->path, GENERIC_WRITE, FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL);
windows_winusb.c:1129init_device()
usbi_warn(ctx, "could not open hub %s: %s", parent_priv->path, windows_error_str(0));
windows_winusb.h:195winusb_device_priv_release()
free(priv->path);

Data Use

Functions reading winusb_device_priv::path
winusb_device_priv::path