/linux-6.12.1/tools/testing/selftests/ftrace/test.d/preemptirq/ |
D | irqsoff_tracer.tc | 49 grep -E -q "5.....us : <stack trace>" trace || fail 51 # Check for 500ms of latency 52 grep -E -q "latency: 5..... us" trace || fail 72 grep -E -q "5.....us : <stack trace>" trace || fail 74 # Check for 500ms of latency 75 grep -E -q "latency: 5..... us" trace || fail
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | nuvoton,nau8825.yaml | 128 - 0 # 500 ns 129 - 1 # 1 us 130 - 2 # 2 us 131 - 3 # 4 us 139 - 0 # 2 us 140 - 1 # 4 us 141 - 2 # 8 us 142 - 3 # 16 us 184 The default value is 125 and range between 125 to 500 ms. 186 maximum: 500
|
D | cirrus,cs42l43.yaml | 95 cirrus,detect-us: 135 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 136 default: 500 142 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 143 default: 500 165 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 166 default: 500 172 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 173 default: 500 242 description: Set input debounce in uS
|
/linux-6.12.1/Documentation/devicetree/bindings/thermal/ |
D | thermal-idle.yaml | 34 duration-us: 38 exit-latency-us: 77 duration-us = <10000>; 78 exit-latency-us = <500>; 93 duration-us = <10000>; 94 exit-latency-us = <500>;
|
/linux-6.12.1/drivers/leds/ |
D | leds-lp5569.c | 96 #define LP5569_STARTUP_SLEEP 500 244 /* Wait 500 us for device to enter NORMAL state */ in lp5569_led_open_test() 245 usleep_range(500, 750); in lp5569_led_open_test() 257 /* Wait 500 us for device to fill status regs */ in lp5569_led_open_test() 258 usleep_range(500, 750); in lp5569_led_open_test() 346 /* Wait 500 us for device to enter NORMAL state */ in lp5569_led_short_test() 347 usleep_range(500, 750); in lp5569_led_short_test() 355 /* Wait 500 us for device to fill status regs */ in lp5569_led_short_test() 356 usleep_range(500, 750); in lp5569_led_short_test()
|
/linux-6.12.1/drivers/regulator/ |
D | bd96801-regulator.c | 142 * 00 => 1 mV/uS 143 * 01 => 5 mV/uS 144 * 10 => 10 mV/uS 145 * 11 => 20 mV/uS 207 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-h", 500, 209 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-l", 500, 211 BD96801_IRQINFO(BD96801_PROT_OCP, "buck1-over-curr-n", 500, 213 BD96801_IRQINFO(BD96801_PROT_OVP, "buck1-over-voltage", 500, 215 BD96801_IRQINFO(BD96801_PROT_UVP, "buck1-under-voltage", 500, 217 BD96801_IRQINFO(BD96801_PROT_TEMP, "buck1-over-temp", 500, [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/cpu/ |
D | idle-states.yaml | 396 entry-latency-us: 400 exit-latency-us: 403 The exit-latency-us duration may be guaranteed only after 404 entry-latency-us has passed. 406 min-residency-us: 412 wakeup-latency-us: 418 entry-latency-us + exit-latency-us 422 systems entry-latency-us + exit-latency-us will exceed 423 wakeup-latency-us by this duration. 434 - entry-latency-us [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6ull-dhcom-picoitx.dts | 50 reset-assert-us = <500>; 51 reset-deassert-us = <500>;
|
D | imx6ull-dhcom-som.dtsi | 131 reset-assert-us = <500>; 132 reset-deassert-us = <500>; 147 reset-assert-us = <500>; 148 reset-deassert-us = <500>;
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | psci.yaml | 217 entry-latency-us = <10>; 218 exit-latency-us = <10>; 219 min-residency-us = <100>; 228 entry-latency-us = <500>; 229 exit-latency-us = <500>; 230 min-residency-us = <2000>; 236 entry-latency-us = <2000>; 237 exit-latency-us = <2000>; 238 min-residency-us = <6000>;
|
/linux-6.12.1/sound/soc/codecs/ |
D | wcd-clsh-v2.c | 188 * 500us sleep is required after buck enable/disable in wcd_clsh_buck_ctrl() 191 usleep_range(500, 500 + WCD_USLEEP_RANGE); in wcd_clsh_buck_ctrl() 206 * 500us sleep is required after buck enable/disable in wcd_clsh_v3_buck_ctrl() 209 usleep_range(500, 510); in wcd_clsh_v3_buck_ctrl() 219 /* 500usec delay is needed as per HW requirement */ in wcd_clsh_v3_buck_ctrl() 220 usleep_range(500, 500 + WCD_USLEEP_RANGE); in wcd_clsh_v3_buck_ctrl() 240 * 500us sleep is required after flyback enable/disable in wcd_clsh_flyback_ctrl() 243 usleep_range(500, 500 + WCD_USLEEP_RANGE); in wcd_clsh_flyback_ctrl() 467 * 100us sleep is required after flyback enable/disable in wcd_clsh_v3_flyback_ctrl() 474 /* 500usec delay is needed as per HW requirement */ in wcd_clsh_v3_flyback_ctrl() [all …]
|
D | max98373.c | 88 9, 10, TLV_DB_SCALE_ITEM(500, 100, 0), 101 0, 1, TLV_DB_SCALE_ITEM(-3000, 500, 0), 105 10, 13, TLV_DB_SCALE_ITEM(-500, 100, 0), 126 "17.5us", "35us", "70us", "140us", 127 "280us", "560us", "1120us", "2240us" 144 "10us", "20us", "40us", "80us", 145 "160us", "320us", "640us", "1.28ms", 155 "40us", "80us", "160us", "320us", 156 "640us", "1.28ms", "2.56ms", "5.120ms",
|
/linux-6.12.1/drivers/hwmon/ |
D | hwmon-vid.c | 30 * http://support.amd.com/us/Processor_TechDocs/26094.PDF 35 * http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25759.pdf 38 * http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf 43 * http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/33610.pdf 86 return (vid + 500) / 1000; in vid_from_reg() 93 return (1600000 - (val - 2) * 6250 + 500) / 1000; in vid_from_reg() 138 /* Exception for Eden ULV 500 MHz */ in vid_from_reg() 145 return val > 0x77 ? 0 : (1500000 - (val * 12500) + 500) / 1000; in vid_from_reg() 231 * + quirk for Eden ULV 500 MHz).
|
/linux-6.12.1/Documentation/leds/ |
D | leds-qcom-lpg.rst | 19 The each PWM channel can operate with a period between 27us and 384 seconds and 44 "255 500 255 0 0 500 0 0" 59 "255 1000 255 0 0 500 0 0 255 500 255 0 0 500 0 0"
|
/linux-6.12.1/arch/arm64/boot/dts/sprd/ |
D | ums9620.dtsi | 88 CPU5: cpu@500 { 117 entry-latency-us = <1000>; 118 exit-latency-us = <500>; 119 min-residency-us = <2500>; 126 entry-latency-us = <4000>; 127 exit-latency-us = <4000>; 128 min-residency-us = <10000>;
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | ti,nspire-keypad.yaml | 32 description: How often to scan in us. Based on a APB speed of 33MHz, the 33 maximum and minimum delay time is ~2000us and ~500us respectively 37 description: How long to wait between scanning each row in us.
|
/linux-6.12.1/tools/power/pm-graph/ |
D | sleepgraph.8 | 104 visible. The value is a float: e.g. 0.001 represents 1 us. 168 The value is a float: e.g. 0.001 represents 1 us. 189 Number of significant digits in timestamps (0:S, [3:ms], 6:us). 301 Run two suspends back to back, include a 500ms delay before, after, and in between runs. 303 \f(CW$ sudo sleepgraph -m mem -rtcwake 15 -x2 -predelay 500 -x2delay 500 -postdelay 500\fR
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-lm3697.txt | 31 - ramp-up-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt 32 - ramp-down-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt 55 ramp-up-us = <5000>; 56 ramp-down-us = <1000>; 65 ramp-up-us = <500>; 66 ramp-down-us = <1000>;
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | st,stmpe.yaml | 155 0 = 10 us 156 1 = 50 us 157 2 = 100 us 158 3 = 500 us - recommended 169 0 = 10 us 170 1 = 100 us 171 2 = 500 us - recommended
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/ |
D | dcn401_clk_mgr_smu_msg.c | 184 smu_print("SMU Get hard min status: no_timeout %d delay %d us clk bits %x\n", in dcn401_smu_get_hard_min_status() 204 /* hardmin not yet fulfilled, wait 500us and retry*/ in dcn401_smu_wait_hard_min_status() 205 udelay(500); in dcn401_smu_wait_hard_min_status() 206 total_delay_us += 500; in dcn401_smu_wait_hard_min_status() 208 smu_print("SMU Wait hard min status for %d us\n", total_delay_us); in dcn401_smu_wait_hard_min_status()
|
/linux-6.12.1/arch/arm/mach-imx/ |
D | cpuidle-imx6sx.c | 86 * ARM gating 31us * 5 + RBC clear 65us 88 * to 300us. 91 .target_residency = 500, 110 * sw2iso and sw can be set to one 32K cycle = 31us in imx6sx_cpuidle_init()
|
/linux-6.12.1/arch/mips/loongson2ef/lemote-2f/ |
D | ec_kb3310b.h | 34 * EC delay time is 500us for register and status access 36 #define EC_REG_DELAY 500 /* unit : us */
|
/linux-6.12.1/Documentation/accounting/ |
D | psi.rst | 63 (in us) is tracked and exported as well, to allow detection of latency 74 time window, e.g. 100ms of total stall time within any 500ms window to 83 <some|full> <stall amount in us> <time window in us> 102 The kernel accepts window sizes ranging from 500ms to 10s, therefore min
|
/linux-6.12.1/tools/testing/selftests/timers/ |
D | change_skew.c | 2 * by: john stultz (johnstul@us.ibm.com) 60 int ppm[5] = {0, 250, 500, -250, -500}; in main()
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | apq8039-t2.dts | 50 startup-delay-us = <300>; 62 startup-delay-us = <300>; 74 startup-delay-us = <300>; 152 qcom,mbhc-vthreshold-low = <75 150 237 450 500>; 153 qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
|