Home
last modified time | relevance | path

Searched refs:poll_table (Results 1 – 200 of 280) sorted by relevance

12

/linux-4.4.14/include/linux/
Dpoll.h40 } poll_table; typedef
42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait()
53 static inline bool poll_does_not_wait(const poll_table *p) in poll_does_not_wait()
64 static inline unsigned long poll_requested_events(const poll_table *p) in poll_requested_events()
69 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr()
86 poll_table pt;
Dring_buffer.h102 struct file *filp, poll_table *poll_table);
Dkvm_irqfd.h65 poll_table pt;
Dposix-clock.h94 struct file *file, poll_table *wait);
Dvfio.h127 poll_table pt;
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-fileops.h31 unsigned int ivtv_v4l2_enc_poll(struct file *filp, poll_table * wait);
32 unsigned int ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait);
Divtv-fileops.c733 unsigned int ivtv_v4l2_dec_poll(struct file *filp, poll_table *wait) in ivtv_v4l2_dec_poll()
767 unsigned int ivtv_v4l2_enc_poll(struct file *filp, poll_table *wait) in ivtv_v4l2_enc_poll()
/linux-4.4.14/sound/oss/
Dsound_calls.h23 unsigned int DMAbuf_poll(struct file *file, int dev, poll_table *wait);
50 unsigned int sequencer_poll(int dev, struct file *file, poll_table * wait);
70 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait);
Dmidibuf.c398 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait) in MIDIbuf_poll()
Ddmabuf.c1196 static unsigned int poll_input(struct file * file, int dev, poll_table *wait) in poll_input()
1225 static unsigned int poll_output(struct file * file, int dev, poll_table *wait) in poll_output()
1246 unsigned int DMAbuf_poll(struct file * file, int dev, poll_table *wait) in DMAbuf_poll()
Dsoundcard.c402 static unsigned int sound_poll(struct file *file, poll_table * wait) in sound_poll()
Dsequencer.c1521 unsigned int sequencer_poll(int dev, struct file *file, poll_table * wait) in sequencer_poll()
/linux-4.4.14/net/irda/irnet/
Dirnet_ppp.h60 poll_table *);
78 poll_table *);
Dirnet_ppp.c424 poll_table * wait) in irnet_ctrl_poll()
612 poll_table * wait) in dev_irnet_poll()
/linux-4.4.14/include/media/
Dvideobuf2-v4l2.h69 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
138 unsigned int vb2_fop_poll(struct file *file, poll_table *wait);
Dsaa6588.h34 poll_table *event_list;
Dlirc_dev.h231 unsigned int lirc_dev_fop_poll(struct file *file, poll_table *wait);
Dv4l2-mem2mem.h281 unsigned int v4l2_m2m_fop_poll(struct file *file, poll_table *wait);
Dvideobuf-core.h224 poll_table *wait);
Dsoc_camera.h130 unsigned int (*poll)(struct file *, poll_table *);
/linux-4.4.14/drivers/misc/mic/host/
Dmic_fops.h30 unsigned int mic_poll(struct file *f, poll_table *wait);
Dmic_fops.c137 unsigned int mic_poll(struct file *f, poll_table *wait) in mic_poll()
/linux-4.4.14/fs/
Deventpoll.c244 poll_table pt;
351 static inline struct epitem *ep_item_from_epqueue(poll_table *p) in ep_item_from_epqueue()
796 static inline unsigned int ep_item_poll(struct epitem *epi, poll_table *pt) in ep_item_poll()
807 poll_table pt; in ep_read_events_proc()
829 poll_table *pt);
844 static unsigned int ep_eventpoll_poll(struct file *file, poll_table *wait) in ep_eventpoll_poll()
1089 poll_table *pt) in ep_ptable_queue_proc()
1396 poll_table pt; in ep_modify()
1475 poll_table pt; in ep_send_events_proc()
Dselect.c117 poll_table *p);
220 poll_table *p) in __pollwait()
388 static inline void wait_key_set(poll_table *wait, unsigned long in, in wait_key_set()
403 poll_table *wait; in do_select()
750 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
784 poll_table* pt = &wait->pt; in do_poll()
Dsignalfd.c60 static unsigned int signalfd_poll(struct file *file, poll_table *wait) in signalfd_poll()
Deventfd.c117 static unsigned int eventfd_poll(struct file *file, poll_table *wait) in eventfd_poll()
Dproc_namespace.c18 static unsigned mounts_poll(struct file *file, poll_table *wait) in mounts_poll()
Dtimerfd.c219 static unsigned int timerfd_poll(struct file *file, poll_table *wait) in timerfd_poll()
Dpipe.c506 pipe_poll(struct file *filp, poll_table *wait) in pipe_poll()
Duserfaultfd.c505 static unsigned int userfaultfd_poll(struct file *file, poll_table *wait) in userfaultfd_poll()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-fileops.h31 unsigned int cx18_v4l2_enc_poll(struct file *filp, poll_table *wait);
Dcx18-fileops.c611 unsigned int cx18_v4l2_enc_poll(struct file *filp, poll_table *wait) in cx18_v4l2_enc_poll()
/linux-4.4.14/sound/core/seq/
Dseq_fifo.h66 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait);
Dseq_clientmgr.h97 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
Dseq_memory.h102 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
Dseq_fifo.c225 poll_table *wait) in snd_seq_fifo_poll_wait()
Dseq_memory.c370 poll_table *wait) in snd_seq_pool_poll_wait()
Dseq_clientmgr.c1098 static unsigned int snd_seq_poll(struct file *file, poll_table * wait) in snd_seq_poll()
2434 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) in snd_seq_kernel_client_write_poll()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_readq.h45 unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wai…
Dseq_oss.c61 static unsigned int odev_poll(struct file *file, poll_table * wait);
196 odev_poll(struct file *file, poll_table * wait) in odev_poll()
Dseq_oss_device.h127 unsigned int snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
Dseq_oss_readq.c190 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll()
Dseq_oss_rw.c200 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait) in snd_seq_oss_poll()
/linux-4.4.14/fs/proc/
Dkmsg.c42 static unsigned int kmsg_poll(struct file *file, poll_table *wait) in kmsg_poll()
/linux-4.4.14/drivers/ptp/
Dptp_private.h89 struct file *fp, poll_table *wait);
Dptp_chardev.c259 unsigned int ptp_poll(struct posix_clock *pc, struct file *fp, poll_table *wait) in ptp_poll()
/linux-4.4.14/net/atm/
Dcommon.h19 unsigned int vcc_poll(struct file *file, struct socket *sock, poll_table *wait);
Dcommon.c647 unsigned int vcc_poll(struct file *file, struct socket *sock, poll_table *wait) in vcc_poll()
/linux-4.4.14/include/sound/
Dhwdep.h41 poll_table *wait);
Dinfo.h67 poll_table *wait);
/linux-4.4.14/drivers/usb/gadget/function/
Duvc_queue.h75 struct file *file, poll_table *wait);
Duvc_queue.c201 poll_table *wait) in uvcg_queue_poll()
Duvc_v4l2.c338 uvc_v4l2_poll(struct file *file, poll_table *wait) in uvc_v4l2_poll()
Df_hid.c326 static unsigned int f_hidg_poll(struct file *file, poll_table *wait) in f_hidg_poll()
/linux-4.4.14/include/net/iucv/
Daf_iucv.h156 poll_table *wait);
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivasi.c77 static unsigned int um_idi_poll(struct file *file, poll_table *wait);
370 static unsigned int um_idi_poll(struct file *file, poll_table *wait) in um_idi_poll()
Ddivamnt.c118 static unsigned int maint_poll(struct file *file, poll_table *wait) in maint_poll()
Ddivasproc.c102 static unsigned int divas_poll(struct file *file, poll_table *wait) in divas_poll()
Ddivasmain.c653 static unsigned int divas_poll(struct file *file, poll_table *wait) in divas_poll()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_epd.h206 unsigned int __scif_pollfd(struct file *f, poll_table *wait,
Dscif_api.c1300 poll_table *p, struct scif_endpt *ep) in _scif_poll_wait()
1315 __scif_pollfd(struct file *f, poll_table *wait, struct scif_endpt *ep) in __scif_pollfd()
1391 poll_table *pt; in scif_poll()
Dscif_fd.c44 static unsigned int scif_fdpoll(struct file *f, poll_table *wait) in scif_fdpoll()
/linux-4.4.14/drivers/char/
Ddtlk.c94 static unsigned int dtlk_poll(struct file *, poll_table *);
231 static unsigned int dtlk_poll(struct file *file, poll_table * wait) in dtlk_poll()
Drtc.c150 static unsigned int rtc_poll(struct file *file, poll_table *wait);
793 static unsigned int rtc_poll(struct file *file, poll_table *wait) in rtc_poll()
Dapm-emulation.c246 static unsigned int apm_poll(struct file *fp, poll_table * wait) in apm_poll()
Ddsp56k.c409 static unsigned int dsp56k_poll(struct file *file, poll_table *wait)
Dppdev.c726 static unsigned int pp_poll (struct file * file, poll_table * wait) in pp_poll()
Dhpet.c344 static unsigned int hpet_poll(struct file *file, poll_table * wait) in hpet_poll()
Dsonypi.c943 static unsigned int sonypi_misc_poll(struct file *file, poll_table *wait) in sonypi_misc_poll()
/linux-4.4.14/drivers/vfio/
Dvirqfd.c82 wait_queue_head_t *wqh, poll_table *pt) in virqfd_ptable_queue_proc()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-hwdep.c56 poll_table *wait) in hwdep_poll()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-hwdep.c64 poll_table *wait) in hwdep_poll()
/linux-4.4.14/security/tomoyo/
Dsecurityfs_if.c164 static unsigned int tomoyo_poll(struct file *file, poll_table *wait) in tomoyo_poll()
Dcommon.h791 unsigned int (*poll) (struct file *file, poll_table *wait);
983 unsigned int tomoyo_poll_control(struct file *file, poll_table *wait);
984 unsigned int tomoyo_poll_log(struct file *file, poll_table *wait);
Daudit.c460 unsigned int tomoyo_poll_log(struct file *file, poll_table *wait) in tomoyo_poll_log()
Dcommon.c2122 static unsigned int tomoyo_poll_query(struct file *file, poll_table *wait) in tomoyo_poll_query()
2455 unsigned int tomoyo_poll_control(struct file *file, poll_table *wait) in tomoyo_poll_control()
/linux-4.4.14/sound/firewire/dice/
Ddice-hwdep.c56 poll_table *wait) in hwdep_poll()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_hwdep.c57 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
/linux-4.4.14/sound/firewire/tascam/
Dtascam-hwdep.c65 poll_table *wait) in hwdep_poll()
/linux-4.4.14/drivers/media/firewire/
Dfiredtv-ci.c210 static unsigned int fdtv_ca_io_poll(struct file *file, poll_table *wait) in fdtv_ca_io_poll()
/linux-4.4.14/drivers/input/misc/
Dhp_sdc_rtc.c73 static unsigned int hp_sdc_rtc_poll(struct file *file, poll_table *wait);
411 static unsigned int hp_sdc_rtc_poll(struct file *file, poll_table *wait) in hp_sdc_rtc_poll()
Duinput.c556 static unsigned int uinput_poll(struct file *file, poll_table *wait) in uinput_poll()
/linux-4.4.14/drivers/input/serio/
Duserio.c251 static unsigned int userio_char_poll(struct file *file, poll_table *wait) in userio_char_poll()
Dserio_raw.c242 static unsigned int serio_raw_poll(struct file *file, poll_table *wait) in serio_raw_poll()
/linux-4.4.14/drivers/vhost/
Dvhost.h30 poll_table table;
/linux-4.4.14/sound/usb/usx2y/
DusX2Yhwdep.c90 static unsigned int snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) in snd_us428ctls_poll()
Dus122l.c276 struct file *file, poll_table *wait) in usb_stream_hwdep_poll()
/linux-4.4.14/drivers/isdn/divert/
Ddivert_procfs.c123 isdn_divert_poll(struct file *file, poll_table *wait) in isdn_divert_poll()
/linux-4.4.14/drivers/tty/
Dn_hdlc.c187 poll_table *wait);
813 poll_table *wait) in n_hdlc_tty_poll()
Dtty_io.c149 static unsigned int tty_poll(struct file *, poll_table *);
450 static unsigned int hung_up_tty_poll(struct file *filp, poll_table *wait) in hung_up_tty_poll()
2191 static unsigned int tty_poll(struct file *filp, poll_table *wait) in tty_poll()
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_sir.c147 static unsigned int lirc_poll(struct file *file, poll_table *wait);
193 static unsigned int lirc_poll(struct file *file, poll_table *wait) in lirc_poll()
Dlirc_parallel.c454 static unsigned int lirc_poll(struct file *file, poll_table *wait) in lirc_poll()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_hwdep.c155 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h268 uint bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux-4.4.14/drivers/hv/
Dhv_utils_transport.c95 static unsigned int hvt_op_poll(struct file *file, poll_table *wait) in hvt_op_poll()
/linux-4.4.14/drivers/isdn/mISDN/
Dtimerdev.c143 mISDN_poll(struct file *filep, poll_table *wait) in mISDN_poll()
/linux-4.4.14/drivers/isdn/hysdn/
Dhysdn_proclog.c287 hysdn_log_poll(struct file *file, poll_table *wait) in hysdn_log_poll()
/linux-4.4.14/drivers/usb/misc/
Dlegousbtower.c233 static unsigned int tower_poll (struct file *file, poll_table *wait);
510 static unsigned int tower_poll (struct file *file, poll_table *wait) in tower_poll()
Dldusb.c417 static unsigned int ld_usb_poll(struct file *file, poll_table *wait) in ld_usb_poll()
Diowarrior.c690 static unsigned iowarrior_poll(struct file *file, poll_table * wait) in iowarrior_poll()
/linux-4.4.14/drivers/bluetooth/
Dhci_vhci.c302 static unsigned int vhci_poll(struct file *file, poll_table *wait) in vhci_poll()
Dhci_ldisc.c755 struct file *filp, poll_table *wait) in hci_uart_tty_poll()
/linux-4.4.14/include/net/
Dudp.h248 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux-4.4.14/drivers/xen/
Dmcelog.c142 static unsigned int xen_mce_chrdev_poll(struct file *file, poll_table *wait) in xen_mce_chrdev_poll()
Devtchn.c565 static unsigned int evtchn_poll(struct file *file, poll_table *wait) in evtchn_poll()
/linux-4.4.14/net/nfc/nci/
Duart.c316 struct file *filp, poll_table *wait) in nci_uart_tty_poll()
/linux-4.4.14/arch/powerpc/kernel/
Drtasd.c389 static unsigned int rtas_log_poll(struct file *file, poll_table * wait) in rtas_log_poll()
/linux-4.4.14/arch/mips/kernel/
Drtlx.c337 static unsigned int file_poll(struct file *file, poll_table *wait) in file_poll()
/linux-4.4.14/net/batman-adv/
Dicmp_socket.c299 static unsigned int batadv_socket_poll(struct file *file, poll_table *wait) in batadv_socket_poll()
Ddebugfs.c197 static unsigned int batadv_log_poll(struct file *file, poll_table *wait) in batadv_log_poll()
/linux-4.4.14/drivers/media/usb/cpia2/
Dcpia2.h452 struct file *filp, poll_table *wait);
/linux-4.4.14/drivers/pps/
Dpps.c52 static unsigned int pps_cdev_poll(struct file *file, poll_table *wait) in pps_cdev_poll()
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_ca.c229 static unsigned int dvb_ca_poll (struct file *file, poll_table *wait) in dvb_ca_poll()
Dav7110_av.c941 static unsigned int dvb_video_poll(struct file *file, poll_table *wait) in dvb_video_poll()
993 static unsigned int dvb_audio_poll(struct file *file, poll_table *wait) in dvb_audio_poll()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_queue.c338 poll_table *wait) in uvc_queue_poll()
Duvcvideo.h648 struct file *file, poll_table *wait);
/linux-4.4.14/fs/coda/
Dpsdev.c64 static unsigned int coda_psdev_poll(struct file *file, poll_table * wait) in coda_psdev_poll()
/linux-4.4.14/drivers/hid/
Dhid-roccat.c140 static unsigned int roccat_poll(struct file *file, poll_table *wait) in roccat_poll()
Dhidraw.c257 static unsigned int hidraw_poll(struct file *file, poll_table *wait) in hidraw_poll()
Duhid.c740 static unsigned int uhid_char_poll(struct file *file, poll_table *wait) in uhid_char_poll()
Dhid-debug.c1180 static unsigned int hid_debug_events_poll(struct file *file, poll_table *wait) in hid_debug_events_poll()
/linux-4.4.14/fs/ecryptfs/
Dmiscdev.c42 ecryptfs_miscdev_poll(struct file *file, poll_table *pt) in ecryptfs_miscdev_poll()
/linux-4.4.14/kernel/time/
Dposix-clock.c69 static unsigned int posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
/linux-4.4.14/drivers/misc/mei/
Damthif.c359 struct file *file, poll_table *wait) in mei_amthif_poll()
Dmei_dev.h634 struct file *file, poll_table *wait);
Dmain.c609 static unsigned int mei_poll(struct file *file, poll_table *wait) in mei_poll()
/linux-4.4.14/fs/fuse/
Dfuse_i.h943 unsigned fuse_file_poll(struct file *file, poll_table *wait);
/linux-4.4.14/net/9p/
Dtrans_fd.c142 poll_table pt;
547 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait()
/linux-4.4.14/drivers/rtc/
Drtc-dev.c206 static unsigned int rtc_dev_poll(struct file *file, poll_table *wait) in rtc_dev_poll()
/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c414 static unsigned int goldfish_pipe_poll(struct file *filp, poll_table *wait) in goldfish_pipe_poll()
/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c280 static unsigned int aim_poll(struct file *filp, poll_table *wait) in aim_poll()
/linux-4.4.14/include/net/sctp/
Dsctp.h106 poll_table *wait);
/linux-4.4.14/net/sunrpc/
Dcache.c921 static unsigned int cache_poll(struct file *filp, poll_table *wait, in cache_poll()
1501 static unsigned int cache_poll_procfs(struct file *filp, poll_table *wait) in cache_poll_procfs()
1737 static unsigned int cache_poll_pipefs(struct file *filp, poll_table *wait) in cache_poll_pipefs()
/linux-4.4.14/kernel/trace/
Dtrace.c4657 trace_poll(struct trace_iterator *iter, struct file *filp, poll_table *poll_table) in trace_poll() argument
4672 filp, poll_table); in trace_poll()
4676 tracing_poll_pipe(struct file *filp, poll_table *poll_table) in tracing_poll_pipe() argument
4680 return trace_poll(iter, filp, poll_table); in tracing_poll_pipe()
5595 tracing_buffers_poll(struct file *filp, poll_table *poll_table) in tracing_buffers_poll() argument
5600 return trace_poll(iter, filp, poll_table); in tracing_buffers_poll()
Dring_buffer.c631 struct file *filp, poll_table *poll_table) in ring_buffer_poll_wait() argument
646 poll_wait(filp, &work->waiters, poll_table); in ring_buffer_poll_wait()
/linux-4.4.14/fs/ocfs2/dlmfs/
Ddlmfs.c223 static unsigned int dlmfs_file_poll(struct file *file, poll_table *wait) in dlmfs_file_poll()
/linux-4.4.14/drivers/tty/vt/
Dvc_screen.c562 vcs_poll(struct file *file, poll_table *wait) in vcs_poll()
/linux-4.4.14/net/rds/
Daf_rds.c156 poll_table *wait) in rds_poll()
/linux-4.4.14/sound/core/
Dhwdep.c179 static unsigned int snd_hwdep_poll(struct file * file, poll_table * wait) in snd_hwdep_poll()
Dinfo.c206 static unsigned int snd_info_entry_poll(struct file *file, poll_table *wait) in snd_info_entry_poll()
Dinit.c345 static unsigned int snd_disconnect_poll(struct file * file, poll_table * wait) in snd_disconnect_poll()
Dcompress_offload.c380 static unsigned int snd_compr_poll(struct file *f, poll_table *wait) in snd_compr_poll()
/linux-4.4.14/drivers/staging/most/aim-v4l2/
Dvideo.c212 static unsigned int aim_vdev_poll(struct file *filp, poll_table *wait) in aim_vdev_poll()
/linux-4.4.14/drivers/net/ppp/
Dppp_synctty.c330 ppp_sync_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_sync_poll()
Dppp_async.c338 ppp_asynctty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_asynctty_poll()
/linux-4.4.14/fs/dlm/
Dplock.c466 static unsigned int dev_poll(struct file *file, poll_table *wait) in dev_poll()
Duser.c889 static unsigned int device_poll(struct file *file, poll_table *wait) in device_poll()
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_dev_frontend.c589 static unsigned int xenbus_file_poll(struct file *file, poll_table *wait) in xenbus_file_poll()
/linux-4.4.14/net/dccp/
Ddccp.h320 poll_table *wait);
Dproto.c310 poll_table *wait) in dccp_poll()
/linux-4.4.14/net/unix/
Daf_unix.c640 static unsigned int unix_poll(struct file *, struct socket *, poll_table *);
642 poll_table *);
2632 static unsigned int unix_poll(struct file *file, struct socket *sock, poll_table *wait) in unix_poll()
2668 poll_table *wait) in unix_dgram_poll()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dfile.c778 static unsigned int spufs_ibox_poll(struct file *file, poll_table *wait) in spufs_ibox_poll()
928 static unsigned int spufs_wbox_poll(struct file *file, poll_table *wait) in spufs_wbox_poll()
1741 static unsigned int spufs_mfc_poll(struct file *file,poll_table *wait) in spufs_mfc_poll()
2514 static unsigned int spufs_switch_log_poll(struct file *file, poll_table *wait) in spufs_switch_log_poll()
/linux-4.4.14/drivers/misc/
Dphantom.c259 static unsigned int phantom_poll(struct file *file, poll_table *wait) in phantom_poll()
Dhpilo.c517 static unsigned int ilo_poll(struct file *fp, poll_table *wait) in ilo_poll()
/linux-4.4.14/drivers/char/pcmcia/
Dcm4040_cs.c418 static unsigned int cm4040_poll(struct file *filp, poll_table *wait) in cm4040_poll()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-subdev.c473 static unsigned int subdev_poll(struct file *file, poll_table *wait) in subdev_poll()
Dvideobuf2-v4l2.c768 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll()
1604 unsigned int vb2_fop_poll(struct file *file, poll_table *wait) in vb2_fop_poll()
Dv4l2-mem2mem.c884 unsigned int v4l2_m2m_fop_poll(struct file *file, poll_table *wait) in v4l2_m2m_fop_poll()
Dvideobuf-core.c1122 poll_table *wait) in videobuf_poll_stream()
/linux-4.4.14/crypto/
Dalgif_aead.c475 poll_table *wait) in aead_poll()
Dalgif_skcipher.c719 poll_table *wait) in skcipher_poll()
/linux-4.4.14/drivers/s390/block/
Ddasd_eer.c650 static unsigned int dasd_eer_poll(struct file *filp, poll_table *ptable) in dasd_eer_poll()
/linux-4.4.14/drivers/media/dvb-core/
Ddmxdev.c1087 static unsigned int dvb_demux_poll(struct file *file, poll_table *wait) in dvb_demux_poll()
1181 static unsigned int dvb_dvr_poll(struct file *file, poll_table *wait) in dvb_dvr_poll()
/linux-4.4.14/net/core/
Ddatagram.c753 poll_table *wait) in datagram_poll()
/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c135 static unsigned int dma_buf_poll(struct file *file, poll_table *poll) in dma_buf_poll()
/linux-4.4.14/arch/cris/arch-v10/drivers/
Dgpio.c143 static unsigned int gpio_poll(struct file *file, poll_table *wait) in gpio_poll()
Dsync_serial.c159 static unsigned int sync_serial_poll(struct file *filp, poll_table *wait);
656 static unsigned int sync_serial_poll(struct file *file, poll_table *wait) in sync_serial_poll()
/linux-4.4.14/net/bluetooth/
Daf_bluetooth.c408 poll_table *wait) in bt_sock_poll()
/linux-4.4.14/drivers/firewire/
Dnosy.c331 nosy_poll(struct file *file, poll_table *pt) in nosy_poll()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c112 static unsigned int inotify_poll(struct file *file, poll_table *wait) in inotify_poll()
/linux-4.4.14/drivers/media/rc/
Dlirc_dev.c541 unsigned int lirc_dev_fop_poll(struct file *file, poll_table *wait) in lirc_dev_fop_poll()
/linux-4.4.14/fs/kernfs/
Dfile.c782 static unsigned int kernfs_fop_poll(struct file *filp, poll_table *wait) in kernfs_fop_poll()
/linux-4.4.14/drivers/staging/android/
Dsync.c544 static unsigned int sync_fence_poll(struct file *file, poll_table *wait) in sync_fence_poll()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-vbi.c622 static unsigned int fops_poll(struct file *file, poll_table *wait) in fops_poll()
Dsaa7164-encoder.c917 static unsigned int fops_poll(struct file *file, poll_table *wait) in fops_poll()
/linux-4.4.14/net/rxrpc/
Daf_rxrpc.c589 poll_table *wait) in rxrpc_poll()
/linux-4.4.14/drivers/media/common/siano/
Dsmsdvb-debugfs.c377 static unsigned int smsdvb_stats_poll(struct file *file, poll_table *wait) in smsdvb_stats_poll()
/linux-4.4.14/net/phonet/
Dsocket.c341 poll_table *wait) in pn_socket_poll()
/linux-4.4.14/drivers/uio/
Duio.c491 static unsigned int uio_poll(struct file *filep, poll_table *wait) in uio_poll()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c241 static unsigned int fanotify_poll(struct file *file, poll_table *wait) in fanotify_poll()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_devintf.c81 static unsigned int ipmi_poll(struct file *file, poll_table *wait) in ipmi_poll()
Dipmi_watchdog.c889 static unsigned int ipmi_poll(struct file *file, poll_table *wait) in ipmi_poll()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00debug.c304 poll_table *wait) in rt2x00debug_poll_queue_dump()
/linux-4.4.14/virt/kvm/
Deventfd.c237 poll_table *pt) in irqfd_ptable_queue_proc()
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_host.c168 static unsigned int vmci_host_poll(struct file *filp, poll_table *wait) in vmci_host_poll()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c181 static unsigned int sync_serial_poll(struct file *filp, poll_table *wait);
558 static unsigned int sync_serial_poll(struct file *file, poll_table *wait) in sync_serial_poll()
/linux-4.4.14/drivers/net/wan/
Dcosa.c299 static unsigned int cosa_poll(struct file *file, poll_table *poll);
928 static unsigned int cosa_poll(struct file *file, poll_table *poll) in cosa_poll()
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c434 static unsigned int hiddev_poll(struct file *file, poll_table *wait) in hiddev_poll()
/linux-4.4.14/net/nfc/
Dllcp_sock.c544 poll_table *wait) in llcp_sock_poll()
/linux-4.4.14/drivers/gpu/vga/
Dvgaarb.c1164 static unsigned int vga_arb_fpoll(struct file *file, poll_table *wait) in vga_arb_fpoll()
/linux-4.4.14/drivers/input/
Dmousedev.c754 static unsigned int mousedev_poll(struct file *file, poll_table *wait) in mousedev_poll()
Djoydev.c427 static unsigned int joydev_poll(struct file *file, poll_table *wait) in joydev_poll()
/linux-4.4.14/net/caif/
Dcaif_socket.c934 struct socket *sock, poll_table *wait) in caif_poll()
/linux-4.4.14/block/
Dbsg.c847 static unsigned int bsg_poll(struct file *file, poll_table *wait) in bsg_poll()
/linux-4.4.14/net/rfkill/
Dcore.c1083 static unsigned int rfkill_fop_poll(struct file *file, poll_table *wait) in rfkill_fop_poll()
/linux-4.4.14/drivers/media/platform/soc_camera/
Datmel-isi.c753 static unsigned int isi_camera_poll(struct file *file, poll_table *pt) in isi_camera_poll()
Dmx3_camera.c978 static unsigned int mx3_camera_poll(struct file *file, poll_table *pt) in mx3_camera_poll()
/linux-4.4.14/drivers/macintosh/
Dsmu.c1242 static unsigned int smu_fpoll(struct file *file, poll_table *wait) in smu_fpoll()
/linux-4.4.14/kernel/
Drelay.c900 static unsigned int relay_file_poll(struct file *filp, poll_table *wait) in relay_file_poll()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_video.c1057 static unsigned int iss_video_poll(struct file *file, poll_table *wait) in iss_video_poll()

12