Home
last modified time | relevance | path

Searched +full:3000 +full:ms (Results 1 – 25 of 231) sorted by relevance

12345678910

/linux-6.14.4/Documentation/devicetree/bindings/power/reset/
Dgpio-poweroff.yaml15 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).
38 active-delay-ms:
42 inactive-delay-ms:
49 timeout-ms:
50 default: 3000
64 timeout-ms = <3000>;
Dgpio-restart.yaml51 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>;
Dregulator-poweroff.yaml15 CPU still running after a 3000ms delay, a warning is emitted.
/linux-6.14.4/Documentation/devicetree/bindings/serial/
Dpl011.yaml83 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 ]
/linux-6.14.4/drivers/leds/
Dleds-lp5523.c88 /* Chip startup time is 500 us, 1 - 2 ms gives some margin */ in lp5523_post_init_device()
163 /* Let the programs run for couple of ms and check the engine status */ in lp5523_init_program_engine()
164 usleep_range(3000, 6000); in lp5523_init_program_engine()
206 usleep_range(3000, 6000); /* ADC conversion time is typically 2.7 ms */ in lp5523_selftest()
212 usleep_range(3000, 6000); /* Was not ready. Wait little bit */ in lp5523_selftest()
231 /* let current stabilize 2 - 4ms before measurements start */ in lp5523_selftest()
235 /* ADC conversion time is 2.7 ms typically */ in lp5523_selftest()
236 usleep_range(3000, 6000); in lp5523_selftest()
242 usleep_range(3000, 6000); /* Was not ready. Wait. */ in lp5523_selftest()
Dleds-cht-wcove.c200 * 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()
/linux-6.14.4/net/hsr/
Dhsr_main.h22 #define HSR_LIFE_CHECK_INTERVAL 2000 /* ms */
23 #define HSR_NODE_FORGET_TIME 60000 /* ms */
24 #define HSR_PROXY_NODE_FORGET_TIME 60000 /* ms */
25 #define HSR_ANNOUNCE_INTERVAL 100 /* ms */
26 #define HSR_ENTRY_FORGET_TIME 400 /* ms */
31 #define MAX_SLAVE_DIFF 3000 /* ms */
38 #define PRUNE_PERIOD 3000 /* ms */
39 #define PRUNE_PROXY_PERIOD 3000 /* ms */
/linux-6.14.4/drivers/gpu/drm/panel/
Dpanel-jdi-lpm102a188a.c94 /* Specified by JDI @ 50ms, subject to change */ in jdi_panel_unprepare()
104 /* Specified by JDI @ 150ms, subject to change */ in jdi_panel_unprepare()
109 /* T4 = 1ms */ in jdi_panel_unprepare()
110 usleep_range(1000, 3000); in jdi_panel_unprepare()
114 /* T5 = 2ms */ in jdi_panel_unprepare()
119 /* T6 = 2ms plus some time to discharge capacitors */ in jdi_panel_unprepare()
123 /* Specified by JDI @ 20ms, subject to change */ in jdi_panel_unprepare()
208 /* T1 = 2ms */ in jdi_panel_prepare()
216 /* T2 = 1ms */ in jdi_panel_prepare()
217 usleep_range(1000, 3000); in jdi_panel_prepare()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Drohm,bd71847-pmic.yaml65 # 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>;
Drohm,bd71837-pmic.yaml65 # 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>;
/linux-6.14.4/Documentation/devicetree/bindings/input/
Dinput-reset.txt18 timeout-ms: duration keys must be pressed together in milliseconds before
29 timeout-ms = <3000>;
Dazoteq,iqs7222.yaml129 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 …]
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dcs35l33.txt31 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
/linux-6.14.4/drivers/power/reset/
Dgpio-poweroff.c20 #define DEFAULT_TIMEOUT_MS 3000
81 device_property_read_u32(&pdev->dev, "active-delay-ms", &gpio_poweroff->active_delay_ms); in gpio_poweroff_probe()
82 device_property_read_u32(&pdev->dev, "inactive-delay-ms", in gpio_poweroff_probe()
84 device_property_read_u32(&pdev->dev, "timeout-ms", &gpio_poweroff->timeout_ms); in gpio_poweroff_probe()
/linux-6.14.4/drivers/net/wwan/iosm/
Diosm_ipc_imem_ops.h12 #define IPC_READ_TIMEOUT 3000
14 /* The delay in ms for defering the unregister */
21 #define PSI_START_DEFAULT_TIMEOUT 3000
/linux-6.14.4/sound/xen/
Dxen_snd_front_evtchnl.h18 /* Timeout in ms to wait for backend to respond. */
19 #define VSND_WAIT_BACK_MS 3000
/linux-6.14.4/tools/testing/selftests/net/packetdrill/
Dtcp_user_timeout_user-timeout-probe.pkt17 +0 setsockopt(4, SOL_TCP, TCP_USER_TIMEOUT, [3000], 4) = 0
27 // When qdisc is congested we retry every 500ms
Dtcp_fast_recovery_prr-ss-ack-below-snd_una-cubic.pkt17 // RTT 10ms
32 +0 > . 4001:7001(3000) ack 1
/linux-6.14.4/Documentation/devicetree/bindings/usb/
Dmaxim,max33359.yaml71 sink-pdos = <PDO_FIXED(5000, 3000,
76 sink-bc12-completion-time-ms = <500>;
/linux-6.14.4/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp2_transition.c215 set_watchdog_in_ms(hdcp, 3000, output); in mod_hdcp_hdcp2_transition()
220 * 200 ms, so delay 210 ms instead of 200 ms in mod_hdcp_hdcp2_transition()
269 * measurement is slightly greater than 3000 ms. in mod_hdcp_hdcp2_transition()
270 * Delay 100 ms to ensure it is fully timeout in mod_hdcp_hdcp2_transition()
524 set_watchdog_in_ms(hdcp, 3000, output); in mod_hdcp_hdcp2_dp_transition()
/linux-6.14.4/tools/perf/tests/
Dhists_cumulate.c167 #define DSO(he) (dso__short_name(map__dso(he->ms.map)))
168 #define SYM(he) (he->ms.sym->name)
171 #define CDSO(cl) (dso__short_name(map__dso(cl->ms.map)))
172 #define CSYM(cl) (cl->ms.sym->name)
487 { 3000, 1000, "bash", "bash", "main" }, in test3()
488 { 3000, 1000, "perf", "perf", "cmd_record" }, in test3()
607 { 3000, 1000, "bash", "bash", "main" }, in test4()
608 { 3000, 1000, "perf", "perf", "cmd_record" }, in test4()
/linux-6.14.4/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfq.json35 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq limit 3000",
38 "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit 3000p",
181 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq refill_delay 100ms",
184 … "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit 10000p flow_limit 100p.*refill_delay 100ms",
/linux-6.14.4/sound/soc/codecs/
Dmax98363.c338 "8ms", "20ms", "40ms", "60ms",
339 "80ms", "160ms", "240ms", "320ms",
340 "400ms", "480ms", "560ms", "640ms",
341 "720ms", "800ms", "880ms", "960ms"
417 pm_runtime_set_autosuspend_delay(dev, 3000); in max98363_init()
/linux-6.14.4/drivers/scsi/bnx2fc/
Dbnx2fc_constants.h75 /* E_D_TOV timer resolution in ms */
82 /* REC timer resolution in ms */
88 /* E_D_TOV timer default wraparound value (2 sec) in 20 ms resolution */
92 /* REC_TOV timer default wraparound value (3 sec) in 20 ms resolution */
94 (3000 / FCOE_REC_TIMER_RESOLUTION_MS)
/linux-6.14.4/drivers/iio/pressure/
Dmpl115.c42 usleep_range(3000, 4000); in mpl115_request()
213 * As the device takes 3 ms to come up with a fresh in mpl115_probe()
214 * reading after power-on and 5 ms to actually power-on, in mpl115_probe()
216 * 2000 ms. in mpl115_probe()

12345678910