| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
| D | gpio-poweroff.txt | 12 triggering positive edge triggered power off. After a delay of 100ms, 14 triggering negative edge triggered power off. After another 100ms 16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted. 30 - active-delay-ms: Delay (default 100) to wait after driving gpio active 31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive 32 - timeout-ms: Time to wait before asserting a WARN_ON(1). If nothing is 33 specified, 3000 ms is used. 40 timeout-ms = <3000>;
|
| D | gpio-restart.txt | 40 - active-delay: Delay (default 100) to wait after driving gpio active [ms] 41 - inactive-delay: Delay (default 100) to wait after driving gpio inactive [ms] 42 - wait-delay: Delay (default 3000) to wait after completing restart 43 sequence [ms] 53 wait-delay = <3000>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/reset/ |
| D | gpio-poweroff.yaml | 15 from inactive to active. After a delay (active-delay-ms) it 17 delay (inactive-delay-ms) it is configured as active again. 19 the system is still running after waiting some time (timeout-ms). 35 active-delay-ms: 39 inactive-delay-ms: 43 timeout-ms: 44 default: 3000 58 timeout-ms = <3000>;
|
| D | gpio-restart.yaml | 51 description: Delay (default 100) to wait after driving gpio active [ms] 56 description: Delay (default 100) to wait after driving gpio inactive [ms] 61 description: Delay (default 3000) to wait after completing restart sequence [ms] 78 wait-delay = <3000>;
|
| D | regulator-poweroff.yaml | 15 CPU still running after a 3000ms delay, a warning is emitted.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/ |
| D | pl011.yaml | 83 poll-rate-ms: 86 default 100ms. 89 poll-timeout-ms: 92 3000ms. 93 default: 3000 110 poll-rate-ms: [ auto-poll ] 111 poll-timeout-ms: [ auto-poll ]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
| D | pl011.yaml | 87 poll-rate-ms: 90 default 100ms. 94 poll-timeout-ms: 97 3000ms. 99 default: 3000 107 poll-rate-ms: [ auto-poll ] 108 poll-timeout-ms: [ auto-poll ]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | rohm,bd71847-pmic.yaml | 65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 71 rohm,short-press-ms: 81 - 3000 92 rohm,long-press-ms: 99 - 3000 145 rohm,short-press-ms = <10>; 146 rohm,long-press-ms = <2000>;
|
| D | rohm,bd71837-pmic.yaml | 65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 71 rohm,short-press-ms: 81 - 3000 91 rohm,long-press-ms: 98 - 3000 142 rohm,short-press-ms = <10>; 143 rohm,long-press-ms = <2000>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | rohm,bd71847-pmic.yaml | 65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 71 rohm,short-press-ms: 81 - 3000 92 rohm,long-press-ms: 99 - 3000 146 rohm,short-press-ms = <10>; 147 rohm,long-press-ms = <2000>;
|
| D | rohm,bd71837-pmic.yaml | 59 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s 61 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s 65 rohm,short-press-ms: 75 - 3000 85 rohm,long-press-ms: 92 - 3000 136 rohm,short-press-ms = <10>; 137 rohm,long-press-ms = <2000>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | input-reset.txt | 18 timeout-ms: duration keys must be pressed together in milliseconds before 29 timeout-ms = <3000>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | input-reset.txt | 18 timeout-ms: duration keys must be pressed together in milliseconds before 29 timeout-ms = <3000>;
|
| D | azoteq,iqs7222.yaml | 129 azoteq,timeout-ati-ms: 134 Specifies the delay (in ms) before ATI is retried following an ATI error. 136 azoteq,rate-ati-ms: 139 description: Specifies the rate (in ms) at which ATI status is evaluated. 141 azoteq,timeout-np-ms: 145 Specifies the length of time (in ms) to wait for an event before moving 148 azoteq,rate-np-ms: 150 maximum: 3000 151 description: Specifies the report rate (in ms) during normal-power mode. 153 azoteq,timeout-lp-ms: [all …]
|
| /kernel/linux/linux-5.10/net/hsr/ |
| D | hsr_main.h | 21 #define HSR_LIFE_CHECK_INTERVAL 2000 /* ms */ 22 #define HSR_NODE_FORGET_TIME 60000 /* ms */ 23 #define HSR_ANNOUNCE_INTERVAL 100 /* ms */ 24 #define HSR_ENTRY_FORGET_TIME 400 /* ms */ 29 #define MAX_SLAVE_DIFF 3000 /* ms */ 36 #define PRUNE_PERIOD 3000 /* ms */
|
| /kernel/linux/linux-6.6/net/hsr/ |
| D | hsr_main.h | 22 #define HSR_LIFE_CHECK_INTERVAL 2000 /* ms */ 23 #define HSR_NODE_FORGET_TIME 60000 /* ms */ 24 #define HSR_ANNOUNCE_INTERVAL 100 /* ms */ 25 #define HSR_ENTRY_FORGET_TIME 400 /* ms */ 30 #define MAX_SLAVE_DIFF 3000 /* ms */ 37 #define PRUNE_PERIOD 3000 /* ms */
|
| /kernel/linux/linux-6.6/drivers/leds/ |
| D | leds-cht-wcove.c | 200 * period < 750 ms - select 2 HZ 201 * 750 ms <= period < 1500 ms - select 1 HZ 202 * 1500 ms <= period < 3000 ms - select 1/2 HZ 203 * 3000 ms <= period < 5000 ms - select 1/4 HZ 204 * 5000 ms <= period - return -1 212 else if (period < 3000) in cht_wc_leds_find_freq()
|
| D | leds-lp5523.c | 137 /* Chip startup time is 500 us, 1 - 2 ms gives some margin */ in lp5523_post_init_device() 310 /* Let the programs run for couple of ms and check the engine status */ in lp5523_init_program_engine() 311 usleep_range(3000, 6000); in lp5523_init_program_engine() 605 usleep_range(3000, 6000); /* ADC conversion time is typically 2.7 ms */ in lp5523_selftest() 611 usleep_range(3000, 6000); /* Was not ready. Wait little bit */ in lp5523_selftest() 630 /* let current stabilize 2 - 4ms before measurements start */ in lp5523_selftest() 634 /* ADC conversion time is 2.7 ms typically */ in lp5523_selftest() 635 usleep_range(3000, 6000); in lp5523_selftest() 641 usleep_range(3000, 6000); /* Was not ready. Wait. */ in lp5523_selftest()
|
| /kernel/linux/linux-5.10/drivers/power/reset/ |
| D | gpio-poweroff.c | 18 #define DEFAULT_TIMEOUT_MS 3000 68 device_property_read_u32(&pdev->dev, "active-delay-ms", &active_delay); in gpio_poweroff_probe() 69 device_property_read_u32(&pdev->dev, "inactive-delay-ms", in gpio_poweroff_probe() 71 device_property_read_u32(&pdev->dev, "timeout-ms", &timeout); in gpio_poweroff_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | cs35l33.txt | 31 20ms. If this property is set to 0,1,2,3 then ramp times would be 40ms, 32 60ms,100ms,175ms respectively for 48KHz sample rate. 72 from 0 to 7 for delays of 5ms, 10ms, 50ms, 100ms, 200ms, 500ms, 1000ms. 73 The default is 100ms. 80 The reference voltage starts at 3000mV with a value of 0x3 and is increased
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | cs35l33.txt | 31 20ms. If this property is set to 0,1,2,3 then ramp times would be 40ms, 32 60ms,100ms,175ms respectively for 48KHz sample rate. 72 from 0 to 7 for delays of 5ms, 10ms, 50ms, 100ms, 200ms, 500ms, 1000ms. 73 The default is 100ms. 80 The reference voltage starts at 3000mV with a value of 0x3 and is increased
|
| /kernel/linux/linux-6.6/drivers/power/reset/ |
| D | gpio-poweroff.c | 19 #define DEFAULT_TIMEOUT_MS 3000 69 device_property_read_u32(&pdev->dev, "active-delay-ms", &active_delay); in gpio_poweroff_probe() 70 device_property_read_u32(&pdev->dev, "inactive-delay-ms", in gpio_poweroff_probe() 72 device_property_read_u32(&pdev->dev, "timeout-ms", &timeout); in gpio_poweroff_probe()
|
| /kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
| D | iosm_ipc_imem_ops.h | 12 #define IPC_READ_TIMEOUT 3000 14 /* The delay in ms for defering the unregister */ 21 #define PSI_START_DEFAULT_TIMEOUT 3000
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | leds-lp5523.c | 133 /* Chip startup time is 500 us, 1 - 2 ms gives some margin */ in lp5523_post_init_device() 306 /* Let the programs run for couple of ms and check the engine status */ in lp5523_init_program_engine() 307 usleep_range(3000, 6000); in lp5523_init_program_engine() 601 usleep_range(3000, 6000); /* ADC conversion time is typically 2.7 ms */ in lp5523_selftest() 607 usleep_range(3000, 6000); /* Was not ready. Wait little bit */ in lp5523_selftest() 625 /* let current stabilize 2 - 4ms before measurements start */ in lp5523_selftest() 629 /* ADC conversion time is 2.7 ms typically */ in lp5523_selftest() 630 usleep_range(3000, 6000); in lp5523_selftest() 636 usleep_range(3000, 6000);/* Was not ready. Wait. */ in lp5523_selftest()
|
| /kernel/linux/linux-6.6/sound/xen/ |
| D | xen_snd_front_evtchnl.h | 18 /* Timeout in ms to wait for backend to respond. */ 19 #define VSND_WAIT_BACK_MS 3000
|