Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.h57 #define INTERFACE_CLAIMED ((HANDLE)(intptr_t)0xD1B5) macro
Dwindows_winusb.c3655 if (handle_priv->interface_handle[iface].dev_handle == INTERFACE_CLAIMED) in hid_claim_interface()
3659 handle_priv->interface_handle[iface].dev_handle = INTERFACE_CLAIMED; in hid_claim_interface()
3677 if (handle_priv->interface_handle[iface].dev_handle != INTERFACE_CLAIMED) in hid_release_interface()