/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi_buf_trans.c | 53 /* Idx NT mV d T mV d db */ 126 /* Idx NT mV d T mV df db */ 362 /* Idx NT mV diff db */ 381 /* Idx NT mV diff db */ 389 { .bxt = { 43, 0, 0, 128, } }, /* 7: 300 0 */ 390 { .bxt = { 54, 0, 0, 101, } }, /* 8: 300 1.5 */ 391 { .bxt = { 48, 0, 0, 128, } }, /* 9: 300 0 */ 403 /* Idx NT mV diff db */ 424 /* NT mV Trans mV db */ 443 /* NT mV Trans mV db */ [all …]
|
/linux/drivers/hwmon/ |
H A D | ltc4260.c | 36 /* Return the voltage from the given register in mV or mA */ 49 /* 10 mV resolution. Convert to mV. */ in ltc4260_get_value() 53 /* 400 mV resolution. Convert to mV. */ in ltc4260_get_value() 58 * 300 uV resolution. Convert to current as measured with in ltc4260_get_value() 64 val = val * 300; in ltc4260_get_value()
|
H A D | ltc2947-core.c | 64 /* in mV */ 66 #define VOLTAGE_MIN -300 504 u8 lsb = 2; /* in mV */ in ltc2947_read_in()
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | nvidia,tegra-regulators-coupling.txt | 12 The CORE and RTC voltages shall be in a range of 170mV from each other 13 and they both shall be higher than the CPU voltage by at least 120mV. 19 and CPU voltages shall be in a range of 300mV from each other and CORE 20 voltage shall be higher than the CPU by N mV, where N depends on the CPU
|
H A D | richtek,rt5739.yaml | 14 programmable output voltage from 300mV to 1300mV with wide input voltage
|
/linux/drivers/usb/typec/tcpm/ |
H A D | maxim_contaminant.c | 39 #define FLADC_1uA_CC_OFFSET_MV 300 114 int mv; in max_contaminant_read_resistance_kohm() local 136 mv = max_contaminant_read_adc_mv(chip, channel, sleep_msec, raw, true); in max_contaminant_read_resistance_kohm() 137 if (mv < 0) in max_contaminant_read_resistance_kohm() 145 return mv; in max_contaminant_read_resistance_kohm() 158 mv = max_contaminant_read_adc_mv(chip, channel, sleep_msec, raw, true); in max_contaminant_read_resistance_kohm() 159 if (mv < 0) in max_contaminant_read_resistance_kohm() 171 return mv; in max_contaminant_read_resistance_kohm()
|
/linux/drivers/scsi/ |
H A D | ch.c | 52 static int timeout_move = 300; 55 "(default: 300 seconds)"); 711 struct changer_move mv; in ch_ioctl() local 713 if (copy_from_user(&mv, argp, sizeof (mv))) in ch_ioctl() 716 if (0 != ch_checkrange(ch, mv.cm_fromtype, mv.cm_fromunit) || in ch_ioctl() 717 0 != ch_checkrange(ch, mv.cm_totype, mv.cm_tounit )) { in ch_ioctl() 724 ch->firsts[mv.cm_fromtype] + mv.cm_fromunit, in ch_ioctl() 725 ch->firsts[mv.cm_totype] + mv.cm_tounit, in ch_ioctl() 726 mv.cm_flags & CM_INVERT); in ch_ioctl() 733 struct changer_exchange mv; in ch_ioctl() local [all …]
|
/linux/drivers/cpufreq/ |
H A D | omap-cpufreq.c | 72 dev_dbg(mpu_dev, "cpufreq-omap: %u MHz, %ld mV --> %u MHz, %ld mV\n", in omap_target() 130 cpufreq_generic_init(policy, freq_table, 300 * 1000); in omap_cpu_init()
|
/linux/tools/testing/selftests/power_supply/ |
H A D | test_power_supply_properties.sh | 88 # an electric vehicle battery with over 300V. But most devices do not 92 # common mistake is reporting data in mV instead of µV.
|
/linux/drivers/power/supply/ |
H A D | adp5061.c | 119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 131 100, 150, 200, 250, 300, 400, 500, 600, 700, 212 /* Convert from uV to mV */ in adp5061_set_min_voltage() 280 /* Convert from uV to mV */ in adp5061_set_max_voltage() 301 /* Convert from uV to mV */ in adp5061_set_const_chg_vmax() 407 /* Convert from uV to mV */ in adp5061_set_vweak_th()
|
H A D | 88pm860x_battery.c | 165 /* V_MEAS(mV) = data * 1.8 * 1000 / (2^12) */ in measure_12bit_voltage() 181 /* V_BATT_MEAS(mV) = value * 3 * 1.8 * 1000 / (2^12) */ in measure_vbatt() 200 /* V_BATT_MEAS(mV) = data * 3 * 1.8 * 1000 / (2^12) */ in measure_vbatt() 569 /* measured Vtbat(mV) / Ibias_current(11uA)*/ in measure_temp() 611 dev_dbg(info->dev, "temp_C:%d C,temp_mv:%d mv\n", temp, *data); in measure_temp() 950 info->resistor = 300; /* set default internal resistor */ in pm860x_battery_probe()
|
H A D | wm831x_power.c | 195 { 300, 6 << WM831X_CHG_FAST_ILIM_SHIFT }, 227 { 300, 8 << WM831X_CHG_TIME_SHIFT }, 291 "target voltage", "mV"); in wm831x_config_battery()
|
H A D | bq25890_charger.c | 317 310, 305, 300, 290, 285, 280, 275, 270, 636 /* converted_val = 2.304V + ADC_val * 20mV (table 10.3.15) */ in bq25890_power_supply_get_property() 1107 dev_info(bq->dev, "Hi-voltage charging requested, input voltage is %d mV\n", in bq25890_pump_express_work() 1212 /* converted_val = 2.304V + ADC_val * 20mV (table 10.3.15) */ in bq25890_vsys_get_voltage()
|
/linux/drivers/regulator/ |
H A D | bd71815-regulator.c | 31 10, 20, 30, 50, 70, 100, 200, 300, 500, 700, 1000, 2000, 3000, 4000, 254 * 00: 10.00mV/usec 10mV 1uS 255 * 01: 5.00mV/usec 10mV 2uS 256 * 10: 2.50mV/usec 10mV 4uS 257 * 11: 1.25mV/usec 10mV 8uS
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | qcom,qca807x.yaml | 61 description: set the TX Amplifier value in mv. 64 240, 260, 280, 300, 320,
|
/linux/Documentation/admin-guide/media/ |
H A D | gspca-cardlist.rst | 24 spca500 041e:400a Creative PC-CAM 300 59 sn9c2028 0458:7005 Genius Smart 300, version 2 77 sunplus 0461:0821 Fujifilm MV-1 126 zc3xx 0471:0326 Philips SPC 300 NC 138 sunplus 04a5:300a Benq DC 3410 139 spca500 04a5:300c Benq DC 1016 194 spca500 055f:c200 Mustek Gsmart 300 208 nw80x 055f:d001 Mustek Wcam 300 mini 306 pac7302 093a:2627 Genius FaceCam 300 307 pac7302 093a:2628 Genius iLook 300 [all …]
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A D | smu14_driver_if_v14_0.h | 397 #define EPCS_LOW_POWER 300 757 uint16_t VddGfxVmax; // in mV 820 uint16_t VddGfxVmax; // in mV 964 uint16_t InitGfx; // In mV(Q2) , should be 0? 965 uint16_t InitSoc; // In mV(Q2) 966 uint16_t InitVddIoMem; // In mV(Q2) MemVdd 967 uint16_t InitVddCiMem; // In mV(Q2) VMemP 1019 uint16_t DcTol; // mV Q2 1020 uint16_t DcBtcGb; // mV Q2 1022 uint16_t DcBtcMin; // mV Q2 [all …]
|
/linux/drivers/soc/tegra/ |
H A D | regulators-tegra30.c | 184 * CPU voltage should not got lower than 300mV from the CORE. in tegra30_voltage_update() 185 * CPU voltage should stay below the CORE by 100mV+, depending in tegra30_voltage_update()
|
/linux/rust/kernel/ |
H A D | rbtree.rs | 35 /// tree.try_create_and_insert(30, 300, flags::GFP_KERNEL)?; 41 /// assert_eq!(tree.get(&30).unwrap(), &300); 49 /// assert_eq!(iter.next().unwrap(), (&30, &300)); 66 /// assert_eq!(iter.next().unwrap(), (&30, &300)); 126 /// tree.try_create_and_insert(30, 300, flags::GFP_KERNEL)?; 133 /// assert_eq!(iter.next().unwrap(), (&30, &300)); 520 /// tree.try_create_and_insert(30, 300, flags::GFP_KERNEL)?; 534 /// assert_eq!(next, (&30, &300)); 541 /// assert_eq!(current, (&30, &300)); 559 /// tree.try_create_and_insert(30, 300, flag 828 fn mv(self, direction: Direction) -> Option<Self> { mv() method [all...] |
/linux/include/uapi/linux/ |
H A D | fb.h | 108 #define FB_ACCEL_SIS_GLAMOUR 36 /* SiS 300/630/540 */ 140 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */ 142 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */ 144 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */
|
H A D | v4l2-controls.h | 470 #define V4L2_CID_MPEG_VIDEO_H263_I_FRAME_QP (V4L2_CID_CODEC_BASE+300) 1860 * @mv_probs: mv decoding probability. 2700 #define V4L2_CID_STATELESS_VP9_FRAME (V4L2_CID_CODEC_STATELESS_BASE + 300) 2826 * @mv: motion vector probability updates. 2854 struct v4l2_vp9_mv_probs mv; member 3095 * @V4L2_AV1_SEG_LVL_REF_GLOBALMV: Index for global mv feature.
|
/linux/sound/soc/codecs/ |
H A D | ab8500-codec.c | 1344 "250mV", "300mV", "350mV", "400mV", 1345 "450mV", "500mV", "550mV", "600mV", 1346 "650mV", "700mV", "750mV", "800mV", 1347 "850mV", "900mV", "950mV", "1.00V" };
|
/linux/drivers/iio/gyro/ |
H A D | adis16260.c | 84 #define ADIS16260_SPI_SLOW (u32)(300 * 1000) 215 *val2 = 831500; /* 1.8315 mV */ in adis16260_read_raw()
|
/linux/Documentation/translations/ja_JP/ |
H A D | SubmittingPatches | 76 mv linux-2.6.12 linux-2.6.12-vanilla 250 未圧縮で 300KB を超えるようであるなら、インターネット上のアクセス可能な
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru.dtsi | 308 * there will not be a big jump. Technically we only need to get within 200 mV 419 i2c-scl-rising-time-ns = <300>; 429 i2c-scl-rising-time-ns = <300>;
|