Searched refs:poll (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dphonedev.h9 #include <linux/poll.h>
H A Dppp_channel.h24 #include <linux/poll.h>
H A Dtty_ldisc.h67 * int (*poll)(struct tty_struct * tty, struct file * file,
70 * This function is called when a user attempts to select/poll on a
72 * discipline to handle poll requests.
122 unsigned int (*poll)(struct tty_struct *, struct file *, member in struct:tty_ldisc
H A Dadb.h62 void (*poll)(void); member in struct:adb_driver
68 #define ADBREQ_SYNC 2 /* poll until done */
H A Dif_wanpipe.h51 unsigned poll; member in struct:__anon11189
H A Dpoll.h4 #include <asm/poll.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dphonedev.h9 #include <linux/poll.h>
H A Dppp_channel.h24 #include <linux/poll.h>
H A Dtty_ldisc.h67 * int (*poll)(struct tty_struct * tty, struct file * file,
70 * This function is called when a user attempts to select/poll on a
72 * discipline to handle poll requests.
122 unsigned int (*poll)(struct tty_struct *, struct file *, member in struct:tty_ldisc
H A Dadb.h62 void (*poll)(void); member in struct:adb_driver
68 #define ADBREQ_SYNC 2 /* poll until done */
H A Dif_wanpipe.h51 unsigned poll; member in struct:__anon6775
H A Dpoll.h4 #include <asm/poll.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Dkmsg.c12 #include <linux/poll.h>
49 poll: kmsg_poll,
/asus-wl-520gu-7.0.1.45/src/router/bridge/misc/
H A Dbidi.c13 #include <sys/poll.h>
49 if (poll(pfd, numfds, -1) < 0) {
50 perror("poll");
H A Dtap.c15 #include <sys/poll.h>
69 if (poll(pfd, 2, -1) <= 0) {
70 perror("poll");
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irnet/
H A Dirnet_ppp.h103 poll: dev_irnet_poll,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbad_inode.c36 poll: EIO_ERROR,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dos.h32 #include <linux/poll.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dcommon.h10 #include <linux/poll.h> /* for poll_table */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netlink/
H A Dnetlink_dev.c26 #include <linux/poll.h>
46 if (sock->ops->poll==NULL)
48 return sock->ops->poll(file, sock, wait);
167 poll: netlink_poll,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dusema.c29 #include <linux/poll.h>
143 printk("[%s:%d] wants to poll usema %p",
166 .poll = sgi_usemaclone_poll,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/atari/
H A Djoystick.c13 #include <linux/poll.h>
127 poll: joystick_poll,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dsock.c40 #include <linux/poll.h>
186 poll: sock_no_poll,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Drtc.c22 #include <linux/poll.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dmfm.S33 @ internal reg usage: r0=hdc base address, r1=irq poll address, r2=poll mask
103 @ internal reg usage: r0=hdc base address, r1=irq poll address, r2=poll mask

Completed in 119 milliseconds

1234567891011>>