Home
last modified time | relevance | path

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

12345

/linux-6.1.9/include/linux/
Dpoll.h30 struct poll_table_struct;
35 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *);
41 typedef struct poll_table_struct { struct
84 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll()
Dkernfs.h31 struct poll_table_struct;
316 struct poll_table_struct *pt);
445 struct poll_table_struct *pt);
Dcgroup-defs.h35 struct poll_table_struct;
639 struct poll_table_struct *pt);
Dnet.h29 struct poll_table_struct;
177 struct poll_table_struct *wait);
Dtty_ldisc.h232 struct poll_table_struct *wait);
Dproc_fs.h38 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
/linux-6.1.9/drivers/iio/
Diio_core.h65 struct poll_table_struct;
68 struct poll_table_struct *wait);
/linux-6.1.9/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-6.1.9/include/media/
Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
Dv4l2-ctrls.h18 struct poll_table_struct;
1306 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
Dv4l2-dev.h204 __poll_t (*poll) (struct file *, struct poll_table_struct *);
/linux-6.1.9/include/misc/
Dcxl.h198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
/linux-6.1.9/include/drm/
Ddrm_file.h405 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_smi_events.c48 static __poll_t kfd_smi_ev_poll(struct file *, struct poll_table_struct *);
65 struct poll_table_struct *wait) in kfd_smi_ev_poll()
/linux-6.1.9/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);
578 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll()
1404 struct poll_table_struct *pt) in poll_urgent()
1427 struct poll_table_struct *pt) in poll_next()
/linux-6.1.9/io_uring/
Dpoll.c33 struct poll_table_struct pt;
276 struct poll_table_struct pt = { ._key = req->apoll_events }; in io_poll_check_events()
552 struct poll_table_struct *p) in io_poll_queue_proc()
663 struct poll_table_struct *p) in io_async_queue_proc()
/linux-6.1.9/drivers/gpio/
Dgpiolib-cdev.c58 typedef __poll_t (*poll_fn)(struct file *, struct poll_table_struct *);
64 struct poll_table_struct *wait, in call_poll_locked()
1476 struct poll_table_struct *wait) in linereq_poll_unlocked()
1494 struct poll_table_struct *wait) in linereq_poll()
1803 struct poll_table_struct *wait) in lineevent_poll_unlocked()
1820 struct poll_table_struct *wait) in lineevent_poll()
2527 struct poll_table_struct *pollt) in lineinfo_watch_poll_unlocked()
2545 struct poll_table_struct *pollt) in lineinfo_watch_poll()
/linux-6.1.9/drivers/media/radio/wl128x/
Dfmdrv_common.h365 struct poll_table_struct *);
/linux-6.1.9/fs/cachefiles/
Ddaemon.c31 struct poll_table_struct *);
355 struct poll_table_struct *poll) in cachefiles_daemon_poll()
/linux-6.1.9/arch/um/drivers/
Dhostaudio_kern.c123 struct poll_table_struct *wait) in hostaudio_poll()
/linux-6.1.9/kernel/bpf/
Dringbuf.c314 struct poll_table_struct *pts) in ringbuf_map_poll_kern()
327 struct poll_table_struct *pts) in ringbuf_map_poll_user()
/linux-6.1.9/drivers/media/mc/
Dmc-devnode.c95 struct poll_table_struct *poll) in media_poll()

12345