Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/arch/um/os-Linux/
Dsigio.c103 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-v4.19/Documentation/hwmon/
Draspberrypi-hwmon16 This driver periodically polls a mailbox property of the VC4 firmware to detect
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/
Dmeson-mhu.txt8 data has been read by the remote. This driver assumes the sender polls
Darm-mhu.txt8 data has been read by the remote. This driver assumes the sender polls
/Linux-v4.19/Documentation/networking/
DPLIP.txt88 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
Dlapb-module.txt93 connected, it sends DM without polls set, every T1. The upper case constant
/Linux-v4.19/Documentation/i2c/
Di2c-stub59 If your target driver polls some byte or word waiting for it to change, the
/Linux-v4.19/Documentation/devicetree/bindings/thermal/
Dthermal.txt129 - polling-delay: The maximum number of milliseconds to wait between polls
134 Type: unsigned between polls when performing passive cooling.
177 between polls. Choosing the right polling delays shall avoid having the
/Linux-v4.19/Documentation/sound/hd-audio/
Dcontrols.rst96 unsolicited event per jack plug. When this is on, the driver polls
/Linux-v4.19/Documentation/virtual/kvm/
Dhalt-polling.txt8 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
/Linux-v4.19/drivers/input/
DKconfig58 device that periodically polls hardware state. This
/Linux-v4.19/Documentation/m68k/
DREADME.buddha110 polls two words out of the same address of IDE port since
/Linux-v4.19/Documentation/crypto/
Dasync-tx-api.txt104 it polls for the completion of the operation. It handles dependency
/Linux-v4.19/Documentation/ide/
DChangeLog.ide-cd.1994-2004247 * - Stop spewing errors to log when magicdev polls with
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt66 passive_delay: number of milliseconds to wait between polls when
68 polling_delay: number of milliseconds to wait between polls when checking
/Linux-v4.19/Documentation/dev-tools/
Dkgdb.rst855 function which polls hardware for single character input.
/Linux-v4.19/Documentation/
DIPMI.txt462 thread that constantly polls the IPMI driver while an IPMI operation
/Linux-v4.19/arch/arm/
DKconfig1097 continuously polls a memory location waiting to observe an update.