Searched refs:libusb_pollfd (Results 1 – 3 of 3) sorted by relevance
277 struct libusb_pollfd { struct294 typedef struct libusb_pollfd libusb_pollfd; typedef563 const struct libusb_pollfd **libusb_get_pollfds(libusb_context * ctx);
438 const struct libusb_pollfd **442 libusb_pollfd **ret; in libusb_get_pollfds()453 ret = calloc(i + 1, sizeof(struct libusb_pollfd *)); in libusb_get_pollfds()464 return ((const struct libusb_pollfd **)ret); in libusb_get_pollfds()
68 struct libusb_pollfd pollfd;