Searched refs:fd_removed_cb (Results 1 – 2 of 2) sorted by relevance
2177 ctx->fd_removed_cb = removed_cb; in libusb_set_pollfd_notifiers()2225 if (ctx->fd_removed_cb) in usbi_remove_pollfd()2226 ctx->fd_removed_cb(fd, ctx->fd_cb_user_data); in usbi_remove_pollfd()
177 libusb_pollfd_removed_cb fd_removed_cb; member