| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | ospoll.c | 473 events |= POLLOUT; in epoll_mod() 508 ctl.events |= POLLOUT; in ospoll_listen() 509 ospoll->fds[pos].revents &= ~POLLOUT; in ospoll_listen() 525 ospoll->fds[pos].events |= POLLOUT; in ospoll_listen() 526 ospoll->osfds[pos].revents &= ~POLLOUT; in ospoll_listen() 549 ctl.events |= POLLOUT; in ospoll_mute() 563 ospoll->fds[pos].events &= ~POLLOUT; in ospoll_mute() 585 osfd->revents = (revents & (POLLIN|POLLOUT)); in ospoll_wait() 592 if (revents & POLLOUT) in ospoll_wait() 594 if (revents & (~(POLLIN|POLLOUT))) in ospoll_wait() [all …]
|
| H A D | xserver_poll.c | 127 if (pCur->events & POLLOUT) in map_poll_spec() 229 pCur->revents |= POLLOUT; in map_select_results()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | sock_server.c | 51 if (revents & POLLOUT) { in server_io_cb() 53 *events &= ~POLLOUT; in server_io_cb() 58 if (!(revents & ~(POLLIN | POLLOUT))) in server_io_cb() 114 short io_events = POLLIN | POLLOUT; in tcp_server_accept_cb()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 343 .events = POLLIN | POLLOUT, in copyfd_io_poll() 366 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll() 378 if ((fds.events & POLLOUT) == 0) in copyfd_io_poll() 391 if (fds.revents & POLLOUT) { in copyfd_io_poll() 408 fds.events &= ~POLLOUT; in copyfd_io_poll()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 282 if (revents & POLLOUT) in time_poll() 337 if (revents & POLLOUT) in time_poll2() 476 pollfd_array[fd].events |= POLLOUT; 479 poll2ifd_array[fd].events |= POLLOUT;
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | fdarray.c | 141 FDA_ADD(3, 88, POLLIN | POLLOUT, 4); in test__fdarray__add() 148 FDA_CHECK(3, 88, POLLIN | POLLOUT); in test__fdarray__add()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | poll.h | 15 #define POLLWRNORM POLLOUT
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
| /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 | 27 #define POLLOUT 0x004 /* Writing now will not block. */ 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 | 27 #define POLLOUT 0x004 /* Writing now will not block. */ 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/asm-generic/ |
| H A D | poll.h | 8 #define POLLOUT 0x0004 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 | 8 #define POLLOUT 0x0004 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | poll.h | 8 #define POLLOUT 0x0004 macro
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xserver_poll.h | 37 #define POLLOUT 0x04 macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | fake_v4l2_device.cpp | 170 poll_fds[0].events = (POLLPRI | POLLIN | POLLOUT); in poll_event() 174 poll_fds[1].events = POLLPRI | POLLIN | POLLOUT; in poll_event()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | ubd_user.c | 75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
|
| /OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/ |
| H A D | fieldbus-dev-cdev | 24 Note that POLLIN | POLLOUT events are always set, because the
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | func-poll.rst | 48 flags in the ``revents`` field, output devices the ``POLLOUT`` and 59 :c:func:`poll()` to succeed as well, but it sets the ``POLLOUT`` and
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-qmi-proxy.c | 613 struct pollfd pollfds[]= {{cdc_wdm_fd, POLLOUT, 0}}; in send_qmi_to_cdc_wdm() 620 if (pollfds[0].revents & POLLOUT) { in send_qmi_to_cdc_wdm() 630 struct pollfd pollfds[]= {{clientFd, POLLOUT, 0}}; in send_qmi_to_client() 637 if (pollfds[0].revents & POLLOUT) { in send_qmi_to_client()
|
| H A D | QmiWwanCM.c | 126 struct pollfd pollfds[]= {{cdc_wdm_fd, POLLOUT, 0}}; in QmiWwanSendQMI() 149 if (pollfds[0].revents & POLLOUT) { in QmiWwanSendQMI()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | user-offsets.c | 80 DEFINE(UM_POLLOUT, POLLOUT); in foo()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/ |
| H A D | socket_server.cpp | 381 poll_fds[0].events = (POLLIN | POLLOUT | POLLHUP); in poll_event() 385 poll_fds[1].events = POLLPRI | POLLIN | POLLOUT; in poll_event()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-func-poll.rst | 47 transmit queue has room for new messages, the ``POLLOUT`` and
|