Lines Matching refs:libusb_pollfd
1955 struct libusb_pollfd *pollfd = &ipollfd->pollfd;
2459 * \returns a NULL-terminated list of libusb_pollfd structures
2464 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
2468 struct libusb_pollfd **ret = NULL;
2478 ret = calloc(cnt + 1, sizeof(struct libusb_pollfd *));
2483 ret[i++] = (struct libusb_pollfd *) ipollfd;
2488 return (const struct libusb_pollfd **) ret;