Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 19 of 19) sorted by relevance

/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.h16 #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 Dpoll.h16 #ifndef POLLWRNORM
17 #define POLLWRNORM 0x0100 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dpoll.h16 #ifndef POLLWRNORM
17 #define POLLWRNORM 0x0100 macro
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dpoll.h15 #define POLLWRNORM POLLOUT macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dpoll.h5 #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 Dpoll.h33 # 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 Dpoll.h33 # define POLLWRNORM 0x100 /* Writing now will not block. */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst49 ``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 Dcec-func-poll.rst48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
286 if (retval && (fd[0].revents & POLLWRNORM)) {
/OK3568_Linux_fs/kernel/Documentation/filesystems/spufs/
H A Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.c3038 unsigned long status = POLLOUT | POLLWRNORM;
3093 return (status | POLLOUT | POLLWRNORM);
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dioctl.c1226 ret |= POLLOUT | POLLWRNORM; in cryptodev_poll()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c1155 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 Damdgpu_debugfs.c135 return POLLIN | POLLRDNORM | POLLWRNORM; in amdgpu_debugfs_autodump_poll()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c1487 mask |= POLLOUT|POLLWRNORM; in elan_iap_poll()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5658 mask |= POLLOUT | POLLWRNORM; in io_arm_poll_handler()