Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dpoll.h16 #ifndef POLLWRNORM
17 #define POLLWRNORM 0x0100 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dpoll.h15 #define POLLWRNORM POLLOUT macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst49 ``POLLWRNORM`` flags. When the function timed out it returns a value of
60 ``POLLWRNORM`` flags in the ``revents`` field.
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
/openbmc/linux/Documentation/usb/
H A Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
286 if (retval && (fd[0].revents & POLLWRNORM)) {
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3794 - .events = POLLIN | POLLRDNORM | POLLPRI | POLLOUT | POLLWRNORM, /* default blocking captu…
3873 - pfd.events = POLLOUT | POLLWRNORM;
3997 + const unsigned int poll_out = (POLLOUT | POLLWRNORM);
4036 - if (pfd.revents & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM)) {
4065 - if (pfd.revents & (POLLOUT | POLLWRNORM))
16709 + events = POLLOUT | POLLWRNORM;