/linux-4.4.14/include/linux/ |
D | poll.h | 40 } 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;
|
D | ring_buffer.h | 102 struct file *filp, poll_table *poll_table);
|
D | kvm_irqfd.h | 65 poll_table pt;
|
D | posix-clock.h | 94 struct file *file, poll_table *wait);
|
D | vfio.h | 127 poll_table pt;
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-fileops.h | 31 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);
|
D | ivtv-fileops.c | 733 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/ |
D | sound_calls.h | 23 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);
|
D | midibuf.c | 398 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait) in MIDIbuf_poll()
|
D | dmabuf.c | 1196 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()
|
D | soundcard.c | 402 static unsigned int sound_poll(struct file *file, poll_table * wait) in sound_poll()
|
D | sequencer.c | 1521 unsigned int sequencer_poll(int dev, struct file *file, poll_table * wait) in sequencer_poll()
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_ppp.h | 60 poll_table *); 78 poll_table *);
|
D | irnet_ppp.c | 424 poll_table * wait) in irnet_ctrl_poll() 612 poll_table * wait) in dev_irnet_poll()
|
/linux-4.4.14/include/media/ |
D | videobuf2-v4l2.h | 69 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);
|
D | saa6588.h | 34 poll_table *event_list;
|
D | lirc_dev.h | 231 unsigned int lirc_dev_fop_poll(struct file *file, poll_table *wait);
|
D | v4l2-mem2mem.h | 281 unsigned int v4l2_m2m_fop_poll(struct file *file, poll_table *wait);
|
D | videobuf-core.h | 224 poll_table *wait);
|
D | soc_camera.h | 130 unsigned int (*poll)(struct file *, poll_table *);
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_fops.h | 30 unsigned int mic_poll(struct file *f, poll_table *wait);
|
D | mic_fops.c | 137 unsigned int mic_poll(struct file *f, poll_table *wait) in mic_poll()
|
/linux-4.4.14/fs/ |
D | eventpoll.c | 244 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()
|
D | select.c | 117 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()
|
D | signalfd.c | 60 static unsigned int signalfd_poll(struct file *file, poll_table *wait) in signalfd_poll()
|
D | eventfd.c | 117 static unsigned int eventfd_poll(struct file *file, poll_table *wait) in eventfd_poll()
|
D | proc_namespace.c | 18 static unsigned mounts_poll(struct file *file, poll_table *wait) in mounts_poll()
|
D | timerfd.c | 219 static unsigned int timerfd_poll(struct file *file, poll_table *wait) in timerfd_poll()
|
D | pipe.c | 506 pipe_poll(struct file *filp, poll_table *wait) in pipe_poll()
|
D | userfaultfd.c | 505 static unsigned int userfaultfd_poll(struct file *file, poll_table *wait) in userfaultfd_poll()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-fileops.h | 31 unsigned int cx18_v4l2_enc_poll(struct file *filp, poll_table *wait);
|
D | cx18-fileops.c | 611 unsigned int cx18_v4l2_enc_poll(struct file *filp, poll_table *wait) in cx18_v4l2_enc_poll()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_fifo.h | 66 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait);
|
D | seq_clientmgr.h | 97 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
|
D | seq_memory.h | 102 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
|
D | seq_fifo.c | 225 poll_table *wait) in snd_seq_fifo_poll_wait()
|
D | seq_memory.c | 370 poll_table *wait) in snd_seq_pool_poll_wait()
|
D | seq_clientmgr.c | 1098 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/ |
D | seq_oss_readq.h | 45 unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wai…
|
D | seq_oss.c | 61 static unsigned int odev_poll(struct file *file, poll_table * wait); 196 odev_poll(struct file *file, poll_table * wait) in odev_poll()
|
D | seq_oss_device.h | 127 unsigned int snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
|
D | seq_oss_readq.c | 190 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll()
|
D | seq_oss_rw.c | 200 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/ |
D | kmsg.c | 42 static unsigned int kmsg_poll(struct file *file, poll_table *wait) in kmsg_poll()
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_private.h | 89 struct file *fp, poll_table *wait);
|
D | ptp_chardev.c | 259 unsigned int ptp_poll(struct posix_clock *pc, struct file *fp, poll_table *wait) in ptp_poll()
|
/linux-4.4.14/net/atm/ |
D | common.h | 19 unsigned int vcc_poll(struct file *file, struct socket *sock, poll_table *wait);
|
D | common.c | 647 unsigned int vcc_poll(struct file *file, struct socket *sock, poll_table *wait) in vcc_poll()
|
/linux-4.4.14/include/sound/ |
D | hwdep.h | 41 poll_table *wait);
|
D | info.h | 67 poll_table *wait);
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_queue.h | 75 struct file *file, poll_table *wait);
|
D | uvc_queue.c | 201 poll_table *wait) in uvcg_queue_poll()
|
D | uvc_v4l2.c | 338 uvc_v4l2_poll(struct file *file, poll_table *wait) in uvc_v4l2_poll()
|
D | f_hid.c | 326 static unsigned int f_hidg_poll(struct file *file, poll_table *wait) in f_hidg_poll()
|
/linux-4.4.14/include/net/iucv/ |
D | af_iucv.h | 156 poll_table *wait);
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divasi.c | 77 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()
|
D | divamnt.c | 118 static unsigned int maint_poll(struct file *file, poll_table *wait) in maint_poll()
|
D | divasproc.c | 102 static unsigned int divas_poll(struct file *file, poll_table *wait) in divas_poll()
|
D | divasmain.c | 653 static unsigned int divas_poll(struct file *file, poll_table *wait) in divas_poll()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_epd.h | 206 unsigned int __scif_pollfd(struct file *f, poll_table *wait,
|
D | scif_api.c | 1300 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()
|
D | scif_fd.c | 44 static unsigned int scif_fdpoll(struct file *f, poll_table *wait) in scif_fdpoll()
|
/linux-4.4.14/drivers/char/ |
D | dtlk.c | 94 static unsigned int dtlk_poll(struct file *, poll_table *); 231 static unsigned int dtlk_poll(struct file *file, poll_table * wait) in dtlk_poll()
|
D | rtc.c | 150 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()
|
D | apm-emulation.c | 246 static unsigned int apm_poll(struct file *fp, poll_table * wait) in apm_poll()
|
D | dsp56k.c | 409 static unsigned int dsp56k_poll(struct file *file, poll_table *wait)
|
D | ppdev.c | 726 static unsigned int pp_poll (struct file * file, poll_table * wait) in pp_poll()
|
D | hpet.c | 344 static unsigned int hpet_poll(struct file *file, poll_table * wait) in hpet_poll()
|
D | sonypi.c | 943 static unsigned int sonypi_misc_poll(struct file *file, poll_table *wait) in sonypi_misc_poll()
|
/linux-4.4.14/drivers/vfio/ |
D | virqfd.c | 82 wait_queue_head_t *wqh, poll_table *pt) in virqfd_ptable_queue_proc()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 56 poll_table *wait) in hwdep_poll()
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 64 poll_table *wait) in hwdep_poll()
|
/linux-4.4.14/security/tomoyo/ |
D | securityfs_if.c | 164 static unsigned int tomoyo_poll(struct file *file, poll_table *wait) in tomoyo_poll()
|
D | common.h | 791 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);
|
D | audit.c | 460 unsigned int tomoyo_poll_log(struct file *file, poll_table *wait) in tomoyo_poll_log()
|
D | common.c | 2122 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/ |
D | dice-hwdep.c | 56 poll_table *wait) in hwdep_poll()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_hwdep.c | 57 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
|
/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-hwdep.c | 65 poll_table *wait) in hwdep_poll()
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-ci.c | 210 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/ |
D | hp_sdc_rtc.c | 73 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()
|
D | uinput.c | 556 static unsigned int uinput_poll(struct file *file, poll_table *wait) in uinput_poll()
|
/linux-4.4.14/drivers/input/serio/ |
D | userio.c | 251 static unsigned int userio_char_poll(struct file *file, poll_table *wait) in userio_char_poll()
|
D | serio_raw.c | 242 static unsigned int serio_raw_poll(struct file *file, poll_table *wait) in serio_raw_poll()
|
/linux-4.4.14/drivers/vhost/ |
D | vhost.h | 30 poll_table table;
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 90 static unsigned int snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) in snd_us428ctls_poll()
|
D | us122l.c | 276 struct file *file, poll_table *wait) in usb_stream_hwdep_poll()
|
/linux-4.4.14/drivers/isdn/divert/ |
D | divert_procfs.c | 123 isdn_divert_poll(struct file *file, poll_table *wait) in isdn_divert_poll()
|
/linux-4.4.14/drivers/tty/ |
D | n_hdlc.c | 187 poll_table *wait); 813 poll_table *wait) in n_hdlc_tty_poll()
|
D | tty_io.c | 149 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/ |
D | lirc_sir.c | 147 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()
|
D | lirc_parallel.c | 454 static unsigned int lirc_poll(struct file *file, poll_table *wait) in lirc_poll()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 155 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
|
/linux-4.4.14/include/net/bluetooth/ |
D | bluetooth.h | 268 uint bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/linux-4.4.14/drivers/hv/ |
D | hv_utils_transport.c | 95 static unsigned int hvt_op_poll(struct file *file, poll_table *wait) in hvt_op_poll()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | timerdev.c | 143 mISDN_poll(struct file *filep, poll_table *wait) in mISDN_poll()
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hysdn_proclog.c | 287 hysdn_log_poll(struct file *file, poll_table *wait) in hysdn_log_poll()
|
/linux-4.4.14/drivers/usb/misc/ |
D | legousbtower.c | 233 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()
|
D | ldusb.c | 417 static unsigned int ld_usb_poll(struct file *file, poll_table *wait) in ld_usb_poll()
|
D | iowarrior.c | 690 static unsigned iowarrior_poll(struct file *file, poll_table * wait) in iowarrior_poll()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_vhci.c | 302 static unsigned int vhci_poll(struct file *file, poll_table *wait) in vhci_poll()
|
D | hci_ldisc.c | 755 struct file *filp, poll_table *wait) in hci_uart_tty_poll()
|
/linux-4.4.14/include/net/ |
D | udp.h | 248 unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/linux-4.4.14/drivers/xen/ |
D | mcelog.c | 142 static unsigned int xen_mce_chrdev_poll(struct file *file, poll_table *wait) in xen_mce_chrdev_poll()
|
D | evtchn.c | 565 static unsigned int evtchn_poll(struct file *file, poll_table *wait) in evtchn_poll()
|
/linux-4.4.14/net/nfc/nci/ |
D | uart.c | 316 struct file *filp, poll_table *wait) in nci_uart_tty_poll()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtasd.c | 389 static unsigned int rtas_log_poll(struct file *file, poll_table * wait) in rtas_log_poll()
|
/linux-4.4.14/arch/mips/kernel/ |
D | rtlx.c | 337 static unsigned int file_poll(struct file *file, poll_table *wait) in file_poll()
|
/linux-4.4.14/net/batman-adv/ |
D | icmp_socket.c | 299 static unsigned int batadv_socket_poll(struct file *file, poll_table *wait) in batadv_socket_poll()
|
D | debugfs.c | 197 static unsigned int batadv_log_poll(struct file *file, poll_table *wait) in batadv_log_poll()
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2.h | 452 struct file *filp, poll_table *wait);
|
/linux-4.4.14/drivers/pps/ |
D | pps.c | 52 static unsigned int pps_cdev_poll(struct file *file, poll_table *wait) in pps_cdev_poll()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_ca.c | 229 static unsigned int dvb_ca_poll (struct file *file, poll_table *wait) in dvb_ca_poll()
|
D | av7110_av.c | 941 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/ |
D | uvc_queue.c | 338 poll_table *wait) in uvc_queue_poll()
|
D | uvcvideo.h | 648 struct file *file, poll_table *wait);
|
/linux-4.4.14/fs/coda/ |
D | psdev.c | 64 static unsigned int coda_psdev_poll(struct file *file, poll_table * wait) in coda_psdev_poll()
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat.c | 140 static unsigned int roccat_poll(struct file *file, poll_table *wait) in roccat_poll()
|
D | hidraw.c | 257 static unsigned int hidraw_poll(struct file *file, poll_table *wait) in hidraw_poll()
|
D | uhid.c | 740 static unsigned int uhid_char_poll(struct file *file, poll_table *wait) in uhid_char_poll()
|
D | hid-debug.c | 1180 static unsigned int hid_debug_events_poll(struct file *file, poll_table *wait) in hid_debug_events_poll()
|
/linux-4.4.14/fs/ecryptfs/ |
D | miscdev.c | 42 ecryptfs_miscdev_poll(struct file *file, poll_table *pt) in ecryptfs_miscdev_poll()
|
/linux-4.4.14/kernel/time/ |
D | posix-clock.c | 69 static unsigned int posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
|
/linux-4.4.14/drivers/misc/mei/ |
D | amthif.c | 359 struct file *file, poll_table *wait) in mei_amthif_poll()
|
D | mei_dev.h | 634 struct file *file, poll_table *wait);
|
D | main.c | 609 static unsigned int mei_poll(struct file *file, poll_table *wait) in mei_poll()
|
/linux-4.4.14/fs/fuse/ |
D | fuse_i.h | 943 unsigned fuse_file_poll(struct file *file, poll_table *wait);
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 142 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/ |
D | rtc-dev.c | 206 static unsigned int rtc_dev_poll(struct file *file, poll_table *wait) in rtc_dev_poll()
|
/linux-4.4.14/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 414 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/ |
D | cdev.c | 280 static unsigned int aim_poll(struct file *filp, poll_table *wait) in aim_poll()
|
/linux-4.4.14/include/net/sctp/ |
D | sctp.h | 106 poll_table *wait);
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 921 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/ |
D | trace.c | 4657 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()
|
D | ring_buffer.c | 631 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/ |
D | dlmfs.c | 223 static unsigned int dlmfs_file_poll(struct file *file, poll_table *wait) in dlmfs_file_poll()
|
/linux-4.4.14/drivers/tty/vt/ |
D | vc_screen.c | 562 vcs_poll(struct file *file, poll_table *wait) in vcs_poll()
|
/linux-4.4.14/net/rds/ |
D | af_rds.c | 156 poll_table *wait) in rds_poll()
|
/linux-4.4.14/sound/core/ |
D | hwdep.c | 179 static unsigned int snd_hwdep_poll(struct file * file, poll_table * wait) in snd_hwdep_poll()
|
D | info.c | 206 static unsigned int snd_info_entry_poll(struct file *file, poll_table *wait) in snd_info_entry_poll()
|
D | init.c | 345 static unsigned int snd_disconnect_poll(struct file * file, poll_table * wait) in snd_disconnect_poll()
|
D | compress_offload.c | 380 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/ |
D | video.c | 212 static unsigned int aim_vdev_poll(struct file *filp, poll_table *wait) in aim_vdev_poll()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_synctty.c | 330 ppp_sync_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_sync_poll()
|
D | ppp_async.c | 338 ppp_asynctty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) in ppp_asynctty_poll()
|
/linux-4.4.14/fs/dlm/ |
D | plock.c | 466 static unsigned int dev_poll(struct file *file, poll_table *wait) in dev_poll()
|
D | user.c | 889 static unsigned int device_poll(struct file *file, poll_table *wait) in device_poll()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 589 static unsigned int xenbus_file_poll(struct file *file, poll_table *wait) in xenbus_file_poll()
|
/linux-4.4.14/net/dccp/ |
D | dccp.h | 320 poll_table *wait);
|
D | proto.c | 310 poll_table *wait) in dccp_poll()
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 640 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/ |
D | file.c | 778 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/ |
D | phantom.c | 259 static unsigned int phantom_poll(struct file *file, poll_table *wait) in phantom_poll()
|
D | hpilo.c | 517 static unsigned int ilo_poll(struct file *fp, poll_table *wait) in ilo_poll()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | cm4040_cs.c | 418 static unsigned int cm4040_poll(struct file *filp, poll_table *wait) in cm4040_poll()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 473 static unsigned int subdev_poll(struct file *file, poll_table *wait) in subdev_poll()
|
D | videobuf2-v4l2.c | 768 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()
|
D | v4l2-mem2mem.c | 884 unsigned int v4l2_m2m_fop_poll(struct file *file, poll_table *wait) in v4l2_m2m_fop_poll()
|
D | videobuf-core.c | 1122 poll_table *wait) in videobuf_poll_stream()
|
/linux-4.4.14/crypto/ |
D | algif_aead.c | 475 poll_table *wait) in aead_poll()
|
D | algif_skcipher.c | 719 poll_table *wait) in skcipher_poll()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_eer.c | 650 static unsigned int dasd_eer_poll(struct file *filp, poll_table *ptable) in dasd_eer_poll()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dmxdev.c | 1087 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/ |
D | datagram.c | 753 poll_table *wait) in datagram_poll()
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 135 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/ |
D | gpio.c | 143 static unsigned int gpio_poll(struct file *file, poll_table *wait) in gpio_poll()
|
D | sync_serial.c | 159 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/ |
D | af_bluetooth.c | 408 poll_table *wait) in bt_sock_poll()
|
/linux-4.4.14/drivers/firewire/ |
D | nosy.c | 331 nosy_poll(struct file *file, poll_table *pt) in nosy_poll()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 112 static unsigned int inotify_poll(struct file *file, poll_table *wait) in inotify_poll()
|
/linux-4.4.14/drivers/media/rc/ |
D | lirc_dev.c | 541 unsigned int lirc_dev_fop_poll(struct file *file, poll_table *wait) in lirc_dev_fop_poll()
|
/linux-4.4.14/fs/kernfs/ |
D | file.c | 782 static unsigned int kernfs_fop_poll(struct file *filp, poll_table *wait) in kernfs_fop_poll()
|
/linux-4.4.14/drivers/staging/android/ |
D | sync.c | 544 static unsigned int sync_fence_poll(struct file *file, poll_table *wait) in sync_fence_poll()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 622 static unsigned int fops_poll(struct file *file, poll_table *wait) in fops_poll()
|
D | saa7164-encoder.c | 917 static unsigned int fops_poll(struct file *file, poll_table *wait) in fops_poll()
|
/linux-4.4.14/net/rxrpc/ |
D | af_rxrpc.c | 589 poll_table *wait) in rxrpc_poll()
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 377 static unsigned int smsdvb_stats_poll(struct file *file, poll_table *wait) in smsdvb_stats_poll()
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 341 poll_table *wait) in pn_socket_poll()
|
/linux-4.4.14/drivers/uio/ |
D | uio.c | 491 static unsigned int uio_poll(struct file *filep, poll_table *wait) in uio_poll()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 241 static unsigned int fanotify_poll(struct file *file, poll_table *wait) in fanotify_poll()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_devintf.c | 81 static unsigned int ipmi_poll(struct file *file, poll_table *wait) in ipmi_poll()
|
D | ipmi_watchdog.c | 889 static unsigned int ipmi_poll(struct file *file, poll_table *wait) in ipmi_poll()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 304 poll_table *wait) in rt2x00debug_poll_queue_dump()
|
/linux-4.4.14/virt/kvm/ |
D | eventfd.c | 237 poll_table *pt) in irqfd_ptable_queue_proc()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_host.c | 168 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/ |
D | sync_serial.c | 181 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/ |
D | cosa.c | 299 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/ |
D | hiddev.c | 434 static unsigned int hiddev_poll(struct file *file, poll_table *wait) in hiddev_poll()
|
/linux-4.4.14/net/nfc/ |
D | llcp_sock.c | 544 poll_table *wait) in llcp_sock_poll()
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vgaarb.c | 1164 static unsigned int vga_arb_fpoll(struct file *file, poll_table *wait) in vga_arb_fpoll()
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 754 static unsigned int mousedev_poll(struct file *file, poll_table *wait) in mousedev_poll()
|
D | joydev.c | 427 static unsigned int joydev_poll(struct file *file, poll_table *wait) in joydev_poll()
|
/linux-4.4.14/net/caif/ |
D | caif_socket.c | 934 struct socket *sock, poll_table *wait) in caif_poll()
|
/linux-4.4.14/block/ |
D | bsg.c | 847 static unsigned int bsg_poll(struct file *file, poll_table *wait) in bsg_poll()
|
/linux-4.4.14/net/rfkill/ |
D | core.c | 1083 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/ |
D | atmel-isi.c | 753 static unsigned int isi_camera_poll(struct file *file, poll_table *pt) in isi_camera_poll()
|
D | mx3_camera.c | 978 static unsigned int mx3_camera_poll(struct file *file, poll_table *pt) in mx3_camera_poll()
|
/linux-4.4.14/drivers/macintosh/ |
D | smu.c | 1242 static unsigned int smu_fpoll(struct file *file, poll_table *wait) in smu_fpoll()
|
/linux-4.4.14/kernel/ |
D | relay.c | 900 static unsigned int relay_file_poll(struct file *filp, poll_table *wait) in relay_file_poll()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 1057 static unsigned int iss_video_poll(struct file *file, poll_table *wait) in iss_video_poll()
|