Searched refs:POLLRDNORM (Results 1 – 12 of 12) sorted by relevance
14 #define POLLRDNORM 0x0040 macro
45 is non-zero). CEC devices set the ``POLLIN`` and ``POLLRDNORM`` flags in
218 fd[0].events = POLLIN | POLLRDNORM;228 if (retval && (fd[0].revents & POLLRDNORM)) {
47 is non-zero). Capture devices set the ``POLLIN`` and ``POLLRDNORM``
206 …- ``POLLRDNORM`` indicates a non-critical error has occurred and the user should use :c:macro:`XS…
113 Poll on the ibox file returns (POLLIN | POLLRDNORM) whenever
992 mask |= POLLIN | POLLRDNORM; in afu_poll()
1264 ret = (__force __poll_t)(POLLIN | POLLRDNORM); in bcm_vk_poll()
1022 mask |= POLLIN | POLLRDNORM; in ibmvmc_poll()
137 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are
494 pfd.events = POLLIN|POLLRDNORM|POLLERR;
5668 mask |= POLLIN | POLLRDNORM; in io_arm_poll_handler()
Completed in 58 milliseconds