Searched refs:poll_revents (Results 1 – 2 of 2) sorted by relevance
411 int poll_revents) in error_delay_next_action() argument440 } else if ((poll_revents & POLLIN) == 0) { in error_delay_next_action()480 int poll_revents) in wait_for_writable_next_action() argument494 else if ((poll_revents & POLLOUT) == 0) { in wait_for_writable_next_action()565 int poll_revents) in first_message_next_action() argument572 if ((poll_revents & POLLIN) == 0) in first_message_next_action()699 static int server_fd_dispatch(struct cras_client *client, int poll_revents) in server_fd_dispatch() argument704 if ((poll_revents & POLLHUP) != 0) { in server_fd_dispatch()715 rc = error_delay_next_action(client, poll_revents); in server_fd_dispatch()721 rc = wait_for_writable_next_action(client, poll_revents); in server_fd_dispatch()[all …]
287 .poll_revents = snd_pcm_cras_poll_revents,