Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/asm-generic/
Dpoll.h7 #define POLLPRI 0x0002 macro
/Linux-v4.19/tools/leds/
Dled_hw_brightness_mon.c56 pollfd.events = POLLPRI; in main()
/Linux-v4.19/arch/x86/um/
Duser-offsets.c91 DEFINE(UM_POLLPRI, POLLPRI); in foo()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfunc-poll.rst66 then ``POLLPRI`` will be set in the ``revents`` field and
82 If the caller is only interested in events (just ``POLLPRI`` is set in
Ddev-event.rst29 poll system calls on video devices. The V4L2 events use POLLPRI events
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-func-poll.rst52 then the ``POLLPRI`` flag is set. When the function times out it returns
/Linux-v4.19/Documentation/media/uapi/dvb/
Dvideo-get-event.rst63 included in the exceptfds argument, and for poll(), POLLPRI should be
/Linux-v4.19/Documentation/
Dswitchtec.txt75 POLLPRI. In this way, userspace can wait for events to occur.
/Linux-v4.19/Documentation/translations/zh_CN/
Dgpio.txt594 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
/Linux-v4.19/Documentation/gpio/
Dsysfs.txt89 you use poll(2), set the events POLLPRI and POLLERR. If you
/Linux-v4.19/samples/mic/mpssd/
Dmpssd.c1453 ufds[0].events = POLLERR | POLLPRI; in block_till_state_change()
/Linux-v4.19/Documentation/driver-api/gpio/
Dlegacy.rst693 you use poll(2), set the events POLLPRI and POLLERR. If you