Searched refs:poll_table_struct (Results 1 – 25 of 102) sorted by relevance
12345
/linux/include/linux/ |
A D | poll.h | 32 struct poll_table_struct; 37 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); 43 typedef struct poll_table_struct { struct 86 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll()
|
A D | kernfs.h | 27 struct poll_table_struct; 269 struct poll_table_struct *pt); 397 struct poll_table_struct *pt);
|
A D | cgroup-defs.h | 35 struct poll_table_struct; 614 struct poll_table_struct *pt);
|
A D | net.h | 29 struct poll_table_struct; 155 struct poll_table_struct *wait);
|
A D | tty_ldisc.h | 201 struct poll_table_struct *);
|
A D | proc_fs.h | 38 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
|
/linux/drivers/iio/ |
A D | iio_core.h | 65 struct poll_table_struct; 68 struct poll_table_struct *wait);
|
/linux/drivers/media/test-drivers/vivid/ |
A D | vivid-radio-tx.h | 12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
|
A D | vivid-radio-rx.h | 12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
|
A 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()
|
A 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/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_smi_events.c | 44 static __poll_t kfd_smi_ev_poll(struct file *, struct poll_table_struct *); 61 struct poll_table_struct *wait) in kfd_smi_ev_poll()
|
/linux/include/media/ |
A D | media-devnode.h | 51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
A D | v4l2-ctrls.h | 24 struct poll_table_struct; 1230 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
|
A D | v4l2-dev.h | 204 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
/linux/drivers/infiniband/hw/hfi1/ |
A 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); 576 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll() 1400 struct poll_table_struct *pt) in poll_urgent() 1423 struct poll_table_struct *pt) in poll_next()
|
/linux/include/misc/ |
A D | cxl.h | 198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
|
/linux/include/drm/ |
A D | drm_file.h | 405 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
/linux/fs/cachefiles/ |
A D | daemon.c | 31 struct poll_table_struct *); 291 struct poll_table_struct *poll) in cachefiles_daemon_poll()
|
/linux/drivers/media/radio/wl128x/ |
A D | fmdrv_common.h | 365 struct poll_table_struct *);
|
/linux/arch/um/drivers/ |
A D | hostaudio_kern.c | 123 struct poll_table_struct *wait) in hostaudio_poll()
|
/linux/drivers/media/mc/ |
A D | mc-devnode.c | 95 struct poll_table_struct *poll) in media_poll()
|
/linux/fs/proc/ |
A D | inode.c | 353 static __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *p… in pde_poll() 363 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll()
|
/linux/drivers/media/common/saa7146/ |
A D | saa7146_fops.c | 320 static __poll_t __fops_poll(struct file *file, struct poll_table_struct *wait) in __fops_poll() 359 static __poll_t fops_poll(struct file *file, struct poll_table_struct *wait) in fops_poll()
|
/linux/drivers/infiniband/core/ |
A D | uverbs_main.c | 293 struct poll_table_struct *wait) in ib_uverbs_event_poll() 310 struct poll_table_struct *wait) in ib_uverbs_async_event_poll() 318 struct poll_table_struct *wait) in ib_uverbs_comp_event_poll()
|
Completed in 43 milliseconds
12345