| /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 | 16 #ifndef POLLWRNORM 17 #define POLLWRNORM 0x0100 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 | 16 #ifndef POLLWRNORM 17 #define POLLWRNORM 0x0100 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | poll.h | 16 #ifndef POLLWRNORM 17 #define POLLWRNORM 0x0100 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | poll.h | 5 #define POLLWRNORM POLLOUT macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | poll.h | 5 #define POLLWRNORM POLLOUT macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | poll.h | 15 #define POLLWRNORM POLLOUT macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | poll.h | 5 #define POLLWRNORM POLLOUT 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/bits/ |
| H A D | poll.h | 33 # define POLLWRNORM 0x100 /* 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 | 33 # define POLLWRNORM 0x100 /* Writing now will not block. */ macro
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | func-poll.rst | 49 ``POLLWRNORM`` flags. When the function timed out it returns a value of 60 ``POLLWRNORM`` flags in the ``revents`` field.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-func-poll.rst | 48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_printer.rst | 268 fd[0].events = POLLOUT | POLLWRNORM; 286 if (retval && (fd[0].revents & POLLWRNORM)) {
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/spufs/ |
| H A D | spufs.rst | 134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | QMIDevice.c | 3038 unsigned long status = POLLOUT | POLLWRNORM; 3093 return (status | POLLOUT | POLLWRNORM);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | ioctl.c | 1226 ret |= POLLOUT | POLLWRNORM; in cryptodev_poll()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | rtk_btusb.c | 1155 return POLLOUT | POLLWRNORM; in btchr_poll() 1167 return POLLOUT | POLLWRNORM; in btchr_poll() 1173 return POLLOUT | POLLWRNORM; in btchr_poll()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_debugfs.c | 135 return POLLIN | POLLRDNORM | POLLWRNORM; in amdgpu_debugfs_autodump_poll()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.c | 1487 mask |= POLLOUT|POLLWRNORM; in elan_iap_poll()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 5658 mask |= POLLOUT | POLLWRNORM; in io_arm_poll_handler()
|