Searched refs:poll_table_struct (Results 1 – 25 of 98) sorted by relevance
1234
/Linux-v4.19/include/linux/ |
D | poll.h | 28 struct poll_table_struct; 33 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); 39 typedef struct poll_table_struct { struct 82 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; 151 struct poll_table_struct *wait);
|
/Linux-v4.19/drivers/iio/ |
D | iio_core.h | 44 struct poll_table_struct; 47 struct poll_table_struct *wait);
|
/Linux-v4.19/drivers/media/platform/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-v4.19/drivers/isdn/i4l/ |
D | isdn_ppp.h | 26 extern __poll_t isdn_ppp_poll(struct file *, struct poll_table_struct *);
|
/Linux-v4.19/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-v4.19/include/misc/ |
D | cxl.h | 202 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
|
/Linux-v4.19/include/drm/ |
D | drm_file.h | 373 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
/Linux-v4.19/include/net/ |
D | tls.h | 123 struct poll_table_struct *wait); 250 struct poll_table_struct *wait);
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | file_ops.c | 77 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt); 105 static __poll_t poll_urgent(struct file *fp, struct poll_table_struct *pt); 106 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt); 608 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll() 1431 struct poll_table_struct *pt) in poll_urgent() 1454 struct poll_table_struct *pt) in poll_next()
|
/Linux-v4.19/fs/cachefiles/ |
D | daemon.c | 35 struct poll_table_struct *); 295 struct poll_table_struct *poll) in cachefiles_daemon_poll()
|
/Linux-v4.19/drivers/media/radio/wl128x/ |
D | fmdrv_common.h | 374 struct poll_table_struct *);
|
/Linux-v4.19/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-v4.19/arch/um/drivers/ |
D | hostaudio_kern.c | 123 struct poll_table_struct *wait) in hostaudio_poll()
|
/Linux-v4.19/drivers/media/ |
D | media-devnode.c | 103 struct poll_table_struct *poll) in media_poll()
|
/Linux-v4.19/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-v4.19/drivers/misc/ |
D | aspeed-lpc-snoop.c | 105 struct poll_table_struct *pt) in snoop_file_poll()
|
/Linux-v4.19/drivers/media/usb/tm6000/ |
D | tm6000.h | 366 struct poll_table_struct *wait);
|
1234