Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.h306 #define IOCTL_USB_GET_NODE_INFORMATION \ macro
Dwindows_winusb.c882 …if (!DeviceIoControl(handle, IOCTL_USB_GET_NODE_INFORMATION, NULL, 0, &hub_info, sizeof(hub_info),… in init_root_hub()