Searched refs:__poll_t (Results 1 – 25 of 37) sorted by relevance
12
/include/uapi/linux/ |
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 …]
|
D | types.h | 52 typedef unsigned __bitwise __poll_t; typedef
|
/include/linux/ |
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()
|
D | posix-clock.h | 58 __poll_t (*poll) (struct posix_clock *pc,
|
D | psi.h | 38 __poll_t psi_trigger_poll(void **trigger_ptr, struct file *file,
|
D | rpmsg.h | 146 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, 256 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
|
D | tty_ldisc.h | 198 __poll_t (*poll)(struct tty_struct *, struct file *,
|
D | dma-buf.h | 419 __poll_t active;
|
D | ring_buffer.h | 101 __poll_t ring_buffer_poll_wait(struct trace_buffer *buffer, int cpu,
|
D | kernfs.h | 275 __poll_t (*poll)(struct kernfs_open_file *of, 410 __poll_t kernfs_generic_poll(struct kernfs_open_file *of,
|
D | proc_fs.h | 37 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
|
D | wait.h | 227 #define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m)) 228 #define key_to_poll(m) ((__force __poll_t)(uintptr_t)(void *)(m))
|
/include/uapi/asm-generic/ |
D | poll.h | 32 #define POLLFREE (__force __poll_t)0x4000 34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000
|
/include/media/i2c/ |
D | saa6588.h | 23 __poll_t poll_mask;
|
/include/media/ |
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,
|
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);
|
D | media-devnode.h | 51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
D | v4l2-mem2mem.h | 478 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, 885 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);
|
D | v4l2-dev.h | 205 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
D | videobuf-core.h | 219 __poll_t videobuf_poll_stream(struct file *file,
|
/include/sound/ |
D | hwdep.h | 26 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file,
|
D | info.h | 51 __poll_t (*poll)(struct snd_info_entry *entry,
|
/include/misc/ |
D | cxl.h | 198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
|
/include/drm/ |
D | drm_file.h | 389 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
/include/crypto/ |
D | if_alg.h | 242 __poll_t af_alg_poll(struct file *file, struct socket *sock,
|
12