Searched refs:interfaceNumEndpoints (Results 1 – 2 of 2) sorted by relevance
94 UInt8 interfaceNumEndpoints; in try_interfaces() local180 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints); in try_interfaces()201 for (UInt8 endpoint = 1; endpoint <= interfaceNumEndpoints; endpoint++) { in try_interfaces()
320 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol; in CheckInterface() local332 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints); in CheckInterface()359 for (endpoint = 1; endpoint <= interfaceNumEndpoints; endpoint++) { in CheckInterface()