Searched refs:poll_table (Results 1 – 25 of 281) sorted by relevance
12345678910>>...12
/linux-6.1.9/include/linux/ |
D | poll.h | 44 } poll_table; typedef 46 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() 57 static inline bool poll_does_not_wait(const poll_table *p) in poll_does_not_wait() 68 static inline __poll_t poll_requested_events(const poll_table *p) in poll_requested_events() 73 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr() 102 poll_table pt;
|
D | ring_buffer.h | 103 struct file *filp, poll_table *poll_table, int full);
|
D | kvm_irqfd.h | 58 poll_table pt;
|
D | rpmsg.h | 191 poll_table *wait); 303 struct file *filp, poll_table *wait) in rpmsg_poll()
|
D | posix-clock.h | 59 struct file *file, poll_table *wait);
|
D | psi.h | 31 poll_table *wait);
|
/linux-6.1.9/drivers/media/pci/ivtv/ |
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);
|
/linux-6.1.9/include/media/ |
D | dvb_vb2.h | 131 poll_table *wait) in dvb_vb2_poll() 187 poll_table *wait);
|
D | videobuf2-v4l2.h | 293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait); 347 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
|
/linux-6.1.9/include/media/i2c/ |
D | saa6588.h | 22 poll_table *event_list;
|
/linux-6.1.9/drivers/xen/ |
D | pvcalls-front.h | 25 poll_table *wait);
|
/linux-6.1.9/drivers/media/pci/cx18/ |
D | cx18-fileops.h | 17 __poll_t cx18_v4l2_enc_poll(struct file *filp, poll_table *wait);
|
/linux-6.1.9/drivers/virt/acrn/ |
D | irqfd.c | 37 poll_table pt; 97 poll_table *pt) in hsm_irqfd_poll_func()
|
/linux-6.1.9/sound/core/seq/ |
D | seq_fifo.h | 51 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait);
|
D | seq_clientmgr.h | 81 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
|
D | seq_memory.h | 83 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
|
/linux-6.1.9/drivers/char/tpm/ |
D | tpm-dev.h | 30 __poll_t tpm_common_poll(struct file *file, poll_table *wait);
|
/linux-6.1.9/fs/proc/ |
D | kmsg.c | 40 static __poll_t kmsg_poll(struct file *file, poll_table *wait) in kmsg_poll()
|
/linux-6.1.9/sound/core/seq/oss/ |
D | seq_oss.c | 49 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 | 32 unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wai…
|
/linux-6.1.9/net/atm/ |
D | common.h | 20 __poll_t vcc_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/linux-6.1.9/fs/ |
D | eventpoll.c | 233 poll_table pt; 802 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, int depth); 804 static __poll_t __ep_eventpoll_poll(struct file *file, poll_table *wait, int depth) in __ep_eventpoll_poll() 809 poll_table pt; in __ep_eventpoll_poll() 847 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, in ep_item_poll() 861 static __poll_t ep_eventpoll_poll(struct file *file, poll_table *wait) in ep_eventpoll_poll() 1242 poll_table *pt) in ep_ptable_queue_proc() 1571 poll_table pt; in ep_modify() 1644 poll_table pt; in ep_send_events()
|
/linux-6.1.9/include/sound/ |
D | hwdep.h | 26 poll_table *wait);
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | uvc_queue.h | 82 struct file *file, poll_table *wait);
|
/linux-6.1.9/drivers/rpmsg/ |
D | rpmsg_internal.h | 77 poll_table *wait);
|
12345678910>>...12