Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c861 USB_NODE_CONNECTION_INFORMATION_EX_V2 conn_info_v2; in init_root_hub() local
897 conn_info_v2.ConnectionIndex = port_number; in init_root_hub()
898 conn_info_v2.Length = sizeof(conn_info_v2); in init_root_hub()
899 conn_info_v2.SupportedUsbProtocols.Usb300 = 1; in init_root_hub()
901 &conn_info_v2, sizeof(conn_info_v2), &conn_info_v2, sizeof(conn_info_v2), &size, NULL)) { in init_root_hub()
907 if (conn_info_v2.Flags.DeviceIsSuperSpeedPlusCapableOrHigher) in init_root_hub()
909 …else if (conn_info_v2.Flags.DeviceIsSuperSpeedCapableOrHigher || conn_info_v2.SupportedUsbProtocol… in init_root_hub()
911 else if (conn_info_v2.SupportedUsbProtocols.Usb200) in init_root_hub()
1028 USB_NODE_CONNECTION_INFORMATION_EX_V2 conn_info_v2; in init_device() local
1154 conn_info_v2.ConnectionIndex = (ULONG)port_number; in init_device()
[all …]