Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.h249 typedef DEVNODE *PDEVNODE, *PDEVINST; typedef
257 DLL_DECLARE_FUNC(WINAPI, CONFIGRET, CM_Get_Parent, (PDEVINST, DEVINST, ULONG));
258 DLL_DECLARE_FUNC(WINAPI, CONFIGRET, CM_Get_Child, (PDEVINST, DEVINST, ULONG));
Dwindows_winusb.c420 DEVINST devinst, PDEVINST _parent_devinst) in get_ancestor()