Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c805 int iface, nb_ifaces, first_iface = -1; in test_device() local
865 nb_ifaces = conf_desc->bNumInterfaces; in test_device()
866 printf(" nb interfaces: %d\n", nb_ifaces); in test_device()
867 if (nb_ifaces > 0) in test_device()
869 for (i=0; i<nb_ifaces; i++) { in test_device()
914 for (iface = 0; iface < nb_ifaces; iface++) in test_device()
961 for (iface = 0; iface<nb_ifaces; iface++) { in test_device()