Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/asm-generic/
Dpoll.h14 #define POLLRDNORM 0x0040 macro
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-func-poll.rst45 is non-zero). CEC devices set the ``POLLIN`` and ``POLLRDNORM`` flags in
/Linux-v5.10/Documentation/usb/
Dgadget_printer.rst218 fd[0].events = POLLIN | POLLRDNORM;
228 if (retval && (fd[0].revents & POLLRDNORM)) {
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dfunc-poll.rst47 is non-zero). Capture devices set the ``POLLIN`` and ``POLLRDNORM``
/Linux-v5.10/Documentation/misc-devices/
Dxilinx_sdfec.rst206 …- ``POLLRDNORM`` indicates a non-critical error has occurred and the user should use :c:macro:`XS…
/Linux-v5.10/Documentation/filesystems/spufs/
Dspufs.rst113 Poll on the ibox file returns (POLLIN | POLLRDNORM) whenever
/Linux-v5.10/drivers/scsi/cxlflash/
Docxl_hw.c990 mask |= POLLIN | POLLRDNORM; in afu_poll()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c135 return POLLIN | POLLRDNORM | POLLWRNORM; in amdgpu_debugfs_autodump_poll()
/Linux-v5.10/drivers/misc/
Dibmvmc.c1022 mask |= POLLIN | POLLRDNORM; in ibmvmc_poll()
/Linux-v5.10/Documentation/filesystems/
Drelay.rst137 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are
/Linux-v5.10/Documentation/networking/
Dpacket_mmap.rst495 pfd.events = POLLIN|POLLRDNORM|POLLERR;
/Linux-v5.10/fs/
Dio_uring.c5205 mask |= POLLIN | POLLRDNORM; in io_arm_poll_handler()