Home
last modified time | relevance | path

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

12345678910>>...15

/Linux-v5.4/include/uapi/linux/
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
39 #define EPOLLWRNORM (__force __poll_t)0x00000100
40 #define EPOLLWRBAND (__force __poll_t)0x00000200
[all …]
Dtypes.h52 typedef unsigned __bitwise __poll_t; typedef
/Linux-v5.4/include/linux/
Dpoll.h45 __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()
Dscif.h126 __poll_t events;
127 __poll_t revents;
Drpmsg.h135 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
236 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
/Linux-v5.4/include/uapi/asm-generic/
Dpoll.h32 #define POLLFREE (__force __poll_t)0x4000 /* currently only for epoll */
34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-fileops.h19 __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);
/Linux-v5.4/include/media/
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,
Dvideobuf2-v4l2.h263 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
298 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
/Linux-v5.4/net/qrtr/
Dtun.c98 static __poll_t qrtr_tun_poll(struct file *filp, poll_table *wait) in qrtr_tun_poll()
101 __poll_t mask = 0; in qrtr_tun_poll()
/Linux-v5.4/drivers/vhost/
Dvhost.h33 __poll_t mask;
42 __poll_t mask, struct vhost_dev *dev);
223 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev,
/Linux-v5.4/include/media/i2c/
Dsaa6588.h23 __poll_t poll_mask;
/Linux-v5.4/drivers/vfio/
Dvirqfd.c46 __poll_t flags = key_to_poll(key); in virqfd_wakeup()
113 __poll_t events; in vfio_virqfd_enable()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-radio-tx.h12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
Dvivid-radio-rx.h12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
/Linux-v5.4/sound/firewire/fireface/
Dff-hwdep.c54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
58 __poll_t events; in hwdep_poll()
/Linux-v5.4/sound/firewire/motu/
Dmotu-hwdep.c61 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
65 __poll_t events; in hwdep_poll()
/Linux-v5.4/sound/firewire/oxfw/
Doxfw-hwdep.c54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
58 __poll_t events; in hwdep_poll()
/Linux-v5.4/sound/firewire/bebob/
Dbebob_hwdep.c55 static __poll_t
59 __poll_t events; in hwdep_poll()
/Linux-v5.4/sound/firewire/dice/
Ddice-hwdep.c54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
58 __poll_t events; in hwdep_poll()
/Linux-v5.4/sound/firewire/digi00x/
Ddigi00x-hwdep.c62 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
66 __poll_t events; in hwdep_poll()
/Linux-v5.4/sound/core/seq/oss/
Dseq_oss_rw.c183 __poll_t
186 __poll_t mask = 0; in snd_seq_oss_poll()
/Linux-v5.4/fs/
Deventpoll.c668 static __poll_t ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list()
669 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list()
673 __poll_t res; in ep_scan_ready_list()
874 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head,
884 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, in ep_item_poll()
903 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head, in ep_read_events_proc()
930 static __poll_t ep_eventpoll_poll(struct file *file, poll_table *wait) in ep_eventpoll_poll()
1212 __poll_t pollflags = key_to_poll(key); in ep_poll_callback()
1500 __poll_t revents; in ep_insert()
1701 static __poll_t ep_send_events_proc(struct eventpoll *ep, struct list_head *head, in ep_send_events_proc()
[all …]
/Linux-v5.4/drivers/xen/
Dpvcalls-front.h23 __poll_t pvcalls_front_poll(struct file *file,
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c46 static __poll_t spu_hw_mbox_stat_poll(struct spu_context *ctx, __poll_t events) in spu_hw_mbox_stat_poll()
49 __poll_t ret = 0; in spu_hw_mbox_stat_poll()

12345678910>>...15