Home
last modified time | relevance | path

Searched refs:CM_Get_Parent (Results 1 – 3 of 3) sorted by relevance

/external/python/pyserial/serial/tools/
Dlist_ports_windows.py122 CM_Get_Parent = cfgmgr32.CM_Get_Parent variable
123 CM_Get_Parent.argtypes = [PDWORD, DWORD, ULONG]
124 CM_Get_Parent.restype = LONG
168 ret = CM_Get_Parent(ctypes.byref(devinst), child_devinst, 0)
/external/libusb/libusb/os/
Dwindows_winusb.h234 DLL_DECLARE_FUNC(WINAPI, CONFIGRET, CM_Get_Parent, (PDEVINST, DEVINST, ULONG));
Dwindows_winusb.c178 DLL_LOAD_FUNC(Cfgmgr32, CM_Get_Parent, true); in init_dlls()
449 if (CM_Get_Parent(&parent_devinst, devinst, 0) != CR_SUCCESS) in get_ancestor()