Home
last modified time | relevance | path

Searched +full:100 +full:ms (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/Linux-v5.15/drivers/leds/trigger/
Dledtrig-activity.c73 /* We come here every 100ms in the worst case, so that's 100M ns of in led_activity_function()
87 usage = 100; in led_activity_function()
89 usage = 100 * diff_used / diff_boot; in led_activity_function()
100 * (typically 10ms every second, or 10ms ON, 990ms OFF). Then we want in led_activity_function()
104 * cycle (10ms ON, 90ms OFF). After this point, the blinking frequency in led_activity_function()
106 * the activity, up to the point where we have 90ms ON, 10ms OFF when in led_activity_function()
112 * - a target CPU usage of min(50%, 100%/#CPU) for a 10% duty cycle in led_activity_function()
113 * (10ms ON, 90ms OFF) in led_activity_function()
118 * ON_ms = 10 + (usage-target)/(100%-target) * 80 in led_activity_function()
119 * OFF_ms = 90 - (usage-target)/(100%-target) * 80 in led_activity_function()
[all …]
/Linux-v5.15/tools/power/cpupower/bench/
DREADME-BENCH34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which
41 This part of the configuration file will create 25ms load/sleep turns,
48 Will increase load and sleep time by 25ms 5 times.
50 25ms load/sleep time repeated 20 times (cycles).
51 50ms load/sleep time repeated 20 times (cycles).
53 100ms load/sleep time repeated 20 times (cycles).
69 100% CPU load (load) | 0 % CPU load (sleep) | round
70 25 ms | 25 ms | 1
71 50 ms | 50 ms | 2
73 For example if ondemand governor is configured to have a 50ms
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/power/reset/
Dgpio-poweroff.txt12 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>;
Dgpio-restart.txt40 - 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]
43 sequence [ms]
51 active-delay = <100>;
52 inactive-delay = <100>;
/Linux-v5.15/Documentation/fb/
Dviafb.modes15 # 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 …]
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs35l33.txt23 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.
Dcs42l42.txt33 0 - 0ms,
34 1 - 125ms,
35 2 - 250ms,
36 3 - 500ms,
37 4 - 750ms,
45 0 - 0ms,
46 1 - 125ms,
47 2 - 250ms,
48 3 - 500ms,
49 4 - 750ms,
[all …]
/Linux-v5.15/include/linux/usb/
Dpd.h276 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */
277 #define PDO_PPS_APDO_MIN_VOLT_SHIFT 8 /* 100mV units */
284 ((((mv) / 100) & PDO_PPS_APDO_VOLT_MASK) << PDO_PPS_APDO_MIN_VOLT_SHIFT)
286 ((((mv) / 100) & PDO_PPS_APDO_VOLT_MASK) << PDO_PPS_APDO_MAX_VOLT_SHIFT)
333 PDO_PPS_APDO_VOLT_MASK) * 100; in pdo_pps_apdo_min_voltage()
339 PDO_PPS_APDO_VOLT_MASK) * 100; in pdo_pps_apdo_max_voltage()
458 #define PD_T_SEND_SOURCE_CAP 150 /* 100 - 200 ms */
459 #define PD_T_SENDER_RESPONSE 60 /* 24 - 30 ms, relaxed */
460 #define PD_T_RECEIVER_RESPONSE 15 /* 15ms max */
463 #define PD_T_SINK_WAIT_CAP 310 /* 310 - 620 ms */
[all …]
/Linux-v5.15/sound/soc/codecs/
Dmax98373.c88 9, 10, TLV_DB_SCALE_ITEM(500, 100, 0),
91 0, 9, TLV_DB_SCALE_ITEM(800, 100, 0),
95 2, 4, TLV_DB_SCALE_ITEM(100, 100, 0),
98 0, 9, TLV_DB_SCALE_ITEM(800, 100, 0),
105 10, 13, TLV_DB_SCALE_ITEM(-500, 100, 0),
106 14, 15, TLV_DB_SCALE_ITEM(-100, 50, 0),
109 0, 15, TLV_DB_SCALE_ITEM(-1500, 100, 0),
135 "45ms", "225ms", "450ms", "1150ms",
136 "2250ms", "3100ms", "4500ms", "6750ms"
145 "160us", "320us", "640us", "1.28ms",
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt16 2 -> 100 us
18 4 -> 1 ms
19 5 -> 5 ms
20 6 -> 10 ms
21 7 -> 50 ms
24 1 -> 100 us
26 3 -> 1 ms
27 4 -> 5 ms
28 5 -> 10 ms
29 6 -> 50 ms
[all …]
/Linux-v5.15/samples/bpf/
Dtracex3_user.c16 #define SLOTS 100
68 printf("|1ns |10ns |100ns |1us |10us |100us" in print_banner()
69 " |1ms |10ms |100ms |1s |10s\n"); in print_banner()
71 printf("|1us |10us |100us |1ms |10ms " in print_banner()
72 "|100ms |1s |10s\n"); in print_banner()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-led-trigger-oneshot8 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.
/Linux-v5.15/drivers/usb/chipidea/
Dotg_fsm.h18 #define TA_WAIT_VRISE (100) /* a_wait_vrise: section 7.1.2
20 * TA_VBUS_RISE <= 100ms, section 4.4
31 * and 30000 ms, section 5.5, Table 5-1
34 #define TA_AIDL_BDIS (5000) /* a_suspend min 200 ms, section 5.2.1
39 * 500ms is used for B switch to host
48 #define TB_DATA_PLS (10) /* b_srp_init,continue 5~10ms
56 #define TB_ASE0_BRST (155) /* minimum 155 ms, section:5.3.1 */
62 #define TB_AIDL_BDIS (20) /* 4ms ~ 150ms, section 5.2.1 */
/Linux-v5.15/Documentation/devicetree/bindings/serial/
Dpl011.yaml82 poll-rate-ms:
85 default 100ms.
86 default: 100
88 poll-timeout-ms:
91 3000ms.
100 poll-rate-ms: [ auto-poll ]
101 poll-timeout-ms: [ auto-poll ]
/Linux-v5.15/net/mac80211/
Drc80211_minstrel_ht_debugfs.c22 struct minstrel_debugfs_info *ms; in minstrel_stats_read() local
24 ms = file->private_data; in minstrel_stats_read()
25 return simple_read_from_buffer(buf, len, ppos, ms->buf, ms->len); in minstrel_stats_read()
124 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_dump()
148 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_open() local
152 ms = kmalloc(32768, GFP_KERNEL); in minstrel_ht_stats_open()
153 if (!ms) in minstrel_ht_stats_open()
156 file->private_data = ms; in minstrel_ht_stats_open()
157 p = ms->buf; in minstrel_ht_stats_open()
179 ms->len = p - ms->buf; in minstrel_ht_stats_open()
[all …]
/Linux-v5.15/arch/microblaze/kernel/
Dmcount.S16 /* FIXME MS: I think that I don't need to save all regs */
44 swi r28, r1, 100; \
75 lwi r28, r1, 100; \
88 /* MS: It is just barrier which is removed from C code */
109 /* MS: jump over graph function - replaced from C code */
112 addik r5, r1, 120; /* MS: load parent addr */
113 addik r6, r15, 0; /* MS: load current function addr */
116 /* MS: graph was taken that's why - can jump over function trace */
122 /* MS: test function trace if is taken or not */
126 beqid r5, end; /* MS: not taken -> jump over */
[all …]
/Linux-v5.15/tools/testing/selftests/rseq/
Drun_param_test.sh34 SLOW_REPS=100
107 echo "Yield injection (100%)"
116 echo "Kill injection (100%)"
119 echo "Sleep injection (1ms, 25%)"
122 echo "Sleep injection (1ms, 50%)"
125 echo "Sleep injection (1ms, 100%)"
/Linux-v5.15/Documentation/input/devices/
Dcma3000_d0x.rst26 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)
/Linux-v5.15/drivers/iommu/intel/
Dperf.h22 COUNTS_10e5, /* 10us ~ 100us */
23 COUNTS_10e6, /* 100us ~ 1ms */
24 COUNTS_10e7, /* 1ms ~ 10ms */
25 COUNTS_10e8_plus, /* 10ms and plus*/
/Linux-v5.15/drivers/thermal/
Dcpuidle_cooling.c35 * which is fixed. If we reach 100% of idle injection ratio, that
42 * running = idle x ((100 / ratio) - 1)
46 * running = (idle x 100) / ratio - idle
49 * with 10ms of idle injection and 10ms of running duration.
59 return ((idle_duration_us * 100) / state) - idle_duration_us; in cpuidle_cooling_runtime()
67 * The function always returns 100 as the injection ratio. It is
78 * unify that to an 0..100 interval, so the set state in cpuidle_cooling_get_max_state()
81 * The state 100% will make the cluster 100% ... idle. A 0% in cpuidle_cooling_get_max_state()
83 * means for 10ms of idle injection, we have 10ms of running in cpuidle_cooling_get_max_state()
86 *state = 100; in cpuidle_cooling_get_max_state()
/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dti,phy-j721e-wiz.yaml70 typec-dir-debounce-ms:
71 minimum: 100
73 default: 100
76 If not specified, the default debounce of 100ms will be used.
77 Type-C spec states minimum CC pin debounce of 100 ms and maximum
78 of 200 ms. However, some solutions might need more than 200 ms.
/Linux-v5.15/drivers/hid/
Dhid-microsoft.c62 struct ms_data *ms = hid_get_drvdata(hdev); in ms_report_fixup() local
63 unsigned long quirks = ms->quirks; in ms_report_fixup()
89 * the MS office kb labelled "Office Home" and "Task Pane". in ms_ergonomy_kb_quirk()
186 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapping() local
187 unsigned long quirks = ms->quirks; in ms_input_mapping()
213 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapped() local
214 unsigned long quirks = ms->quirks; in ms_input_mapped()
225 struct ms_data *ms = hid_get_drvdata(hdev); in ms_event() local
226 unsigned long quirks = ms->quirks; in ms_event()
235 /* Handling MS keyboards special buttons */ in ms_event()
[all …]
/Linux-v5.15/drivers/net/wireless/ti/wl12xx/
Dconf.h41 * Range: 0 - 255 (ms)
50 * Range: 0 - 255 (ms)
59 * Range: 0 - 255 (ms)
68 * Range: 0 - 255 (ms)
77 * Range: 0 - 255 (ms)
86 * Range: 0 - 255 (ms)
179 * Range: 0 - 100 (%)
186 * Range: 0 - 100000 (ms)
220 * Range: 0 - 100
227 * Range: 0 - 255 (ms)
[all …]
/Linux-v5.15/drivers/phy/marvell/
Dphy-pxa-28nm-usb2.c142 static int wait_for_reg(void __iomem *reg, u32 mask, u32 ms) in wait_for_reg() argument
147 1000, 1000 * ms); in wait_for_reg()
211 100); in mv_usb2_phy_28nm_init()
213 dev_warn(&pdev->dev, "USB PHY PLL calibrate not done after 100mS."); in mv_usb2_phy_28nm_init()
217 PHY_28NM_RX_SQCAL_DONE, 100); in mv_usb2_phy_28nm_init()
219 dev_warn(&pdev->dev, "USB PHY RX SQ calibrate not done after 100mS."); in mv_usb2_phy_28nm_init()
223 ret = wait_for_reg(base + PHY_28NM_PLL_REG0, PHY_28NM_PLL_READY, 100); in mv_usb2_phy_28nm_init()
225 dev_warn(&pdev->dev, "PLL_READY not set after 100mS."); in mv_usb2_phy_28nm_init()
Dphy-pxa-28nm-hsic.c48 static int wait_for_reg(void __iomem *reg, u32 mask, u32 ms) in wait_for_reg() argument
53 1000, 1000 * ms); in wait_for_reg()
78 PHY_28NM_HSIC_H2S_PLL_LOCK, 100); in mv_hsic_phy_init()
80 dev_err(&pdev->dev, "HSIC PHY PLL not locked after 100mS."); in mv_hsic_phy_init()
112 PHY_28NM_HSIC_H2S_IMPCAL_DONE, 100); in mv_hsic_phy_power_on()
114 dev_warn(&pdev->dev, "HSIC PHY READY not set after 100mS."); in mv_hsic_phy_power_on()

12345678910>>...45