Searched refs:intr_ep (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/share/examples/libusb20/
H A Dcontrol.c60 int intr_ep; /* endpoints */ variable
140 if (intr_ep != 0)
157 if ((rv = libusb20_tr_open(xfr_intr, 0, 1, intr_ep)) != 0)
335 intr_ep = strtol(optarg, NULL, 0);
355 if (intr_ep != 0 && (intr_ep & 0x80) == 0)

Completed in 99 milliseconds