Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/linux/Documentation/virt/kvm/
A Dhalt-polling.rst4 The KVM halt polling system
23 The generic halt polling code is implemented in:
36 effectiveness of the polling in an attempt to limit pointless polling.
47 During polling if a wakeup source is received within the halt polling interval,
52 time was greater than the global max polling interval.
55 the global max polling interval then the polling interval can be increased in
65 to avoid pointless polling. The polling interval is shrunk in the function
72 adjustment of the polling interval.
83 polling interval as well as the rate at which the polling interval is grown and
98 | | halt polling interval is | |
[all …]
/linux/Documentation/devicetree/bindings/thermal/
A Dbrcm,sr-thermal.txt34 polling-delay-passive = <0>;
35 polling-delay = <1000>;
46 polling-delay-passive = <0>;
47 polling-delay = <1000>;
58 polling-delay-passive = <0>;
59 polling-delay = <1000>;
70 polling-delay-passive = <0>;
71 polling-delay = <1000>;
82 polling-delay-passive = <0>;
83 polling-delay = <1000>;
[all …]
A Dthermal-zones.yaml29 1. when passive cooling is activated (polling-delay-passive)
61 polling-delay:
69 polling-delay-passive:
215 - polling-delay
216 - polling-delay-passive
262 polling-delay-passive = <250>;
263 polling-delay = <1000>;
307 polling-delay-passive = <250>;
308 polling-delay = <1000>;
329 polling-delay-passive = <250>;
[all …]
A Dda9062-thermal.txt17 - polling-delay-passive : Specify the polling period, measured in
25 polling-delay-passive = <3000>;
34 polling-delay-passive = <3000>;
/linux/drivers/media/pci/saa7134/
A Dsaa7134-input.c62 if (ir->polling) { in build_key()
82 if (ir->polling) { in build_key()
484 if (ir->polling) { in saa7134_ir_open()
498 if (ir->polling) in saa7134_ir_close()
512 unsigned polling = 0; in saa7134_input_init1() local
544 polling = 50; // ms in saa7134_input_init1()
715 polling = 50; //ms in saa7134_input_init1()
721 polling = 50; /* ms */ in saa7134_input_init1()
727 polling = 50; /* ms */ in saa7134_input_init1()
732 polling = 40; /* ms */ in saa7134_input_init1()
[all …]
/linux/drivers/media/pci/cx88/
A Dcx88-input.c39 int polling; member
107 if (ir->polling) { in cx88_ir_handle_key()
192 if (ir->polling) { in __cx88_ir_start()
221 if (ir->polling) in __cx88_ir_stop()
287 ir->polling = 50; /* ms */ in cx88_ir_init()
316 ir->polling = 50; /* ms */ in cx88_ir_init()
327 ir->polling = 1; /* ms */ in cx88_ir_init()
334 ir->polling = 5; /* ms */ in cx88_ir_init()
358 ir->polling = 1; /* ms */ in cx88_ir_init()
365 ir->polling = 1; /* ms */ in cx88_ir_init()
[all …]
/linux/arch/arm64/boot/dts/ti/
A Dk3-am654-industrial-thermal.dtsi6 polling-delay-passive = <250>; /* milliseconds */
7 polling-delay = <500>; /* milliseconds */
20 polling-delay-passive = <250>; /* milliseconds */
21 polling-delay = <500>; /* milliseconds */
34 polling-delay-passive = <250>; /* milliseconds */
35 polling-delay = <500>; /* milliseconds */
/linux/drivers/media/pci/bt8xx/
A Dbttv-input.c47 if (ir->polling) { in ir_handle_key()
123 else if (!ir->polling) in bttv_input_irq()
292 if (ir->polling) { in bttv_ir_start()
306 if (btv->remote->polling) in bttv_ir_stop()
432 ir->polling = 50; // ms in bttv_input_init()
440 ir->polling = 50; // ms in bttv_input_init()
447 ir->polling = 50; // ms in bttv_input_init()
455 ir->polling = 50; // ms in bttv_input_init()
472 ir->polling = 50; // ms in bttv_input_init()
481 ir->polling = 50; // ms in bttv_input_init()
[all …]
/linux/arch/arm64/boot/dts/exynos/
A Dexynos5433-tmu.dtsi14 polling-delay-passive = <0>;
15 polling-delay = <0>;
102 polling-delay-passive = <0>;
103 polling-delay = <0>;
145 polling-delay-passive = <0>;
146 polling-delay = <0>;
188 polling-delay-passive = <0>;
189 polling-delay = <0>;
264 polling-delay-passive = <0>;
265 polling-delay = <0>;
/linux/arch/arm64/boot/dts/qcom/
A Dsm8350.dtsi1674 polling-delay = <1000>;
1718 polling-delay = <1000>;
1762 polling-delay = <1000>;
1806 polling-delay = <1000>;
1850 polling-delay = <1000>;
1894 polling-delay = <1000>;
1938 polling-delay = <1000>;
1982 polling-delay = <1000>;
2026 polling-delay = <1000>;
2070 polling-delay = <1000>;
[all …]
A Dsm8250-mtp.dts29 polling-delay-passive = <0>;
30 polling-delay = <0>;
43 polling-delay-passive = <0>;
44 polling-delay = <0>;
57 polling-delay-passive = <0>;
58 polling-delay = <0>;
71 polling-delay-passive = <0>;
72 polling-delay = <0>;
86 polling-delay = <0>;
100 polling-delay = <0>;
[all …]
A Dmsm8998.dtsi511 polling-delay = <1000>;
532 polling-delay = <1000>;
553 polling-delay = <1000>;
574 polling-delay = <1000>;
595 polling-delay = <1000>;
616 polling-delay = <1000>;
637 polling-delay = <1000>;
658 polling-delay = <1000>;
679 polling-delay = <1000>;
694 polling-delay = <1000>;
[all …]
A Dsm8150.dtsi3688 polling-delay = <1000>;
3732 polling-delay = <1000>;
3776 polling-delay = <1000>;
3820 polling-delay = <1000>;
3864 polling-delay = <1000>;
3908 polling-delay = <1000>;
3952 polling-delay = <1000>;
3996 polling-delay = <1000>;
4040 polling-delay = <1000>;
4084 polling-delay = <1000>;
[all …]
/linux/Documentation/virt/
A Dguest-halt-polling.rst2 Guest halt polling
9 This provides the following benefits to host side polling:
11 1) The POLL flag is set while polling is performed, which allows
17 The downside of guest side polling is that polling is performed
22 time polling is allowed. This value is fixed.
35 Maximum amount of time, in nanoseconds, that polling is
/linux/arch/arm/boot/dts/
A Dexynos5422-odroidxu3-common.dtsi54 polling-delay-passive = <250>;
55 polling-delay = <0>;
79 * so for these polling mode is required.
143 polling-delay-passive = <250>;
144 polling-delay = <0>;
216 polling-delay-passive = <250>;
217 polling-delay = <0>;
289 polling-delay-passive = <250>;
290 polling-delay = <0>;
362 polling-delay-passive = <250>;
[all …]
A Dqcom-ipq8064.dtsi54 polling-delay = <0>;
74 polling-delay = <0>;
94 polling-delay = <0>;
114 polling-delay = <0>;
134 polling-delay = <0>;
154 polling-delay = <0>;
174 polling-delay = <0>;
194 polling-delay = <0>;
214 polling-delay = <0>;
234 polling-delay = <0>;
[all …]
A Dqcom-apq8084.dtsi106 polling-delay-passive = <250>;
107 polling-delay = <1000>;
126 polling-delay-passive = <250>;
127 polling-delay = <1000>;
146 polling-delay-passive = <250>;
147 polling-delay = <1000>;
166 polling-delay-passive = <250>;
167 polling-delay = <1000>;
/linux/arch/arm64/boot/dts/marvell/
A Darmada-ap80x.dtsi316 polling-delay-passive = <0>; /* Interrupt driven */
317 polling-delay = <0>; /* Interrupt driven */
333 polling-delay-passive = <1000>;
334 polling-delay = <1000>;
366 polling-delay-passive = <1000>;
367 polling-delay = <1000>;
399 polling-delay-passive = <1000>;
400 polling-delay = <1000>;
432 polling-delay-passive = <1000>;
433 polling-delay = <1000>;
/linux/Documentation/translations/zh_CN/virt/
A Dguest-halt-polling.rst3 :Original: Documentation/virt/guest-halt-polling.rst
13 .. _cn_virt_guest-halt-polling:
16 客户机停机轮询机制(Guest halt polling
/linux/Documentation/networking/
A Dnfc.rst63 * stop_poll - stop on progress polling operation
80 * NFC_CMD_START_POLL - setup a specific device to polling for targets
81 * NFC_CMD_STOP_POLL - stop the polling operation in a specific device
90 protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling
91 state until it finds any target. However, the user can stop the polling
95 If the polling operation finds one or more targets, the event TARGETS_FOUND is
100 All polling operations requested through one netlink socket are stopped when
/linux/drivers/power/supply/
A Dpda_power.c33 static int polling; variable
347 polling = 1; in pda_power_probe()
371 polling = 1; in pda_power_probe()
383 polling = 0; in pda_power_probe()
387 if (polling) { in pda_power_probe()
441 if (polling) in pda_power_remove()
/linux/arch/arm64/boot/dts/broadcom/stingray/
A Dstingray.dtsi625 polling-delay-passive = <0>;
626 polling-delay = <1000>;
637 polling-delay-passive = <0>;
638 polling-delay = <1000>;
649 polling-delay-passive = <0>;
650 polling-delay = <1000>;
661 polling-delay-passive = <0>;
662 polling-delay = <1000>;
673 polling-delay-passive = <0>;
674 polling-delay = <1000>;
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
A Dps.c18 u32 polling; in rtw89_fw_leave_lps_check() local
21 ret = read_poll_timeout_atomic(rtw89_read32_mask, polling, !polling, in rtw89_fw_leave_lps_check()
/linux/arch/arm64/boot/dts/arm/
A Djuno-base.dtsi597 polling-delay = <1000>;
598 polling-delay-passive = <100>;
603 polling-delay = <1000>;
604 polling-delay-passive = <100>;
609 polling-delay = <1000>;
610 polling-delay-passive = <100>;
616 polling-delay = <1000>;
617 polling-delay-passive = <100>;
623 polling-delay = <1000>;
624 polling-delay-passive = <100>;
[all …]
/linux/drivers/media/usb/au0828/
A Dau0828-input.c30 int polling; member
225 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in au0828_rc_work()
237 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in au0828_rc_start()
315 ir->polling = 100; /* ms */ in au0828_rc_register()
395 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in au0828_rc_resume()

Completed in 44 milliseconds

12345678910>>...14