Searched refs:poll_table_struct (Results 1 – 25 of 46) sorted by relevance
12
/linux-4.19.296/include/linux/ |
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()
|
D | tty_ldisc.h | 191 struct poll_table_struct *);
|
D | net.h | 31 struct poll_table_struct; 157 struct poll_table_struct *wait);
|
/linux-4.19.296/drivers/iio/ |
D | iio_core.h | 44 struct poll_table_struct; 47 struct poll_table_struct *wait);
|
D | industrialio-event.c | 99 struct poll_table_struct *wait) in iio_event_poll()
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | isdn_ppp.h | 26 extern __poll_t isdn_ppp_poll(struct file *, struct poll_table_struct *);
|
/linux-4.19.296/include/media/ |
D | media-devnode.h | 59 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
D | v4l2-ctrls.h | 33 struct poll_table_struct; 1047 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
|
D | v4l2-dev.h | 188 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
D | v4l2-mem2mem.h | 296 struct poll_table_struct *wait);
|
/linux-4.19.296/include/misc/ |
D | cxl.h | 202 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
|
/linux-4.19.296/include/drm/ |
D | drm_file.h | 373 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
/linux-4.19.296/include/net/ |
D | tls.h | 123 struct poll_table_struct *wait); 261 struct poll_table_struct *wait);
|
/linux-4.19.296/fs/cachefiles/ |
D | daemon.c | 35 struct poll_table_struct *); 295 struct poll_table_struct *poll) in cachefiles_daemon_poll()
|
/linux-4.19.296/drivers/media/radio/wl128x/ |
D | fmdrv_common.h | 374 struct poll_table_struct *);
|
D | fmdrv_v4l2.c | 105 static __poll_t fm_v4l2_fops_poll(struct file *file, struct poll_table_struct *pts) in fm_v4l2_fops_poll()
|
/linux-4.19.296/fs/proc/ |
D | inode.c | 251 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll() 255 __poll_t (*poll)(struct file *, struct poll_table_struct *); in proc_reg_poll()
|
/linux-4.19.296/drivers/media/ |
D | media-devnode.c | 103 struct poll_table_struct *poll) in media_poll()
|
/linux-4.19.296/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 323 static __poll_t __fops_poll(struct file *file, struct poll_table_struct *wait) in __fops_poll() 362 static __poll_t fops_poll(struct file *file, struct poll_table_struct *wait) in fops_poll()
|
/linux-4.19.296/drivers/misc/ |
D | aspeed-lpc-snoop.c | 109 struct poll_table_struct *pt) in snoop_file_poll()
|
/linux-4.19.296/drivers/char/ |
D | snsc.c | 325 scdrv_poll(struct file *file, struct poll_table_struct *wait) in scdrv_poll()
|
/linux-4.19.296/fs/debugfs/ |
D | file.c | 26 struct poll_table_struct; 211 struct poll_table_struct *wait) in full_proxy_poll()
|
/linux-4.19.296/drivers/misc/ocxl/ |
D | file.c | 312 static unsigned int afu_poll(struct file *file, struct poll_table_struct *wait) in afu_poll()
|
/linux-4.19.296/drivers/misc/cxl/ |
D | api.c | 381 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll) in cxl_fd_poll()
|
/linux-4.19.296/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 525 struct poll_table_struct *pts) in si470x_fops_poll()
|
12