| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | eventpoll.h | 31 #define EPOLLIN (__force __poll_t)0x00000001 32 #define EPOLLPRI (__force __poll_t)0x00000002 33 #define EPOLLOUT (__force __poll_t)0x00000004 34 #define EPOLLERR (__force __poll_t)0x00000008 35 #define EPOLLHUP (__force __poll_t)0x00000010 36 #define EPOLLNVAL (__force __poll_t)0x00000020 37 #define EPOLLRDNORM (__force __poll_t)0x00000040 38 #define EPOLLRDBAND (__force __poll_t)0x00000080 39 #define EPOLLWRNORM (__force __poll_t)0x00000100 40 #define EPOLLWRBAND (__force __poll_t)0x00000200 [all …]
|
| /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 | 31 #define EPOLLIN (__poll_t)0x00000001 32 #define EPOLLPRI (__poll_t)0x00000002 33 #define EPOLLOUT (__poll_t)0x00000004 34 #define EPOLLERR (__poll_t)0x00000008 35 #define EPOLLHUP (__poll_t)0x00000010 36 #define EPOLLNVAL (__poll_t)0x00000020 37 #define EPOLLRDNORM (__poll_t)0x00000040 38 #define EPOLLRDBAND (__poll_t)0x00000080 39 #define EPOLLWRNORM (__poll_t)0x00000100 40 #define EPOLLWRBAND (__poll_t)0x00000200 [all …]
|
| /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 | 31 #define EPOLLIN (__poll_t)0x00000001 32 #define EPOLLPRI (__poll_t)0x00000002 33 #define EPOLLOUT (__poll_t)0x00000004 34 #define EPOLLERR (__poll_t)0x00000008 35 #define EPOLLHUP (__poll_t)0x00000010 36 #define EPOLLNVAL (__poll_t)0x00000020 37 #define EPOLLRDNORM (__poll_t)0x00000040 38 #define EPOLLRDBAND (__poll_t)0x00000080 39 #define EPOLLWRNORM (__poll_t)0x00000100 40 #define EPOLLWRBAND (__poll_t)0x00000200 [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | poll.h | 45 __poll_t _key; 70 static inline __poll_t poll_requested_events(const poll_table *p) in poll_requested_events() 72 return p ? p->_key : ~(__poll_t)0; in poll_requested_events() 78 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr() 86 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() 95 __poll_t key; 128 static inline __u16 mangle_poll(__poll_t val) in mangle_poll() 138 static inline __poll_t demangle_poll(u16 val) in demangle_poll() 140 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll()
|
| /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 | 32 #define POLLFREE (__poll_t)0x4000 /* currently only for epoll */ 34 #define POLL_BUSY_LOOP (__poll_t)0x8000
|
| /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 | 32 #define POLLFREE (__poll_t)0x4000 /* currently only for epoll */ 34 #define POLL_BUSY_LOOP (__poll_t)0x8000
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | poll.h | 32 #define POLLFREE (__force __poll_t)0x4000 34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-fileops.h | 19 __poll_t ivtv_v4l2_enc_poll(struct file *filp, poll_table * wait); 20 __poll_t ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wb_regon_coordinator.c | 51 typedef unsigned int __poll_t; typedef 117 static __poll_t wbrc_bt_dev_poll(struct file *filep, poll_table *wait); 212 static __poll_t wbrc_bt_dev_poll(struct file *filep, poll_table *wait) in wbrc_bt_dev_poll() 215 __poll_t mask = 0; in wbrc_bt_dev_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wb_regon_coordinator.c | 51 typedef unsigned int __poll_t; typedef 117 static __poll_t wbrc_bt_dev_poll(struct file *filep, poll_table *wait); 212 static __poll_t wbrc_bt_dev_poll(struct file *filep, poll_table *wait) in wbrc_bt_dev_poll() 215 __poll_t mask = 0; in wbrc_bt_dev_poll()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | dvb_vb2.h | 129 static inline __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, in dvb_vb2_poll() 186 __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file,
|
| H A D | videobuf2-v4l2.h | 286 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait); 321 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.c | 44 static __poll_t kfd_smi_ev_poll(struct file *, struct poll_table_struct *); 60 static __poll_t kfd_smi_ev_poll(struct file *filep, in kfd_smi_ev_poll() 64 __poll_t mask = 0; in kfd_smi_ev_poll()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_timeline_io.c | 82 static __poll_t kbasep_timeline_io_poll(struct file *filp, poll_table *wait); 344 static __poll_t kbasep_timeline_io_poll(struct file *filp, poll_table *wait) in kbasep_timeline_io_poll() 366 return (__poll_t)0; in kbasep_timeline_io_poll()
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | vhost.h | 35 __poll_t mask; 44 __poll_t mask, struct vhost_dev *dev); 220 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventpoll.c | 682 static __poll_t ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list() 683 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list() 687 __poll_t res; in ep_scan_ready_list() 878 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head, 888 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, in ep_item_poll() 907 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head, in ep_read_events_proc() 934 static __poll_t ep_eventpoll_poll(struct file *file, poll_table *wait) in ep_eventpoll_poll() 1220 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() 1510 __poll_t revents; in ep_insert() 1710 static __poll_t ep_send_events_proc(struct eventpoll *ep, struct list_head *head, in ep_send_events_proc() [all …]
|
| /OK3568_Linux_fs/kernel/net/qrtr/ |
| H A D | tun.c | 114 static __poll_t qrtr_tun_poll(struct file *filp, poll_table *wait) in qrtr_tun_poll() 117 __poll_t mask = 0; in qrtr_tun_poll()
|
| /OK3568_Linux_fs/kernel/drivers/vfio/ |
| H A D | virqfd.c | 46 __poll_t flags = key_to_poll(key); in virqfd_wakeup() 113 __poll_t events; in vfio_virqfd_enable()
|
| /OK3568_Linux_fs/kernel/sound/firewire/digi00x/ |
| H A D | digi00x-hwdep.c | 62 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 66 __poll_t events; in hwdep_poll()
|
| /OK3568_Linux_fs/kernel/sound/firewire/motu/ |
| H A D | motu-hwdep.c | 61 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 65 __poll_t events; in hwdep_poll()
|
| /OK3568_Linux_fs/kernel/sound/core/seq/oss/ |
| H A D | seq_oss_rw.c | 183 __poll_t 186 __poll_t mask = 0; in snd_seq_oss_poll()
|
| /OK3568_Linux_fs/kernel/sound/firewire/bebob/ |
| H A D | bebob_hwdep.c | 54 static __poll_t 58 __poll_t events; in hwdep_poll()
|
| /OK3568_Linux_fs/kernel/sound/firewire/oxfw/ |
| H A D | oxfw-hwdep.c | 54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 58 __poll_t events; in hwdep_poll()
|
| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-hwdep.c | 54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 58 __poll_t events; in hwdep_poll()
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireface/ |
| H A D | ff-hwdep.c | 54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 58 __poll_t events; in hwdep_poll()
|