Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:revents

888         pfd[0].revents = 0;
889 pfd[1].revents = 0;
890 pfd[2].revents = 0;
896 if (pfd[0].revents & (POLLIN | POLLHUP | POLLERR)) {
897 internal_event_handler(handle, pfd[0].revents, info->event_sock);
899 if (pfd[1].revents & (POLLIN | POLLHUP | POLLERR)) {
900 internal_event_handler(handle, pfd[1].revents, info->user_sock);