Searched refs:POLLRDNORM (Results 1 – 12 of 12) sorted by relevance
14 #define POLLRDNORM 0x0040 macro
55 is non-zero). CEC devices set the ``POLLIN`` and ``POLLRDNORM`` flags in
347 ret = POLLIN | POLLRDNORM; in crtc_crc_poll()
218 fd[0].events = POLLIN | POLLRDNORM;228 if (retval && (fd[0].revents & POLLRDNORM)) {
57 is non-zero). Capture devices set the ``POLLIN`` and ``POLLRDNORM``
993 mask |= POLLIN | POLLRDNORM; in afu_poll()
446 mask |= POLLIN | POLLRDNORM; in xsk_poll()
1046 mask |= POLLIN | POLLRDNORM; in xsdfec_poll()
1022 mask |= POLLIN | POLLRDNORM; in ibmvmc_poll()
103 Poll on the ibox file returns (POLLIN | POLLRDNORM) whenever
133 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are
482 pfd.events = POLLIN|POLLRDNORM|POLLERR;