Searched refs:poll (Results 76 - 100 of 722) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_drv.c63 .poll = drm_poll,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_memory.h25 #include <linux/poll.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dcommon.h10 #include <linux/poll.h> /* for poll_table */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty_ldisc.h72 * int (*poll)(struct tty_struct * tty, struct file * file,
75 * This function is called when a user attempts to select/poll on a
77 * discipline to handle poll requests.
135 unsigned int (*poll)(struct tty_struct *, struct file *, member in struct:tty_ldisc_ops
H A Dthread_info.h42 /* For poll */
49 } poll; member in union:restart_block::__anon18209
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndsflash.h46 int (*poll)(hndsflash_t *sfl, uint offset); member in struct:hndsflash
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxcom_hcall.c238 struct sched_poll *poll = arg; local
242 ports = xencomm_map_no_alloc(xen_guest_handle(poll->ports),
243 sizeof(*xen_guest_handle(poll->ports)));
245 set_xen_guest_handle(poll->ports, (void *)ports);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_core.c141 * must lock timer events by DSP poll timer.
169 static int poll; variable
175 module_param(poll, uint, S_IRUGO | S_IWUSR);
1129 dsp_poll = poll;
1132 printk(KERN_ERR "%s: Wrong poll value (%d), use %d "
1133 "maximum.\n", __func__, poll, MAX_POLL);
1138 printk(KERN_ERR "%s: Wrong poll value (%d), use 8 "
1143 dsp_tics = poll * HZ / 8000;
1144 if (dsp_tics * 8000 != poll * HZ) {
1147 "%d HZ.\n", poll, H
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dthread-watch.c26 #include <sys/poll.h>
54 /* Before entering poll() we unlock the mutex, so that
58 r = poll(ufds, nfds, timeout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dthread-watch.c26 #include <sys/poll.h>
54 /* Before entering poll() we unlock the mutex, so that
58 r = poll(ufds, nfds, timeout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c129 # include <poll.h>
215 /* use poll() */
222 if (poll(&pset, 1, usec / 1000) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddivamnt.c16 #include <linux/poll.h>
177 .poll = maint_poll,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-iopoll.c2 * Functions related to interrupt-poll handling in the block layer. This
29 * Add this blk_iopoll structure to the pending poll list and trigger the
104 * entries to the tail of this list, and only ->poll()
112 work = iop->poll(iop, weight);
187 iop->poll = poll_fn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dinfo.h25 #include <linux/poll.h>
63 unsigned int (*poll)(struct snd_info_entry *entry, member in struct:snd_info_entry_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/connector/
H A Ducon.c26 #include <sys/poll.h>
197 switch (poll(&pfd, 1, -1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtcp.c29 #include <poll.h>
119 ret = poll(&p, 1, 100);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dkqueue.c19 #include <poll.h>
102 rv = poll(&pfd, 1, 0);
106 dbg_perror("poll(2)");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvbdev.h27 #include <linux/poll.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/boards/
H A Dvme_vmivme7805.c17 #include <linux/poll.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Drb532_button.c63 poll_dev->poll = rb532_button_poll;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dtps6507x-ts.c174 int poll = 0; local
215 poll = 1;
219 /* always poll if not using interrupts */
220 poll = 1;
222 if (poll) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Duser-offsets.c4 #include <sys/poll.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_drv.c73 .poll = drm_poll,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dirq.h49 u8 poll; member in struct:kvm_kpic_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dsecurityfs_if.c41 * tomoyo_poll - poll() for /proc/ccs/ interface.
95 .poll = tomoyo_poll,

Completed in 187 milliseconds

1234567891011>>