Home
last modified time | relevance | path

Searched refs:delay (Results 251 – 275 of 2560) sorted by relevance

1...<<11121314151617181920>>...103

/linux/arch/arm/boot/dts/ti/omap/
H A Ddra7-iva-thermal.dtsi11 polling-delay-passive = <250>; /* milliseconds */
12 polling-delay = <500>; /* milliseconds */
H A Domap5-core-thermal.dtsi12 polling-delay-passive = <250>; /* milliseconds */
13 polling-delay = <500>; /* milliseconds */
H A Domap5-gpu-thermal.dtsi12 polling-delay-passive = <250>; /* milliseconds */
13 polling-delay = <500>; /* milliseconds */
/linux/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h20 useconds_t delay; member
35 struct uffd_desc *uffd_setup_demand_paging(int uffd_mode, useconds_t delay,
/linux/arch/x86/
H A DKconfig.debug124 prompt "IO delay type"
128 bool "port 0x80 based port-IO delay [recommended]"
130 This is the traditional Linux IO delay used for in/out_p.
134 bool "port 0xed based port-IO delay"
136 Use port 0xed as the IO delay. This frees up port 0x80 which is
140 bool "udelay based port-IO delay"
142 Use udelay(2) as the IO delay method. This provides the delay
146 bool "no port-IO delay"
148 No port-IO delay. Will break on old boxes that require port-IO
149 delay for certain operations. Should work on most new machines.
/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml27 The polling-delay properties of a thermal-zone are bound to the maximum dT/dt
29 1. when passive cooling is activated (polling-delay-passive)
30 2. when the zone just needs to be monitored (polling-delay) or when
64 polling-delay:
72 polling-delay-passive:
279 polling-delay-passive = <250>;
280 polling-delay = <1000>;
324 polling-delay-passive = <250>;
325 polling-delay = <1000>;
346 polling-delay-passive = <250>;
[all …]
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-spring.dts111 samsung,i2c-sda-delay = <100>;
339 samsung,i2c-sda-delay = <100>;
370 samsung,i2c-sda-delay = <100>;
376 samsung,i2c-sda-delay = <100>;
382 samsung,i2c-sda-delay = <100>;
398 samsung,i2c-sda-delay = <100>;
404 samsung,i2c-sda-delay = <100>;
416 samsung,i2c-sda-delay = <100>;
431 card-detect-delay = <200>;
449 card-detect-delay = <200>;
H A Dexynos5420-trip-points.dtsi8 polling-delay-passive = <0>;
9 polling-delay = <0>;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm.dtsi359 polling-delay-passive = <250>;
360 polling-delay = <2000>;
390 polling-delay-passive = <250>;
391 polling-delay = <2000>;
419 polling-delay-passive = <250>;
420 polling-delay = <2000>;
439 polling-delay-passive = <250>;
440 polling-delay = <2000>;
459 polling-delay-passive = <250>;
460 polling-delay = <2000>;
H A Dimx93-var-som.dtsi17 post-power-on-delay-ms = <100>;
18 power-off-delay-us = <10000>;
32 startup-delay-us = <100000>;
/linux/arch/arm/include/asm/
H A Ddelay.h52 void (*delay)(unsigned long); member
58 #define __delay(n) arm_delay_ops.delay(n)
/linux/drivers/net/wireless/ti/wl1251/
H A Dps.c44 unsigned long delay; in wl1251_ps_elp_sleep() local
47 delay = msecs_to_jiffies(ELP_ENTRY_DELAY); in wl1251_ps_elp_sleep()
48 ieee80211_queue_delayed_work(wl->hw, &wl->elp_work, delay); in wl1251_ps_elp_sleep()
/linux/arch/arm/boot/dts/microchip/
H A Daks-cdu.dts33 rs485-rts-delay = <0 0>;
39 rs485-rts-delay = <0 0>;
45 rs485-rts-delay = <0 0>;
/linux/arch/arm/boot/dts/synaptics/
H A Dberlin2cd-valve-steamlink.dts22 active-delay = <100>;
23 inactive-delay = <10>;
24 wait-delay = <100>;
/linux/samples/bpf/
H A Doffwaketime_user.c100 int delay = 1, i = 0; in main() local
143 delay = atoi(argv[1]); in main()
144 sleep(delay); in main()
/linux/drivers/usb/core/
H A Dhub.h166 unsigned delay = hub->descriptor->bPwrOn2PwrGood * 2; in hub_power_on_good_delay() local
169 return delay; in hub_power_on_good_delay()
171 return max(delay, 100U); in hub_power_on_good_delay()
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dti,am3359-tsc.yaml47 ti,charge-delay:
48 description: Length of touch screen charge delay step in terms of ADC clock
49 cycles. Charge delay value should be large in order to avoid false pen-up
75 ti,charge-delay = <0x400>;
/linux/Documentation/devicetree/bindings/regulator/
H A Dltc3589.txt40 regulator-ramp-delay = <7000>;
49 regulator-ramp-delay = <7000>;
58 regulator-ramp-delay = <7000>;
83 regulator-ramp-delay = <7000>;
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2894.dtsi1425 regulator-ramp-delay = <27500>;
1436 regulator-ramp-delay = <27500>;
1448 regulator-ramp-delay = <27500>;
1461 regulator-ramp-delay = <27500>;
1473 regulator-ramp-delay = <100000>;
1484 regulator-ramp-delay = <100000>;
1495 regulator-ramp-delay = <100000>;
1505 regulator-ramp-delay = <100000>;
1517 regulator-ramp-delay = <100000>;
1529 regulator-ramp-delay = <100000>;
[all …]
/linux/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c219 u32 delay) in ssp_enable_sensor() argument
224 to_send.a = cpu_to_le32(delay); in ssp_enable_sensor()
260 data->delay_buf[type] = delay; in ssp_enable_sensor()
281 u32 delay) in ssp_change_delay() argument
286 to_send.a = cpu_to_le32(delay); in ssp_change_delay()
297 data->delay_buf[type] = delay; in ssp_change_delay()
420 int ssp_queue_ssp_refresh_task(struct ssp_data *data, unsigned int delay) in ssp_queue_ssp_refresh_task() argument
426 msecs_to_jiffies(delay)); in ssp_queue_ssp_refresh_task()
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am654-idk.dtso75 ti,syscon-rgmii-delay = <&scm_conf 0x4100>;
83 ti,syscon-rgmii-delay = <&scm_conf 0x4104>;
143 ti,syscon-rgmii-delay = <&scm_conf 0x4110>;
151 ti,syscon-rgmii-delay = <&scm_conf 0x4114>;
257 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
263 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
282 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
288 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-mamoj.dts76 startup-delay-us = <21000>;
95 startup-delay-us = <6000>;
106 startup-delay-us = <6000>;
117 startup-delay-us = <11000>;
138 startup-delay-us = <6000>;
162 startup-delay-us = <70000>;
198 regulator-ramp-delay = <6250>;
207 regulator-ramp-delay = <6250>;
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l36.txt60 - cirrus,classh-wk-fet-delay : Weak-FET entry delay. Controls the delay
114 amount delay between consecutive volume attenuation steps when a brownout
124 - cirrus,vpbr-wait : Configures the delay time between a brownout condition
128 - cirrus,vpbr-rel-rate : Attenuation release step rate. Configures the delay
151 cirrus,weak-fet-delay = <0x04>;
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-starfive-visionfive-2-v1.2a.dts24 rx-internal-delay-ps = <1900>;
25 tx-internal-delay-ps = <1350>;
/linux/net/netfilter/
H A Dnf_conntrack_ecache.c109 int ret, delay = -1; in ecache_work() local
114 delay = ECACHE_RETRY_JIFFIES; in ecache_work()
117 delay = 0; in ecache_work()
123 if (delay >= 0) in ecache_work()
124 schedule_delayed_work(&cnet->ecache.dwork, delay); in ecache_work()

1...<<11121314151617181920>>...103