Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/asm-generic/
A Dpoll.h16 #ifndef POLLWRNORM
17 #define POLLWRNORM 0x0100 macro
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/linux-6.3-rc2/arch/m68k/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dpoll.h15 #define POLLWRNORM POLLOUT macro
/linux-6.3-rc2/arch/sparc/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dfunc-poll.rst49 ``POLLWRNORM`` flags. When the function timed out it returns a value of
60 ``POLLWRNORM`` flags in the ``revents`` field.
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-func-poll.rst48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
/linux-6.3-rc2/Documentation/usb/
A Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
286 if (retval && (fd[0].revents & POLLWRNORM)) {
/linux-6.3-rc2/Documentation/filesystems/spufs/
A Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever

Completed in 8 milliseconds