Searched refs:api_handle (Results 1 – 2 of 2) sorted by relevance
2458 handle = handle_priv->interface_handle[i].api_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()2490 HANDLE winusb_handle = handle_priv->interface_handle[iface].api_handle; in winusbx_configure_endpoints()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()2602 winusb_handle = handle_priv->interface_handle[0].api_handle; in winusbx_claim_interface()2608 handle_priv->interface_handle[0].api_handle = winusb_handle; in winusbx_claim_interface()2616 &handle_priv->interface_handle[iface].api_handle)) { in winusbx_claim_interface()2617 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE; in winusbx_claim_interface()[all …]
274 HANDLE api_handle; // used by the API to communicate with the device member