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

/external/libusb/libusb/
H A Dio.c2125 struct libusb_pollfd *pollfd = &ipollfd->pollfd;
2714 * \returns a NULL-terminated list of libusb_pollfd structures
2719 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
2723 struct libusb_pollfd **ret = NULL;
2730 ret = calloc(ctx->pollfds_cnt + 1, sizeof(struct libusb_pollfd *));
2735 ret[i++] = (struct libusb_pollfd *) ipollfd;
2740 return (const struct libusb_pollfd **) ret;
2749 * Free a list of libusb_pollfd structures. This should be called for all
2757 * \param pollfds the list of libusb_pollfd structures to free
2759 void API_EXPORTED libusb_free_pollfds(const struct libusb_pollfd **pollfd
[all...]
H A Dlibusb.h1832 struct libusb_pollfd { struct
1847 * \param events events to monitor for, see \ref libusb_pollfd for a
1867 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
1869 void LIBUSB_CALL libusb_free_pollfds(const struct libusb_pollfd **pollfds);
H A Dlibusbi.h558 struct libusb_pollfd pollfd;
/external/libusb/include/libusb/
H A Dlibusb.h1832 struct libusb_pollfd { struct
1847 * \param events events to monitor for, see \ref libusb_pollfd for a
1867 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
1869 void LIBUSB_CALL libusb_free_pollfds(const struct libusb_pollfd **pollfds);
H A Dlibusbi.h558 struct libusb_pollfd pollfd;

Completed in 177 milliseconds