Home
last modified time | relevance | path

Searched full:polls (Results 1 – 25 of 192) sorted by relevance

12345678

/openbmc/linux/arch/um/os-Linux/
H A 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()
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml36 unexpectedly between polls. Choosing the right polling delays shall avoid
67 The maximum number of milliseconds to wait between polls when
75 The maximum number of milliseconds to wait between polls when
H A Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
/openbmc/linux/Documentation/networking/
H A Dplip.rst92 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times
94 Alpha, as of this writing). Between two such polls, there are 10^6/HZ usecs.
96 quite possible for the trigger timeout to expire between two such polls, as
/openbmc/linux/Documentation/hwmon/
H A Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Damlogic,meson-gxbb-mhu.yaml18 data has been read by the remote. This driver assumes the sender polls
H A Darm,mhu.yaml17 by the remote. This driver assumes the sender polls STAT register and the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch31 # How often in seconds pppoe-start polls to check if link is up
/openbmc/witherspoon-pfault-analysis/
H A Ddevice_monitor.hpp75 * The timer that runs fault check polls.
/openbmc/phosphor-power/
H A Ddevice_monitor.hpp75 * The timer that runs fault check polls.
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c185 fprintf(stderr, "CSB still not valid after %d polls.\n", in nx_wait_for_csb()
187 prt_err("CSB still not valid after %d polls, giving up.\n", in nx_wait_for_csb()
/openbmc/u-boot/include/
H A Dwait_bit.h20 * Function polls register waiting for specific bit(s) change
/openbmc/u-boot/doc/
H A Dkwboot.120 Following power-up or a system reset, system BootROM code polls the
/openbmc/linux/Documentation/i2c/
H A Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/openbmc/linux/drivers/ptp/
H A Dptp_idt82p33.h90 /* Polls for external time stamps */
H A Dptp_clockmatrix.h119 /* Polls for external time stamps */
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Druntime_monitor.hpp27 * 2) Polls for faults, as some won't always drop PGOOD.
/openbmc/phosphor-power/power-sequencer/
H A Druntime_monitor.hpp27 * 2) Polls for faults, as some won't always drop PGOOD.
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dnetdev.h58 /* count of enabled napi polls */
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/openbmc/linux/include/linux/
H A Dthermal.h127 * @passive_delay_jiffies: number of jiffies to wait between polls when
129 * @polling_delay_jiffies: number of jiffies to wait between polls when
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h98 * Polls for ACT (allocation change trigger) handled and
/openbmc/linux/drivers/power/supply/
H A Dug3105_battery.c211 * Read + reset coulomb counter every 10 polls (every 300 seconds) in ug3105_work()
247 * between 2 polls, then we can calculate the internal resistance in ug3105_work()
/openbmc/linux/Documentation/sound/hd-audio/
H A Dcontrols.rst96 unsolicited event per jack plug. When this is on, the driver polls
/openbmc/qemu/tests/qemu-iotests/
H A D25865 # finish, it polls and thus makes stream finish concurrently --

12345678