Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c2433 handle_priv->interface_handle[i].dev_handle = file_handle; in winusbx_open()
2458 handle = handle_priv->interface_handle[i].api_handle; in winusbx_close()
2462 handle = handle_priv->interface_handle[i].dev_handle; in winusbx_close()
2472 handle = handle_priv->interface_handle[i].api_handle; in winusbx_close()
2476 handle = handle_priv->interface_handle[0].api_handle; in winusbx_close()
2480 handle = handle_priv->interface_handle[0].dev_handle; in winusbx_close()
2490 HANDLE winusb_handle = handle_priv->interface_handle[iface].api_handle; in winusbx_configure_endpoints()
2555 file_handle = handle_priv->interface_handle[iface].dev_handle; in winusbx_claim_interface()
2560 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE; in winusbx_claim_interface()
2599 handle_priv->interface_handle[iface].api_handle = winusb_handle; in winusbx_claim_interface()
[all …]
Dwindows_winusb.h279 struct interface_handle_t interface_handle[USB_MAXINTERFACES]; member