Searched +full:100 +full:ms (Results 1 – 25 of 108) sorted by relevance
12345
| /Documentation/devicetree/bindings/sound/ |
| D | cs35l33.txt | 23 a value of 1 and will increase at a step size of 100mV until a maximum of 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. 81 by 100mV per step to a maximum of 5500mV.
|
| D | cirrus,cs42l42.yaml | 80 0 - 0ms 81 1 - 125ms 82 2 - 250ms 83 3 - 500ms 84 4 - 750ms 99 0 - 0ms 100 1 - 125ms 101 2 - 250ms 102 3 - 500ms 103 4 - 750ms [all …]
|
| D | rockchip,rk3328-codec.yaml | 37 spk-depop-time-ms: 72 spk-depop-time-ms = <100>;
|
| /Documentation/ABI/testing/ |
| D | sysfs-class-led-trigger-oneshot | 8 Defaults to 100 ms. 17 Defaults to 100 ms. 25 delay_on ms, then blink off for delay_off ms, leaving the LED 26 normally off. If set to 1, blink off for delay_off ms, then 27 blink on for delay_on ms, leaving the LED normally on.
|
| D | debugfs-intel-iommu | 192 <0.1us 0.1us-1us 1us-10us 10us-100us 100us-1ms 195 1ms-10ms >=10ms min(us) max(us) average(us) 201 <0.1us 0.1us-1us 1us-10us 10us-100us 100us-1ms 204 1ms-10ms >=10ms min(us) max(us) average(us) 214 <0.1us 0.1us-1us 1us-10us 10us-100us 100us-1ms 217 >=10ms min(us) max(us) average(us)
|
| D | sysfs-driver-xen-blkback | 17 removing 5% of max_persistent_grants every 100ms. 37 The default is 10ms.
|
| /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). 38 active-delay-ms: 39 default: 100 42 inactive-delay-ms: 43 default: 100 49 timeout-ms: 64 timeout-ms = <3000>;
|
| D | gpio-restart.yaml | 51 description: Delay (default 100) to wait after driving gpio active [ms] 52 default: 100 56 description: Delay (default 100) to wait after driving gpio inactive [ms] 57 default: 100 61 description: Delay (default 3000) to wait after completing restart sequence [ms] 62 default: 100 76 active-delay = <100>; 77 inactive-delay = <100>;
|
| /Documentation/fb/ |
| D | viafb.modes | 15 # Sync Width 3.813 us 0.064 ms 17 # Front Porch 0.636 us 0.318 ms 19 # Back Porch 1.907 us 1.048 ms 21 # Active Time 25.422 us 15.253 ms 23 # Blank Time 6.356 us 1.430 ms 40 # Sync Width 2.032 us 0.080 ms 42 # Front Porch 0.508 us 0.027 ms 44 # Back Porch 3.810 us 0.427 ms 46 # Active Time 20.317 us 12.800 ms 48 # Blank Time 6.349 us 0.533 ms [all …]
|
| /Documentation/leds/ |
| D | leds-mt6370-rgb.rst | 51 * Tr2: Second rising time for 31% - 100% load. 52 * Ton: On time for 100% load. 53 * Tf1: First falling time for 100% - 31% load. 57 * Tr1/Tr2/Tf1/Tf2/Ton: 125ms to 3125ms, 200ms per step. 58 * Toff: 250ms to 6250ms, 400ms per step. 64 This Will configure Tr1/Tr2/Tf1/Tf2 to 125m, Ton to 625ms, and Toff to 1050ms.
|
| /Documentation/admin-guide/device-mapper/ |
| D | delay.rst | 35 # Create mapped device named "delayed" delaying read, write and flush operations for 500ms. 42 # Create mapped device delaying write and flush operations for 400ms and 51 # Create mapped device delaying reads for 50ms, writes for 100ms and flushs for 333ms 54 dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 0 50 $2 0 100 $1 0 333"
|
| /Documentation/devicetree/bindings/serial/ |
| D | pl011.yaml | 83 poll-rate-ms: 86 default 100ms. 87 default: 100 89 poll-timeout-ms: 92 3000ms. 110 poll-rate-ms: [ auto-poll ] 111 poll-timeout-ms: [ auto-poll ]
|
| /Documentation/input/devices/ |
| D | cma3000_d0x.rst | 26 axis and supports 400, 100, 40 Hz sample frequency. 112 1: 100 Hz Measurement mode 116 5: 100 Hz Free fall mode 132 X: (X & 0x70) * 100 ms (MDTMR) 133 (X & 0x0F) * 2.5 ms (FFTMR 400 Hz) 134 (X & 0x0F) * 10 ms (FFTMR 100 Hz)
|
| /Documentation/translations/zh_CN/scheduler/ |
| D | sched-bwc.rst | 47 例如,让u_i = {x,e}_i,其中x是p(95)和x+e p(100)(传统的WCET)。这实际上允许u更小,提 78 cpu.cfs_period_us=100ms 104 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms) 174 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */ 175 # echo 250000 > cpu.cfs_period_us /* period = 250ms */ 181 # echo 1000000 > cpu.cfs_quota_us /* quota = 1000ms */ 182 # echo 500000 > cpu.cfs_period_us /* period = 500ms */ 190 # echo 10000 > cpu.cfs_quota_us /* quota = 10ms */ 191 # echo 50000 > cpu.cfs_period_us /* period = 50ms */ 200 # echo 20000 > cpu.cfs_quota_us /* quota = 20ms */ [all …]
|
| /Documentation/devicetree/bindings/display/panel/ |
| D | samsung,s6e8aa0.yaml | 32 description: delay after turning regulators on [ms] 36 description: delay after reset sequence [ms] 40 description: delay after initialization sequence [ms] 80 reset-delay = <100>; 81 init-delay = <100>;
|
| /Documentation/hwmon/ |
| D | nsa320.rst | 36 followed by an 8 bit fan speed in 100s of RPM and a 16 bit temperature in 53 the first clock pulse is reduced from 100 ms to just under 10ms then the chip 55 is reduced from 100 us to less than 15 us then data pulses are likely to be
|
| D | max31827.rst | 52 hysteresis value: -40 and -30 degrees for under temperature alarm and +100 and 83 - 64000 (ms) = 1 conv/64 sec 84 - 32000 (ms) = 1 conv/32 sec 85 - 16000 (ms) = 1 conv/16 sec 86 - 4000 (ms) = 1 conv/4 sec 87 - 1000 (ms) = 1 conv/sec (default) 88 - 250 (ms) = 4 conv/sec 89 - 125 (ms) = 8 conv/sec 98 - 8 bit -> 8.75 ms conversion time 99 - 9 bit -> 17.5 ms conversion time [all …]
|
| /Documentation/devicetree/bindings/pps/ |
| D | pps-gpio.yaml | 24 echo-active-ms: 25 description: Duration in ms of the active portion of the echo pulse. 48 echo-active-ms = <100>;
|
| /Documentation/scheduler/ |
| D | sched-bwc.rst | 43 For example, have u_i = {x,e}_i, where x is the p(95) and x+e p(100) 84 cpu.cfs_period_us=100ms 95 period is 1ms. There is also an upper bound on the period length of 1s. 120 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms) 163 Once a slice is assigned to a cpu it does not expire. However all but 1ms of 181 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only 186 also limits the burst ability to no more than 1ms per cpu. This provides 196 should also be considered, especially when single core usage hits 100%. If you 199 will use up to 1ms additional quota in some periods, thereby preventing the 210 If period is 250ms and quota is also 250ms, the group will get [all …]
|
| /Documentation/devicetree/bindings/phy/ |
| D | ti,phy-j721e-wiz.yaml | 64 typec-dir-debounce-ms: 65 minimum: 100 67 default: 100 70 If not specified, the default debounce of 100ms will be used. 71 Type-C spec states minimum CC pin debounce of 100 ms and maximum 72 of 200 ms. However, some solutions might need more than 200 ms.
|
| /Documentation/devicetree/bindings/mfd/ |
| D | st,stmpe.yaml | 157 2 = 100 us 159 4 = 1 ms 160 5 = 5 ms 161 6 = 10 ms 162 7 = 50 ms 170 1 = 100 us 172 3 = 1 ms 173 4 = 5 ms 174 5 = 10 ms 175 6 = 50 ms [all …]
|
| /Documentation/translations/zh_TW/admin-guide/mm/damon/ |
| D | usage.rst | 81 │ │ │ │ │ │ │ quotas/ms,bytes,reset_interval_ms 247 在 ``quotas`` 目錄下,存在三個文件(``ms``, ``bytes``, ``reset_interval_ms``)和一個 325 # echo 10 > quotas/ms 356 下面的命令將這些值設置爲5ms、100ms、1000ms、10和1000,然後再次檢查:: 404 例如,下面的命令將設置幾個地址範圍, ``1-100`` 和 ``100-200`` 作爲pid 42的初始監測目標 406 ``50-100`` 作爲pid 4242的地址,這是 ``target_ids`` 中的第二個(索引 ``1`` ):: 411 # echo "0 1 100 \ 412 0 100 200 \ 414 1 50 100" > init_regions 465 <ms> <sz> <reset interval> <priority weights> [all …]
|
| /Documentation/translations/zh_CN/admin-guide/mm/damon/ |
| D | usage.rst | 81 │ │ │ │ │ │ │ quotas/ms,bytes,reset_interval_ms 247 在 ``quotas`` 目录下,存在三个文件(``ms``, ``bytes``, ``reset_interval_ms``)和一个 325 # echo 10 > quotas/ms 356 下面的命令将这些值设置为5ms、100ms、1000ms、10和1000,然后再次检查:: 404 例如,下面的命令将设置几个地址范围, ``1-100`` 和 ``100-200`` 作为pid 42的初始监测目标 406 ``50-100`` 作为pid 4242的地址,这是 ``target_ids`` 中的第二个(索引 ``1`` ):: 411 # echo "0 1 100 \ 412 0 100 200 \ 414 1 50 100" > init_regions 465 <ms> <sz> <reset interval> <priority weights> [all …]
|
| /Documentation/ABI/stable/ |
| D | sysfs-bus-w1 | 7 100 ms - hence the tens-to-hundreds milliseconds scan intervals
|
| /Documentation/devicetree/bindings/power/supply/ |
| D | ti,lp8727.yaml | 25 debounce-ms: 26 description: interrupt debounce time in ms 53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA, 74 debounce-ms = <300>;
|
12345