| /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/sys/ |
| H A D | epoll.h | 46 EPOLLWRNORM = 0x100, enumerator 47 #define EPOLLWRNORM EPOLLWRNORM 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/sys/ |
| H A D | epoll.h | 46 EPOLLWRNORM = 0x100, enumerator 47 #define EPOLLWRNORM EPOLLWRNORM 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/linux/ |
| H A D | eventpoll.h | 39 #define EPOLLWRNORM (__poll_t)0x00000100 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/linux/ |
| H A D | eventpoll.h | 39 #define EPOLLWRNORM (__poll_t)0x00000100 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | eventpoll.h | 39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | hw_ops.c | 68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll() 70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
|
| H A D | backing_ops.c | 101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll() 103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-radio-tx.c | 96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | poll.h | 30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | pipe.c | 368 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 390 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 600 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write() 687 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | stream.c | 42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
|
| /OK3568_Linux_fs/kernel/sound/core/seq/oss/ |
| H A D | seq_oss_rw.c | 197 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm-dev-common.c | 254 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_av.c | 944 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 947 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 989 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll() 991 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
|
| H A D | av7110_ca.c | 229 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 422 EPOLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup() 465 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space() 2197 EPOLLOUT | EPOLLWRNORM | in unix_dgram_recvmsg() 2746 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll() 2785 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll() 2802 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
|
| /OK3568_Linux_fs/kernel/sound/usb/usx2y/ |
| H A D | us122l.c | 243 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll() 253 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ngene/ |
| H A D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_vhci.c | 299 return EPOLLOUT | EPOLLWRNORM; in vhci_poll()
|
| /OK3568_Linux_fs/kernel/drivers/staging/fieldbus/ |
| H A D | dev_core.c | 215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 2434 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll() 2449 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll() 2455 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2481 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2504 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | psdev.c | 61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | serio_raw.c | 247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | dtlk.c | 252 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
|