| /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 D | poll.h | 49 #define POLLNVAL 0x020 /* Invalid polling request. */ 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 D | poll.h | 49 #define POLLNVAL 0x020 /* Invalid polling request. */ macro
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | GobiNetCM.c | 167 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in GobiNetThread() 173 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in GobiNetThread()
|
| H A D | QmiWwanCM.c | 368 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in QmiWwanThread() 374 if (revents & (POLLHUP | POLLNVAL)) //EC20 bug, Can get POLLERR in QmiWwanThread()
|
| H A D | atc.c | 138 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in atc_read_thread() 141 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in atc_read_thread()
|
| H A D | quectel-mbim-proxy.c | 304 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in proxy_loop()
|
| H A D | atchannel.c | 380 if (pollfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) { in readline()
|
| H A D | main.c | 390 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in qmi_main()
|
| /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 D | poll.h | 11 #define POLLNVAL 0x0020 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 D | poll.h | 11 #define POLLNVAL 0x0020 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | poll.h | 11 #define POLLNVAL 0x0020 macro
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xserver_poll.h | 40 #define POLLNVAL 0x20 macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | libsync.h | 72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_ai.cpp | 99 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 D | test_mpi_aenc.cpp | 101 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 D | test_mpi_vdec.cpp | 175 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()
|
| H A D | test_mpi_vi.cpp | 332 pollFds[0].events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in test_vi_poll_event() 336 if (ret > 0 && (pollFds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in test_vi_poll_event()
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | rga_sync.cpp | 107 if (fds.revents & (POLLERR | POLLNVAL)) { in rga_sync_wait()
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 70 …gister(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | select.POLLNVAL)
|
| /OK3568_Linux_fs/kernel/samples/nitro_enclaves/ |
| H A D | ne_ioctl_sample.c | 237 if (fds[0].revents & POLLNVAL) { in ne_poll_enclave_fd()
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | pcm.c | 905 pfd.events = POLLOUT | POLLERR | POLLNVAL; in pcm_wait() 922 if (pfd.revents & (POLLERR | POLLNVAL)) { in pcm_wait()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 701 self.errorevents = select.POLLERR | select.POLLHUP | select.POLLNVAL 804 elif select.POLLNVAL == event:
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/ |
| H A D | socket_server.cpp | 397 if (ret > 0 && (poll_fds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in poll_event()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.cpp | 265 poll_fds[0].events = (POLLPRI | POLLIN | POLLOUT | POLLERR | POLLNVAL | POLLHUP); in poll_event() 281 if (ret > 0 && (poll_fds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in poll_event()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 430 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
|