Home
last modified time | relevance | path

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

12345

/linux/include/linux/
A 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()
A Dkernfs.h27 struct poll_table_struct;
269 struct poll_table_struct *pt);
397 struct poll_table_struct *pt);
A Dcgroup-defs.h35 struct poll_table_struct;
614 struct poll_table_struct *pt);
A Dnet.h29 struct poll_table_struct;
155 struct poll_table_struct *wait);
A Dtty_ldisc.h201 struct poll_table_struct *);
A Dproc_fs.h38 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
/linux/drivers/iio/
A Diio_core.h65 struct poll_table_struct;
68 struct poll_table_struct *wait);
/linux/drivers/media/test-drivers/vivid/
A Dvivid-radio-tx.h12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
A Dvivid-radio-rx.h12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
A Dvivid-radio-tx.c94 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_tx_poll()
A Dvivid-radio-rx.c131 __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 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/include/media/
A Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
A Dv4l2-ctrls.h24 struct poll_table_struct;
1230 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
A Dv4l2-dev.h204 __poll_t (*poll) (struct file *, struct poll_table_struct *);
/linux/drivers/infiniband/hw/hfi1/
A 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/include/misc/
A Dcxl.h198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
/linux/include/drm/
A Ddrm_file.h405 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
/linux/fs/cachefiles/
A Ddaemon.c31 struct poll_table_struct *);
291 struct poll_table_struct *poll) in cachefiles_daemon_poll()
/linux/drivers/media/radio/wl128x/
A Dfmdrv_common.h365 struct poll_table_struct *);
/linux/arch/um/drivers/
A Dhostaudio_kern.c123 struct poll_table_struct *wait) in hostaudio_poll()
/linux/drivers/media/mc/
A Dmc-devnode.c95 struct poll_table_struct *poll) in media_poll()
/linux/fs/proc/
A 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/drivers/media/common/saa7146/
A 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/drivers/infiniband/core/
A Duverbs_main.c293 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