Home
last modified time | relevance | path

Searched refs:POLLRDNORM (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/uapi/asm-generic/
H A Dpoll.h14 #define POLLRDNORM 0x0040 macro
/linux-6.15/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst45 is non-zero). CEC devices set the ``POLLIN`` and ``POLLRDNORM`` flags in
/linux-6.15/Documentation/usb/
H A Dgadget_printer.rst218 fd[0].events = POLLIN | POLLRDNORM;
228 if (retval && (fd[0].revents & POLLRDNORM)) {
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst47 is non-zero). Capture devices set the ``POLLIN`` and ``POLLRDNORM``
/linux-6.15/tools/testing/vsock/
H A Dvsock_test.c849 poll_flags = POLLIN | POLLRDNORM; in test_stream_poll_rcvlowat_client()
1430 fds.events = POLLIN | POLLRDNORM | POLLERR | in test_stream_credit_update_test()
1446 if (fds.revents & (POLLIN | POLLRDNORM)) { in test_stream_credit_update_test()
/linux-6.15/Documentation/misc-devices/
H A Dxilinx_sdfec.rst206 …- ``POLLRDNORM`` indicates a non-critical error has occurred and the user should use :c:macro:`XS…
/linux-6.15/Documentation/filesystems/spufs/
H A Dspufs.rst113 Poll on the ibox file returns (POLLIN | POLLRDNORM) whenever
/linux-6.15/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c1261 ret = (__force __poll_t)(POLLIN | POLLRDNORM); in bcm_vk_poll()
/linux-6.15/drivers/misc/
H A Dibmvmc.c1022 mask |= POLLIN | POLLRDNORM; in ibmvmc_poll()
/linux-6.15/Documentation/filesystems/
H A Drelay.rst137 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are
/linux-6.15/Documentation/networking/
H A Dpacket_mmap.rst495 pfd.events = POLLIN|POLLRDNORM|POLLERR;