Searched refs:hub_handle (Results 1 – 1 of 1) sorted by relevance
/external/libusb/libusb/os/ |
D | windows_winusb.c | 686 static void cache_config_descriptors(struct libusb_device *dev, HANDLE hub_handle) in cache_config_descriptors() argument 728 …if (!DeviceIoControl(hub_handle, IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION, &cd_buf_short, siz… in cache_config_descriptors() 754 …if (!DeviceIoControl(hub_handle, IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION, cd_buf_actual, siz… in cache_config_descriptors() 1029 HANDLE hub_handle; in init_device() local 1086 …hub_handle = CreateFileA(parent_priv->path, GENERIC_WRITE, FILE_SHARE_WRITE, NULL, OPEN_EXISTING, … in init_device() 1087 if (hub_handle == INVALID_HANDLE_VALUE) { in init_device() 1096 …if (!DeviceIoControl(hub_handle, IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX, &conn_info, sizeof(… in init_device() 1100 CloseHandle(hub_handle); in init_device() 1106 CloseHandle(hub_handle); in init_device() 1134 CloseHandle(hub_handle); in init_device() [all …]
|