Home | History | Annotate | Download | only in hw

Lines Matching refs:PIPE_WAKE_READ

684     if (pipe->count > 0 && (pipe->flags & PIPE_WAKE_READ)) {
685 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_READ);
857 flags |= PIPE_WAKE_READ;
1042 if ((pipe->wanted & PIPE_WAKE_READ) == 0) {
1043 pipe->wanted |= PIPE_WAKE_READ;