Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c594 struct windows_device_handle_priv *handle_priv = _device_handle_priv( in auto_claim()
642 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in auto_release()
2092 sizeof(struct windows_device_handle_priv),
2409 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_open()
2442 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_close()
2488 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_configure_endpoints()
2536 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_claim_interface()
2639 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in winusbx_release_interface()
2660 struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle); in get_valid_interface()
2683 struct windows_device_handle_priv *handle_priv, uint8_t endpoint_address) in interface_by_endpoint()
[all …]
Dwindows_winusb.h277 struct windows_device_handle_priv { struct
283 static inline struct windows_device_handle_priv *_device_handle_priv( in _device_handle_priv() argument
286 return (struct windows_device_handle_priv *)handle->os_priv; in _device_handle_priv()