| /Linux-v5.15/tools/power/pm-graph/config/ |
| D | suspend-x2-proc.cfg | 58 # Time delay between the two test runs in ms (default: 0 ms) 59 x2delay: 1000 62 # Include an N ms delay before (1st) suspend (default: 0 ms) 63 predelay: 1000 66 # Include an N ms delay after (last) resume (default: 0 ms) 67 postdelay: 1000 70 # graph only devices longer than min in the timeline (default: 0.001 ms) 84 # provide callgraph data for blocks longer than min (default: 0.001 ms) 88 # Number of significant digits in timestamps (0:S, [3:ms], 6:us)
|
| /Linux-v5.15/drivers/net/wireless/ti/wl12xx/ |
| D | conf.h | 41 * 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) 128 * Range: 0 - 1000 (%) 136 * Range: 0 - 1000 (%) 144 * Range: 0 - 1000 (%) 152 * Range: 0 - 1000 (%) [all …]
|
| /Linux-v5.15/drivers/leds/ |
| D | leds-clevo-mail.c | 119 if (*delay_on == 0 /* ms */ && *delay_off == 0 /* ms */) { in clevo_mail_led_blink() 124 *delay_on = 1000; /* ms */ in clevo_mail_led_blink() 125 *delay_off = 1000; /* ms */ in clevo_mail_led_blink() 129 } else if (*delay_on == 500 /* ms */ && *delay_off == 500 /* ms */) { in clevo_mail_led_blink() 134 } else if (*delay_on == 1000 /* ms */ && *delay_off == 1000 /* ms */) { in clevo_mail_led_blink()
|
| /Linux-v5.15/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: 77 - 1000 92 rohm,long-press-ms: 97 - 1000 146 rohm,short-press-ms = <10>; 147 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: 77 - 1000 91 rohm,long-press-ms: 96 - 1000 142 rohm,short-press-ms = <10>; 143 rohm,long-press-ms = <2000>;
|
| /Linux-v5.15/drivers/usb/chipidea/ |
| D | otg_fsm.h | 20 * TA_VBUS_RISE <= 100ms, section 4.4 25 #define TA_WAIT_VFALL (1000) /* a_wait_vfall: section 7.1.7 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 */ 58 #define TB_SE0_SRP (1000) /* b_idle,minimum 1s, section:5.1.2 */ 62 #define TB_AIDL_BDIS (20) /* 4ms ~ 150ms, section 5.2.1 */
|
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ |
| D | cs35l36.txt | 28 1000 = 1uH (Default) 61 (in ms) before the Class H algorithm switches to the weak-FET voltage 64 0 = 0ms 65 1 = 5ms 66 2 = 10ms 67 3 = 50ms 68 4 = 100ms (Default) 69 5 = 200ms 70 6 = 500ms 71 7 = 1000ms [all …]
|
| D | da7219.txt | 48 - dlg,micbias-pulse-time : Mic bias higher voltage pulse duration (ms) 49 - dlg,btn-cfg : Periodic button press measurements for 4-pole jack (ms) 52 [<200>, <500>, <750>, <1000>] 53 - dlg,jack-ins-deb : Debounce time for jack insertion (ms) 54 [<5>, <10>, <20>, <50>, <100>, <200>, <500>, <1000>] 57 - dlg,jack-rem-deb : Debounce time for jack removal (ms)
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | txtimestamp.sh | 10 # set 1ms delay on lo egress 11 tc qdisc add dev lo root netem delay 1ms 13 # set 2ms delay on ifb0 egress 17 tc qdisc add dev ifb_netem0 root netem delay 2ms 27 # SND will be delayed 1000us 28 # ACK will be delayed 6000us: 1 + 2 ms round-trip 29 local -r args="$@ -v 1000 -V 6000"
|
| /Linux-v5.15/arch/mips/cavium-octeon/executive/ |
| D | cvmx-spi.c | 204 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_reset_cb() local 218 __delay(10 * MS); in cvmx_spi_reset_cb() 268 __delay(100 * MS); in cvmx_spi_reset_cb() 275 __delay(100 * MS); in cvmx_spi_reset_cb() 435 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_clock_detect_cb() local 442 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_clock_detect_cb() 467 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_clock_detect_cb() 512 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_training_cb() local 513 uint64_t timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_training_cb() 530 __delay(1000 * MS); in cvmx_spi_training_cb() [all …]
|
| /Linux-v5.15/net/mac80211/ |
| D | rc80211_minstrel_ht_debugfs.c | 22 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() 121 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_dump() 126 eprob = MINSTREL_TRUNC(mrs->prob_avg * 1000); 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() [all …]
|
| /Linux-v5.15/drivers/iommu/intel/ |
| D | perf.c | 82 else if (latency < 1000) in dmar_latency_update() 107 " 100us-1ms", " 1ms-10ms", " >=10ms", 144 val = div_u64(val, 1000); in dmar_latency_snapshot() 147 val = div_u64(val, 1000); in dmar_latency_snapshot() 151 val = div_u64(val, (lstat[i].samples * 1000)); in dmar_latency_snapshot()
|
| /Linux-v5.15/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 …]
|
| /Linux-v5.15/drivers/media/dvb-frontends/ |
| D | horus3a.c | 170 u32 symbol_rate = p->symbol_rate/1000; in horus3a_set_params() 173 u32 ms = 0; in horus3a_set_params() local 187 frequency = DIV_ROUND_CLOSEST(frequency, 1000) * 1000; in horus3a_set_params() 195 /* Assumed that fREF == 1MHz (1000kHz) */ in horus3a_set_params() 196 ms = DIV_ROUND_CLOSEST((frequency * mixdiv) / 2, 1000); in horus3a_set_params() 197 if (ms > 0x7FFF) { /* 15 bit */ in horus3a_set_params() 292 data[0] = (u8)((ms >> 7) & 0xFF); in horus3a_set_params() 293 data[1] = (u8)((ms << 1) & 0xFF); in horus3a_set_params() 309 priv->frequency = ms * 2 * 1000 / mixdiv; in horus3a_set_params() 353 /* wait 4ms after power on */ in horus3a_attach()
|
| /Linux-v5.15/Documentation/scheduler/ |
| D | sched-bwc.rst | 41 cpu.cfs_period_us=100ms 50 The minimum quota allowed for the quota or period is 1ms. There is also an 70 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms) 110 Once a slice is assigned to a cpu it does not expire. However all but 1ms of 128 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only 133 also limits the burst ability to no more than 1ms per cpu. This provides 146 will use up to 1ms additional quota in some periods, thereby preventing the 157 If period is 250ms and quota is also 250ms, the group will get 158 1 CPU worth of runtime every 250ms. 160 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */ [all …]
|
| /Linux-v5.15/tools/testing/selftests/netfilter/ |
| D | nft_zones_many.sh | 82 echo "PASS: added 10000 entries in $duration ms (now $i total, loop $j)" 90 echo "PASS: inserted $count entries from packet path in $duration ms total" 93 …echo "FAIL: inserted $count entries from packet path in $duration ms total, expected $max_zones en… 115 … --timeout 3600 --state ESTABLISHED --sport 12345 --dport 1000 --zone $i >/dev/null 2>&1 118 … --timeout 3600 --state ESTABLISHED --sport 12345 --dport 1000 --zone $i > /dev/null 128 echo "PASS: added 10000 entries in $duration ms (now $i total)" 137 echo "PASS: inserted $count entries via ctnetlink in $duration ms" 140 …L: inserted $count entries via ctnetlink in $duration ms, expected $max_zones entries ($duration m…
|
| /Linux-v5.15/Documentation/devicetree/bindings/leds/ |
| D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms). 9 the tuple with duration less than dimming interval (50ms) is treated as a step 17 echo 0 1000 255 2000 > pattern 20 1000 milliseconds, then back to zero intensity in 2000 milliseconds: 37 echo 0 1000 0 0 255 2000 255 0 > pattern
|
| /Linux-v5.15/Documentation/admin-guide/mm/damon/ |
| D | usage.rst | 48 example, below commands set those values to 5 ms, 100 ms, 1,000 ms, 10 and 49 1000, and then check it again:: 52 # echo 5000 100000 1000000 10 1000 > attrs 54 5000 100000 1000000 10 1000
|
| /Linux-v5.15/drivers/iio/magnetometer/ |
| D | mmc35240.c | 56 #define MMC35240_WAIT_SET_RESET 1000 /* us */ 71 /* scale = 1000 here for Y otp */ 78 #define MMC35240_Y_COEFF(y) (y + 1000) 84 MMC35240_16_BITS_SLOW = 0, /* 7.92 ms */ 85 MMC35240_16_BITS_FAST, /* 4.08 ms */ 86 MMC35240_14_BITS, /* 2.16 ms */ 87 MMC35240_12_BITS, /* 1.20 ms */ 255 data->axis_scale[1] = 1000; in mmc35240_init() 278 /* minimum wait time to complete measurement is 10 ms */ in mmc35240_take_measurement() 332 *val = (raw[AXIS_X] - nfo) * 1000 / sens[AXIS_X]; in mmc35240_raw_to_mgauss() [all …]
|
| /Linux-v5.15/Documentation/hwmon/ |
| D | ds1621.rst | 112 - DS1621 - 750ms (older devices may take up to 1000ms) 113 - DS1625 - 500ms 114 - DS1631 - 93ms..750ms for 9..12 bits resolution, respectively. 115 - DS1721 - 93ms..750ms for 9..12 bits resolution, respectively. 116 - DS1731 - 93ms..750ms for 9..12 bits resolution, respectively. 119 On the DS1621, internal access to non-volatile registers may last for 10ms 197 $ echo 1000 > update_interval 217 - 93.75ms = minimum conversion time
|
| /Linux-v5.15/drivers/watchdog/ |
| D | ux500_wdt.c | 25 #define WATCHDOG_MAX28 268435 /* 28 bit resolution in ms == 268435.455 s */ 26 #define WATCHDOG_MAX32 4294967 /* 32 bit resolution in ms == 4294967.295 s */ 59 prcmu_load_a9wdog(PRCMU_WDOG_ALL, timeout * 1000); in ux500_wdt_set_timeout() 106 prcmu_load_a9wdog(PRCMU_WDOG_ALL, timeout * 1000); in ux500_wdt_probe() 125 prcmu_load_a9wdog(PRCMU_WDOG_ALL, timeout * 1000); in ux500_wdt_suspend() 137 prcmu_load_a9wdog(PRCMU_WDOG_ALL, timeout * 1000); in ux500_wdt_resume()
|
| /Linux-v5.15/drivers/hwmon/ |
| D | lochnagar-hwmon.c | 27 #define LN2_CURR_UNITS 1000 28 #define LN2_VOLT_UNITS 1000 29 #define LN2_TEMP_UNITS 1000 62 * @precision: Units to multiply up to eg. 1000 = milli, 1000000 = micro 115 1000, 10000); in do_measurement() 125 * Actual measurement time is ~1.67mS per sample, approximate this in do_measurement() 126 * with a 1.5mS per sample msleep and then poll for success up to in do_measurement() 127 * ~0.17mS * 1023 (LN2_MAX_NSAMPLES). Normally for smaller values in do_measurement() 155 1000, 10000); in request_data() 276 *val = DIV_ROUND_CLOSEST(interval, 1000); in lochnagar_read() [all …]
|
| /Linux-v5.15/drivers/net/wireless/ti/wlcore/ |
| D | conf.h | 462 /* Time in ms for Tx watchdog timer to expire */ 723 * Specifies the dynamic PS timeout in ms that will be used 737 * frame in ms. 739 * Range: 1000 - 3600000 815 * Range: 0 - 60000 ms 853 * Range: u32 tu/1000 860 * connected interface. It shouldn't exceed 30000 (~30ms) to avoid 863 * Range: u32 tu/1000 873 * Range: u32 tu/1000 881 * Range: u32 tu/1000 [all …]
|
| /Linux-v5.15/drivers/iio/light/ |
| D | vl6180.c | 73 #define VL6180_ALS_IT_100 0x63 /* 100 ms */ 279 * Available Ambient Light Sensor gain settings, 1/1000th, and 283 1000, 1250, 1670, 2500, 5000, 10000, 20000, 40000 309 *val2 = 1000; in vl6180_read_raw() 316 /* one ALS count is 0.32 Lux @ gain 1, IT 100 ms */ in vl6180_read_raw() 317 *val = 32000; /* 0.32 * 1000 * 100 */ in vl6180_read_raw() 324 *val2 = 1000; in vl6180_read_raw() 333 *val2 = 1000; in vl6180_read_raw() 367 gain = (val * 1000000 + val2) / 1000; in vl6180_set_als_gain() 395 it_ms = DIV_ROUND_CLOSEST(val2, 1000); /* round to ms */ in vl6180_set_it() [all …]
|
| /Linux-v5.15/drivers/phy/marvell/ |
| D | phy-pxa-28nm-hsic.c | 48 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() 80 dev_err(&pdev->dev, "HSIC PHY PLL not locked after 100mS."); in mv_hsic_phy_init() 114 dev_warn(&pdev->dev, "HSIC PHY READY not set after 100mS."); in mv_hsic_phy_power_on()
|