Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c800 uint8_t bus, port_path[8]; in test_device() local
824 r = libusb_get_port_numbers(dev, port_path, sizeof(port_path)); in test_device()
828 printf(" port path: %d", port_path[0]); in test_device()
830 printf("->%d", port_path[i]); in test_device()