Searched refs:POLLRDNORM (Results 1 – 12 of 12) sorted by relevance
14 #define POLLRDNORM 0x0040 macro
48 is non-zero). CEC devices set the ``POLLIN`` and ``POLLRDNORM`` flags in
321 ret = POLLIN | POLLRDNORM; in crtc_crc_poll()
205 fd[0].events = POLLIN | POLLRDNORM;215 if (retval && (fd[0].revents & POLLRDNORM)) {
50 is non-zero). Capture devices set the ``POLLIN`` and ``POLLRDNORM``
1018 ret &= ~(POLLIN | POLLRDNORM); in tls_sw_poll()1020 ret |= POLLIN | POLLRDNORM; in tls_sw_poll()
305 mask |= POLLIN | POLLRDNORM; in xsk_poll()
1012 mask |= POLLIN | POLLRDNORM; in afu_poll()
103 Poll on the ibox file returns (POLLIN | POLLRDNORM) whenever
133 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are
1019 mask |= POLLIN | POLLRDNORM; in ibmvmc_poll()
482 pfd.events = POLLIN|POLLRDNORM|POLLERR;