Searched refs:CM_Get_Parent (Results 1 – 3 of 3) sorted by relevance
/external/python/pyserial/serial/tools/ |
D | list_ports_windows.py | 122 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/ |
D | windows_winusb.h | 234 DLL_DECLARE_FUNC(WINAPI, CONFIGRET, CM_Get_Parent, (PDEVINST, DEVINST, ULONG));
|
D | windows_winusb.c | 178 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()
|