Searched refs:poll_table (Results 1 – 25 of 285) sorted by relevance
12345678910>>...12
/Linux-v4.19/include/linux/ |
D | poll.h | 42 } poll_table; typedef 44 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() 55 static inline bool poll_does_not_wait(const poll_table *p) in poll_does_not_wait() 66 static inline __poll_t poll_requested_events(const poll_table *p) in poll_requested_events() 71 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr() 100 poll_table pt;
|
D | rpmsg.h | 136 poll_table *wait); 237 struct file *filp, poll_table *wait) in rpmsg_poll()
|
D | ring_buffer.h | 102 struct file *filp, poll_table *poll_table);
|
D | kvm_irqfd.h | 65 poll_table pt;
|
D | posix-clock.h | 72 struct file *file, poll_table *wait);
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-fileops.h | 31 __poll_t ivtv_v4l2_enc_poll(struct file *filp, poll_table * wait); 32 __poll_t ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait);
|
/Linux-v4.19/include/media/ |
D | dvb_vb2.h | 131 poll_table *wait) in dvb_vb2_poll() 187 poll_table *wait);
|
D | videobuf2-v4l2.h | 235 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait); 270 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
|
/Linux-v4.19/include/media/i2c/ |
D | saa6588.h | 34 poll_table *event_list;
|
/Linux-v4.19/drivers/xen/ |
D | pvcalls-front.h | 25 poll_table *wait);
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-fileops.h | 26 __poll_t cx18_v4l2_enc_poll(struct file *filp, poll_table *wait);
|
/Linux-v4.19/sound/core/seq/ |
D | seq_fifo.h | 66 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait);
|
D | seq_memory.h | 98 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
|
D | seq_clientmgr.h | 100 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
|
/Linux-v4.19/sound/core/seq/oss/ |
D | seq_oss.c | 62 static __poll_t odev_poll(struct file *file, poll_table * wait); 201 odev_poll(struct file *file, poll_table * wait) in odev_poll()
|
D | seq_oss_readq.h | 45 unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wai…
|
D | seq_oss_device.h | 127 __poll_t snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
|
/Linux-v4.19/fs/proc/ |
D | kmsg.c | 43 static __poll_t kmsg_poll(struct file *file, poll_table *wait) in kmsg_poll()
|
/Linux-v4.19/net/atm/ |
D | common.h | 20 __poll_t vcc_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/Linux-v4.19/drivers/ptp/ |
D | ptp_private.h | 94 struct file *fp, poll_table *wait);
|
/Linux-v4.19/fs/ |
D | eventpoll.c | 254 poll_table pt; 356 static inline struct epitem *ep_item_from_epqueue(poll_table *p) in ep_item_from_epqueue() 877 poll_table *pt); 884 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, in ep_item_poll() 907 poll_table pt; in ep_read_events_proc() 930 static __poll_t ep_eventpoll_poll(struct file *file, poll_table *wait) in ep_eventpoll_poll() 1239 poll_table *pt) in ep_ptable_queue_proc() 1556 poll_table pt; in ep_modify() 1632 poll_table pt; in ep_send_events_proc()
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | uvc_queue.h | 78 struct file *file, poll_table *wait);
|
/Linux-v4.19/drivers/rpmsg/ |
D | rpmsg_internal.h | 67 poll_table *wait);
|
/Linux-v4.19/include/sound/ |
D | hwdep.h | 41 poll_table *wait);
|
/Linux-v4.19/drivers/vhost/ |
D | vhost.h | 29 poll_table table; 218 poll_table *wait);
|
12345678910>>...12