Home
last modified time | relevance | path

Searched refs:__poll_t (Results 1 – 25 of 39) sorted by relevance

12

/include/uapi/linux/
A Deventpoll.h31 #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
41 #define EPOLLMSG (__force __poll_t)0x00000400
42 #define EPOLLRDHUP (__force __poll_t)0x00002000
[all …]
A Dtypes.h60 typedef unsigned __bitwise __poll_t; typedef
/include/linux/
A Dpoll.h39 __poll_t _key;
62 static inline __poll_t poll_requested_events(const poll_table *p) in poll_requested_events()
64 return p ? p->_key : ~(__poll_t)0; in poll_requested_events()
70 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr()
78 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll()
87 __poll_t key;
120 static inline __u16 mangle_poll(__poll_t val) in mangle_poll()
130 static inline __poll_t demangle_poll(u16 val) in demangle_poll()
132 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll()
A Deventfd.h38 void eventfd_signal_mask(struct eventfd_ctx *ctx, __poll_t mask);
60 static inline void eventfd_signal_mask(struct eventfd_ctx *ctx, __poll_t mask) in eventfd_signal_mask()
A Deventpoll.h78 epoll_put_uevent(__poll_t revents, __u64 data,
82 epoll_put_uevent(__poll_t revents, __u64 data, in epoll_put_uevent()
A Dposix-clock.h59 __poll_t (*poll)(struct posix_clock_context *pccontext, struct file *file,
A Dpsi.h31 __poll_t psi_trigger_poll(void **trigger_ptr, struct file *file,
A Drpmsg.h191 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
287 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
A Dwwan.h69 __poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,
A Dkernfs.h322 __poll_t (*poll)(struct kernfs_open_file *of,
453 __poll_t kernfs_generic_poll(struct kernfs_open_file *of,
564 static inline __poll_t kernfs_generic_poll(struct kernfs_open_file *of, in kernfs_generic_poll()
A Dtty_ldisc.h249 __poll_t (*poll)(struct tty_struct *tty, struct file *file,
A Ddma-buf.h429 __poll_t active;
A Dring_buffer.h126 __poll_t ring_buffer_poll_wait(struct trace_buffer *buffer, int cpu,
A Dproc_fs.h44 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
/include/uapi/asm-generic/
A Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000
34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000
/include/media/i2c/
A Dsaa6588.h23 __poll_t poll_mask;
/include/media/
A Ddvb_vb2.h129 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,
A Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
A Dvideobuf2-v4l2.h293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
349 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
A Dv4l2-mem2mem.h485 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
899 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);
A Dv4l2-dev.h205 __poll_t (*poll) (struct file *, struct poll_table_struct *);
/include/sound/
A Dhwdep.h25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file,
A Dinfo.h50 __poll_t (*poll)(struct snd_info_entry *entry,
/include/crypto/
A Dif_alg.h240 __poll_t af_alg_poll(struct file *file, struct socket *sock,
/include/drm/
A Ddrm_file.h473 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);

Completed in 46 milliseconds

12