Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/
H A Dfieldbus-dev-cdev16 Clears POLLERR | POLLPRI from the file descriptor.
23 POLLERR | POLLPRI will be set on the file descriptor.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst53 function succeeds, but sets the ``POLLERR`` flag in the ``revents``
57 :c:func:`poll()` function succeeds and sets the ``POLLERR`` flag in
68 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise
75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dfdarray.c128 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add()
146 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dpoll.h47 #define POLLERR 0x008 /* Error condition. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dpoll.h47 #define POLLERR 0x008 /* Error condition. */ macro
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_h4.c63 p[0].events = POLLERR | POLLHUP | POLLIN; in start_xfer_wait()
84 if (p[0].revents & (POLLERR | POLLHUP)) { in start_xfer_wait()
H A Dhciattach.c554 p.events = POLLERR | POLLHUP; in main()
584 if (p.revents & (POLLERR | POLLHUP)) { in main()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DGobiNetCM.c167 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in GobiNetThread()
173 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in GobiNetThread()
H A Datc.c138 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in atc_read_thread()
141 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in atc_read_thread()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dpoll.h9 #define POLLERR 0x0008 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dpoll.h9 #define POLLERR 0x0008 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dpoll.h9 #define POLLERR 0x0008 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dversion_compat_defs.h38 #define EPOLLERR POLLERR
/OK3568_Linux_fs/external/xserver/include/
H A Dxserver_poll.h38 #define POLLERR 0x08 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ai.cpp99 pollFds[0].events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in test_ai_poll_event()
103 if (ret > 0 && (pollFds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in test_ai_poll_event()
H A Dtest_mpi_aenc.cpp101 pollFds[0].events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in test_aenc_poll_event()
105 if (ret > 0 && (pollFds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in test_aenc_poll_event()
H A Dtest_mpi_vdec.cpp175 pollFds[0].events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in mpi_vdec_poll_event()
178 if (ret > 0 && (pollFds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in mpi_vdec_poll_event()
/OK3568_Linux_fs/external/linux-rga/core/
H A Drga_sync.cpp107 if (fds.revents & (POLLERR | POLLNVAL)) { in rga_sync_wait()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_tpacket.c233 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx()
412 pfd.events = POLLOUT | POLLERR; in walk_tx()
594 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
/OK3568_Linux_fs/kernel/tools/testing/selftests/sync/
H A Dsync.c63 fds.events = POLLIN | POLLERR; in sync_wait()
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_spawn.py70 …self.poll.register(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | sel…
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Drequest-func-poll.rst51 set the ``POLLERR`` flag in ``revents``.
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Dpsi.rst160 if (fds.revents & POLLERR) {
161 printf("got POLLERR, event source is gone\n");
/OK3568_Linux_fs/u-boot/net/
H A Dlink_local.c237 if (fds[0].revents & POLLERR) { in link_local_receive_arp()

123