Home
last modified time | relevance | path

Searched refs:poll_table_struct (Results 1 – 25 of 102) sorted by relevance

12345

/Linux-v5.15/include/linux/
Dpoll.h32 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()
Dkernfs.h27 struct poll_table_struct;
269 struct poll_table_struct *pt);
401 struct poll_table_struct *pt);
Dcgroup-defs.h35 struct poll_table_struct;
614 struct poll_table_struct *pt);
Dnet.h29 struct poll_table_struct;
155 struct poll_table_struct *wait);
Dtty_ldisc.h202 struct poll_table_struct *);
Dproc_fs.h38 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
/Linux-v5.15/drivers/iio/
Diio_core.h65 struct poll_table_struct;
68 struct poll_table_struct *wait);
/Linux-v5.15/drivers/media/test-drivers/vivid/
Dvivid-radio-tx.h12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
Dvivid-radio-rx.h12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
Dvivid-radio-tx.c94 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_tx_poll()
Dvivid-radio-rx.c131 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_rx_poll()
/Linux-v5.15/include/media/
Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
Dv4l2-dev.h204 __poll_t (*poll) (struct file *, struct poll_table_struct *);
Dv4l2-ctrls.h24 struct poll_table_struct;
1230 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_smi_events.c44 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-v5.15/include/misc/
Dcxl.h198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
/Linux-v5.15/include/drm/
Ddrm_file.h405 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dfile_ops.c37 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-v5.15/fs/cachefiles/
Ddaemon.c31 struct poll_table_struct *);
291 struct poll_table_struct *poll) in cachefiles_daemon_poll()
/Linux-v5.15/drivers/media/radio/wl128x/
Dfmdrv_common.h365 struct poll_table_struct *);
/Linux-v5.15/arch/um/drivers/
Dhostaudio_kern.c123 struct poll_table_struct *wait) in hostaudio_poll()
/Linux-v5.15/drivers/media/mc/
Dmc-devnode.c95 struct poll_table_struct *poll) in media_poll()
/Linux-v5.15/drivers/media/common/saa7146/
Dsaa7146_fops.c320 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-v5.15/fs/proc/
Dinode.c353 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-v5.15/drivers/media/usb/tm6000/
Dtm6000.h365 struct poll_table_struct *wait);

12345