Home
last modified time | relevance | path

Searched full:250000 (Results 1 – 25 of 159) sorted by relevance

1234567

/Linux-v6.1/drivers/regulator/
D88pm8607.c33 200000, 225000, 250000, 275000, 300000, 325000, 350000, 375000,
40 200000, 225000, 250000, 275000, 300000, 325000, 350000, 375000,
50 0, 50000, 100000, 150000, 200000, 250000, 300000, 350000,
61 0, 50000, 100000, 150000, 200000, 250000, 300000, 350000,
73 200000, 225000, 250000, 275000, 300000, 325000, 350000, 375000,
84 200000, 225000, 250000, 275000, 300000, 325000, 350000, 375000,
Dsky81452-regulator.c36 REGULATOR_LINEAR_RANGE(4500000, 0, 14, 250000),
/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Drun_bench_bloom_filter_map.sh13 for e in 10000 50000 75000 100000 250000 500000 750000 1000000 2500000 5000000; do
34 for e in 10000 50000 75000 100000 250000 500000 750000 1000000 2500000 5000000; do
/Linux-v6.1/include/media/i2c/
Dlm3560.h45 * min 31250uA, step 31250uA, max 250000uA
49 #define LM3560_TORCH_BRT_MAX 250000
/Linux-v6.1/drivers/iio/accel/
Dmma8452.c296 {6, 250000}, {1, 560000}
314 { {2, 0}, {1, 0}, {0, 500000}, {0, 250000} }, /* 50 Hz sample */
315 { {2, 0}, {1, 0}, {0, 500000}, {0, 250000} }, /* 12.5 Hz sample */
316 { {2, 0}, {1, 0}, {0, 500000}, {0, 250000} }, /* 6.25 Hz sample */
317 { {2, 0}, {1, 0}, {0, 500000}, {0, 250000} } /* 1.56 Hz sample */
324 { {2, 0}, {1, 0}, {0, 500000}, {0, 250000} },
325 { {0, 500000}, {0, 250000}, {0, 125000}, {0, 063000} },
326 { {0, 500000}, {0, 250000}, {0, 125000}, {0, 063000} },
327 { {0, 500000}, {0, 250000}, {0, 125000}, {0, 063000} }
343 { {2, 0}, {1, 0}, {0, 500000}, {0, 250000} },
[all …]
/Linux-v6.1/Documentation/translations/zh_CN/scheduler/
Dsched-bwc.rst174 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
175 # echo 250000 > cpu.cfs_period_us /* period = 250ms */
/Linux-v6.1/drivers/iio/pressure/
Dabp060mg.c48 [ABP250KG] = { .min = 0, .max = 250000 },
60 [ABP250KD] = { .min = -250000, .max = 250000 },
/Linux-v6.1/tools/testing/selftests/rlimits/
Drlimits-per-userns.c111 usleep(250000); in main()
135 usleep(250000); in main()
/Linux-v6.1/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt33 250000
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/
Dbattery.yaml151 re-charge-voltage-microvolt = <250000>;
161 factory-internal-resistance-micro-ohms = <250000>;
Dmaxim,max77693.yaml54 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dti,tps23861.yaml31 minimum: 250000
/Linux-v6.1/drivers/iio/temperature/
Dtmp006.c71 {0, 500000}, {0, 250000} };
105 *val2 = 250000; in tmp006_read_raw()
/Linux-v6.1/Documentation/devicetree/bindings/leds/
Dleds-sgm3140.yaml59 flash-max-timeout-us = <250000>;
Dkinetic,ktd2692.yaml81 flash-max-timeout-us = <250000>;
Dleds-lgm.yaml111 intel,sso-update-rate-hz = <250000>;
Dmaxim,max77693.yaml76 15625 - 250000, step by 15625 (rounded down)
Drichtek,rt8515.yaml105 flash-max-timeout-us = <250000>;
/Linux-v6.1/drivers/media/usb/dvb-usb/
Ddtt200u.h38 * 02 - frequency (divided by 250000)
/Linux-v6.1/drivers/power/supply/
Dsmb347-charger.c248 [SMB345] = { 150000, 250000, 350000, 450000 },
249 [SMB347] = { 100000, 150000, 200000, 250000 },
250 [SMB358] = { 150000, 250000, 350000, 450000 },
258 200000, 250000, 500000, 600000 },
276 [SMB347] = { 250000, 700000, 900000, 1200000 },
1348 return val & CFG_OTG_CURRENT_LIMIT_750mA ? 750000 : 250000; in smb347_usb_vbus_get_current_limit()
1422 ret = smb347_usb_vbus_set_new_current_limit(smb, 250000); in smb347_usb_vbus_regulator_enable()
/Linux-v6.1/arch/arm64/boot/dts/sprd/
Dsp9860g-1h10.dts48 internal-resistance-micro-ohms = <250000>;
/Linux-v6.1/drivers/hwmon/
Dvia686a.c126 return (u8) clamp_val((val * 21024 - 1205000) / 250000, 0, 255); in IN_TO_REG()
128 return (u8) clamp_val((val * 15737 - 1205000) / 250000, 0, 255); in IN_TO_REG()
130 return (u8) clamp_val((val * 10108 - 1205000) / 250000, 0, 255); in IN_TO_REG()
144 return (long) ((250000 * val + 1330000 + 21024 / 2) / 21024); in IN_FROM_REG()
146 return (long) ((250000 * val + 1330000 + 15737 / 2) / 15737); in IN_FROM_REG()
148 return (long) ((250000 * val + 1330000 + 10108 / 2) / 10108); in IN_FROM_REG()
/Linux-v6.1/arch/m68k/hp300/
Dtime.c52 #define HP300_TIMER_CLOCK_FREQ 250000
/Linux-v6.1/drivers/iio/adc/
Dmcp3422.c60 { 1000000, 500000, 250000, 125000 },
61 { 250000, 125000, 62500, 31250 },
/Linux-v6.1/Documentation/scheduler/
Dsched-bwc.rst213 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
214 # echo 250000 > cpu.cfs_period_us /* period = 250ms */

1234567