Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/asm-generic/
Dpoll.h16 #ifndef POLLWRNORM
17 #define POLLWRNORM 0x0100 macro
/Linux-v5.10/arch/m68k/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT macro
/Linux-v5.10/arch/mips/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT macro
/Linux-v5.10/arch/xtensa/include/uapi/asm/
Dpoll.h15 #define POLLWRNORM POLLOUT macro
/Linux-v5.10/arch/sparc/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT macro
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dfunc-poll.rst49 ``POLLWRNORM`` flags. When the function timed out it returns a value of
60 ``POLLWRNORM`` flags in the ``revents`` field.
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-func-poll.rst48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
/Linux-v5.10/Documentation/usb/
Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
286 if (retval && (fd[0].revents & POLLWRNORM)) {
/Linux-v5.10/Documentation/filesystems/spufs/
Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c135 return POLLIN | POLLRDNORM | POLLWRNORM; in amdgpu_debugfs_autodump_poll()
/Linux-v5.10/fs/
Dio_uring.c5207 mask |= POLLOUT | POLLWRNORM; in io_arm_poll_handler()