Searched refs:polls (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/arch/um/os-Linux/ |
D | sigio.c | 103 static int need_poll(struct pollfds *polls, int n) in need_poll() argument 107 if (n <= polls->size) in need_poll() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 118 kfree(polls->poll); in need_poll() 120 polls->poll = new; in need_poll() 121 polls->size = n; in need_poll()
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | arm-mhu.txt | 8 data has been read by the remote. This driver assumes the sender polls
|
/linux-4.1.27/Documentation/networking/ |
D | PLIP.txt | 88 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times 90 Alpha, as of this writing). Between two such polls, there are 10^6/HZ usecs. 92 quite possible for the trigger timeout to expire between two such polls, as
|
D | lapb-module.txt | 93 connected, it sends DM without polls set, every T1. The upper case constant
|
/linux-4.1.27/Documentation/scsi/ |
D | dtc3x80.txt | 32 the driver polls for data-ready in the pseudo-DMA transfer routine.
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 59 If your target driver polls some byte or word waiting for it to change, the
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 138 - polling-delay: The maximum number of milliseconds to wait between polls 143 Type: unsigned between polls when performing passive cooling. 179 between polls. Choosing the right polling delays shall avoid having the
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Controls.txt | 91 unsolicited event per jack plug. When this is on, the driver polls
|
/linux-4.1.27/drivers/input/ |
D | Kconfig | 45 device that periodically polls hardware state. This
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 63 passive_delay: number of milliseconds to wait between polls when 65 polling_delay: number of milliseconds to wait between polls when checking
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 110 polls two words out of the same address of IDE port since
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 104 it polls for the completion of the operation. It handles dependency
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 247 * - Stop spewing errors to log when magicdev polls with
|
/linux-4.1.27/Documentation/ |
D | IPMI.txt | 455 thread that constantly polls the IPMI driver while an IPMI operation
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1174 continuously polls a memory location waiting to observe an update.
|