windows_device_handle_priv is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDwindows_device_handle_priv

windows_device_handle_priv struct

Syntax

struct windows_device_handle_priv {     struct list_head active_transfers;     union {         struct usbdk_device_handle_priv usbdk_priv;         struct winusb_device_handle_priv winusb_priv;     }; };

Fields

active_transfers

No summary provided. Read more...

References

LocationReferrerScopeText
windows_common.h:358
struct windows_device_handle_priv {
windows_common.c:438windows_iocp_thread()
struct windows_device_handle_priv *handle_priv;
windows_common.c:636windows_open()
struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle);
windows_common.c:726windows_submit_transfer()
struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle);
windows_common.h:378get_usbdk_device_handle_priv()
struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle);
windows_common.h:384get_winusb_device_handle_priv()
struct windows_device_handle_priv *handle_priv = usbi_get_device_handle_priv(dev_handle);

Type Use

Variables of windows_device_handle_priv type
get_usbdk_device_handle_priv()::handle_priv
get_winusb_device_handle_priv()::handle_priv
windows_iocp_thread()::handle_priv
windows_open()::handle_priv
windows_submit_transfer()::handle_priv
all items filtered out
windows_device_handle_priv