Searched refs:poll_table_struct (Results 1 – 25 of 103) sorted by relevance
12345
/linux-6.1.9/include/linux/ |
D | poll.h | 30 struct poll_table_struct; 35 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); 41 typedef struct poll_table_struct { struct 84 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll()
|
D | kernfs.h | 31 struct poll_table_struct; 316 struct poll_table_struct *pt); 445 struct poll_table_struct *pt);
|
D | cgroup-defs.h | 35 struct poll_table_struct; 639 struct poll_table_struct *pt);
|
D | net.h | 29 struct poll_table_struct; 177 struct poll_table_struct *wait);
|
D | tty_ldisc.h | 232 struct poll_table_struct *wait);
|
D | proc_fs.h | 38 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
|
/linux-6.1.9/drivers/iio/ |
D | iio_core.h | 65 struct poll_table_struct; 68 struct poll_table_struct *wait);
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-radio-tx.h | 12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
|
D | vivid-radio-rx.h | 12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
|
D | vivid-radio-tx.c | 94 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_tx_poll()
|
D | vivid-radio-rx.c | 131 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_rx_poll()
|
/linux-6.1.9/include/media/ |
D | media-devnode.h | 51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
D | v4l2-ctrls.h | 18 struct poll_table_struct; 1306 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
|
D | v4l2-dev.h | 204 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
/linux-6.1.9/include/misc/ |
D | cxl.h | 198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
|
/linux-6.1.9/include/drm/ |
D | drm_file.h | 405 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_smi_events.c | 48 static __poll_t kfd_smi_ev_poll(struct file *, struct poll_table_struct *); 65 struct poll_table_struct *wait) in kfd_smi_ev_poll()
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | file_ops.c | 37 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt); 65 static __poll_t poll_urgent(struct file *fp, struct poll_table_struct *pt); 66 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt); 578 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll() 1404 struct poll_table_struct *pt) in poll_urgent() 1427 struct poll_table_struct *pt) in poll_next()
|
/linux-6.1.9/io_uring/ |
D | poll.c | 33 struct poll_table_struct pt; 276 struct poll_table_struct pt = { ._key = req->apoll_events }; in io_poll_check_events() 552 struct poll_table_struct *p) in io_poll_queue_proc() 663 struct poll_table_struct *p) in io_async_queue_proc()
|
/linux-6.1.9/drivers/gpio/ |
D | gpiolib-cdev.c | 58 typedef __poll_t (*poll_fn)(struct file *, struct poll_table_struct *); 64 struct poll_table_struct *wait, in call_poll_locked() 1476 struct poll_table_struct *wait) in linereq_poll_unlocked() 1494 struct poll_table_struct *wait) in linereq_poll() 1803 struct poll_table_struct *wait) in lineevent_poll_unlocked() 1820 struct poll_table_struct *wait) in lineevent_poll() 2527 struct poll_table_struct *pollt) in lineinfo_watch_poll_unlocked() 2545 struct poll_table_struct *pollt) in lineinfo_watch_poll()
|
/linux-6.1.9/drivers/media/radio/wl128x/ |
D | fmdrv_common.h | 365 struct poll_table_struct *);
|
/linux-6.1.9/fs/cachefiles/ |
D | daemon.c | 31 struct poll_table_struct *); 355 struct poll_table_struct *poll) in cachefiles_daemon_poll()
|
/linux-6.1.9/arch/um/drivers/ |
D | hostaudio_kern.c | 123 struct poll_table_struct *wait) in hostaudio_poll()
|
/linux-6.1.9/kernel/bpf/ |
D | ringbuf.c | 314 struct poll_table_struct *pts) in ringbuf_map_poll_kern() 327 struct poll_table_struct *pts) in ringbuf_map_poll_user()
|
/linux-6.1.9/drivers/media/mc/ |
D | mc-devnode.c | 95 struct poll_table_struct *poll) in media_poll()
|
12345