Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c2378 handle_priv->interface_handle[i].dev_handle = file_handle; in winusbx_open()
2403 handle = handle_priv->interface_handle[i].api_handle; in winusbx_close()
2407 handle = handle_priv->interface_handle[i].dev_handle; in winusbx_close()
2416 handle = handle_priv->interface_handle[i].api_handle; in winusbx_close()
2420 handle = handle_priv->interface_handle[0].api_handle; in winusbx_close()
2424 handle = handle_priv->interface_handle[0].dev_handle; in winusbx_close()
2434 HANDLE winusb_handle = handle_priv->interface_handle[iface].api_handle; in winusbx_configure_endpoints()
2504 file_handle = handle_priv->interface_handle[iface].dev_handle; in winusbx_claim_interface()
2509 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE; in winusbx_claim_interface()
2541 CloseHandle(handle_priv->interface_handle[iface].dev_handle); in winusbx_claim_interface()
[all …]
Dwindows_common.h272 } interface_handle[USB_MAXINTERFACES]; member