Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/drivers/regulator/
H A 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,
H A Dsky81452-regulator.c36 REGULATOR_LINEAR_RANGE(4500000, 0, 14, 250000),
/OK3568_Linux_fs/kernel/include/media/i2c/
H A Dlm3560.h45 * min 31250uA, step 31250uA, max 250000uA
49 #define LM3560_TORCH_BRT_MAX 250000
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dabp060mg.c48 [ABP250KG] = { .min = 0, .max = 250000 },
60 [ABP250KD] = { .min = -250000, .max = 250000 },
/OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/
H A Dtechpoint_tp9950.c19 .denominator = 250000,
39 .denominator = 250000,
59 .denominator = 250000,
80 .denominator = 250000,
H A Dtechpoint_tp2855.c105 .denominator = 250000,
138 .denominator = 250000,
156 .denominator = 250000,
174 .denominator = 250000,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dbattery.yaml135 re-charge-voltage-microvolt = <250000>;
145 factory-internal-resistance-micro-ohms = <250000>;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_dsi.h44 { 187500, 250000, 1, 5 },
45 { 250000, 375000, 0, 5 },
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax77693.txt68 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
112 15625 - 250000, step by 15625 (rounded down)
/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dtmp006.c71 {0, 500000}, {0, 250000} };
105 *val2 = 250000; in tmp006_read_raw()
/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_v4l2.c148 .denominator = 250000,
158 .denominator = 250000,
178 .denominator = 250000,
188 .denominator = 250000,
198 .denominator = 250000,
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-bwc.rst153 # echo 250000 > cpu.cfs_quota_us /* quota = 250ms */
154 # echo 250000 > cpu.cfs_period_us /* period = 250ms */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-spear.txt33 250000
/OK3568_Linux_fs/u-boot/configs/
H A Dls1012afrdm_qspi_defconfig14 …IG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000"
H A Dls1012ardb_qspi_defconfig14 …IG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000"
H A Dls1012ardb_qspi_SECURE_BOOT_defconfig14 …IG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000"
H A Dls1012aqds_qspi_defconfig14 …IG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000"
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dvia686a.c124 return (u8) clamp_val((val * 21024 - 1205000) / 250000, 0, 255); in IN_TO_REG()
126 return (u8) clamp_val((val * 15737 - 1205000) / 250000, 0, 255); in IN_TO_REG()
128 return (u8) clamp_val((val * 10108 - 1205000) / 250000, 0, 255); in IN_TO_REG()
142 return (long) ((250000 * val + 1330000 + 21024 / 2) / 21024); in IN_FROM_REG()
144 return (long) ((250000 * val + 1330000 + 15737 / 2) / 15737); in IN_FROM_REG()
146 return (long) ((250000 * val + 1330000 + 10108 / 2) / 10108); in IN_FROM_REG()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-sgm3140.yaml59 flash-max-timeout-us = <250000>;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0002-perf_examples-Remove-unused-sum-variable.patch35 for (x = 1; x < 250000; x++) {
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddtt200u.h38 * 02 - frequency (divided by 250000)
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_v4l2.c185 .denominator = 250000,
193 .denominator = 250000,
241 .denominator = 250000,
249 .denominator = 250000,
257 .denominator = 250000,
265 .denominator = 250000,
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/
H A Dsp9860g-1h10.dts48 internal-resistance-micro-ohms = <250000>;
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dmcp3422.c60 { 1000000, 500000, 250000, 125000 },
61 { 250000, 125000, 62500, 31250 },

1234567