/Linux-v6.6/drivers/gpu/drm/i915/display/ |
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-v6.6/drivers/hwmon/ |
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()
|
D | ltc2947-core.c | 63 /* in mV */ 65 #define VOLTAGE_MIN -300 503 u8 lsb = 2; /* in mV */ in ltc2947_read_in()
|
/Linux-v6.6/Documentation/devicetree/bindings/regulator/ |
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
|
D | richtek,rt5739.yaml | 14 programmable output voltage from 300mV to 1300mV with wide input voltage
|
/Linux-v6.6/drivers/crypto/marvell/cesa/ |
D | cipher.c | 520 .cra_driver_name = "mv-ecb-des", 521 .cra_priority = 300, 571 .cra_driver_name = "mv-cbc-des", 572 .cra_priority = 300, 629 .cra_driver_name = "mv-ecb-des3-ede", 630 .cra_priority = 300, 683 .cra_driver_name = "mv-cbc-des3-ede", 684 .cra_priority = 300, 756 .cra_driver_name = "mv-ecb-aes", 757 .cra_priority = 300, [all …]
|
D | hash.c | 949 .cra_driver_name = "mv-md5", 950 .cra_priority = 300, 1020 .cra_driver_name = "mv-sha1", 1021 .cra_priority = 300, 1094 .cra_driver_name = "mv-sha256", 1095 .cra_priority = 300, 1266 ret = mv_cesa_ahmac_setkey("mv-md5", key, keylen, &istate, &ostate); in mv_cesa_ahmac_md5_setkey() 1304 .cra_driver_name = "mv-hmac-md5", 1305 .cra_priority = 300, 1337 ret = mv_cesa_ahmac_setkey("mv-sha1", key, keylen, &istate, &ostate); in mv_cesa_ahmac_sha1_setkey() [all …]
|
/Linux-v6.6/drivers/usb/typec/tcpm/ |
D | maxim_contaminant.c | 38 #define FLADC_1uA_CC_OFFSET_MV 300 117 int mv; in max_contaminant_read_resistance_kohm() local 138 mv = max_contaminant_read_adc_mv(chip, channel, sleep_msec, raw, true); in max_contaminant_read_resistance_kohm() 139 if (mv < 0) in max_contaminant_read_resistance_kohm() 147 return mv; in max_contaminant_read_resistance_kohm() 160 mv = max_contaminant_read_adc_mv(chip, channel, sleep_msec, raw, true); in max_contaminant_read_resistance_kohm() 161 if (mv < 0) in max_contaminant_read_resistance_kohm() 173 return mv; in max_contaminant_read_resistance_kohm()
|
/Linux-v6.6/drivers/scsi/ |
D | ch.c | 52 static int timeout_move = 300; 55 "(default: 300 seconds)"); 702 struct changer_move mv; in ch_ioctl() local 704 if (copy_from_user(&mv, argp, sizeof (mv))) in ch_ioctl() 707 if (0 != ch_checkrange(ch, mv.cm_fromtype, mv.cm_fromunit) || in ch_ioctl() 708 0 != ch_checkrange(ch, mv.cm_totype, mv.cm_tounit )) { in ch_ioctl() 715 ch->firsts[mv.cm_fromtype] + mv.cm_fromunit, in ch_ioctl() 716 ch->firsts[mv.cm_totype] + mv.cm_tounit, in ch_ioctl() 717 mv.cm_flags & CM_INVERT); in ch_ioctl() 724 struct changer_exchange mv; in ch_ioctl() local [all …]
|
/Linux-v6.6/drivers/cpufreq/ |
D | omap-cpufreq.c | 75 dev_dbg(mpu_dev, "cpufreq-omap: %u MHz, %ld mV --> %u MHz, %ld mV\n", in omap_target() 133 cpufreq_generic_init(policy, freq_table, 300 * 1000); in omap_cpu_init()
|
/Linux-v6.6/drivers/iio/light/ |
D | cm3605.c | 83 dev_dbg(cm3605->dev, "read %d mV from ADC\n", res); in cm3605_get_lux() 86 * AOUT has an offset of ~30mV then linear at dark in cm3605_get_lux() 88 * (1550 mV) so scale the returned value to this interval in cm3605_get_lux() 184 cm3605->als_max = 300; in cm3605_probe()
|
/Linux-v6.6/drivers/power/supply/ |
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()
|
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 /* meausered 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()
|
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()
|
/Linux-v6.6/drivers/regulator/ |
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-v6.6/Documentation/admin-guide/media/ |
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-v6.6/drivers/soc/tegra/ |
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-v6.6/include/uapi/linux/ |
D | fb.h | 107 #define FB_ACCEL_SIS_GLAMOUR 36 /* SiS 300/630/540 */ 139 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */ 141 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */ 143 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */
|
/Linux-v6.6/sound/soc/codecs/ |
D | tlv320adc3xxx.c | 644 "0mV", "15mV", "30mV", "45mV", "60mV", "75mV", "90mV", "105mV", 645 "-15mV", "-30mV", "-45mV", "-60mV", "-75mV", "-90mV", "-105mV" 667 1, 3, TLV_DB_SCALE_ITEM(-2000, 300, 0),
|
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-v6.6/drivers/iio/gyro/ |
D | adis16260.c | 84 #define ADIS16260_SPI_SLOW (u32)(300 * 1000) 215 *val2 = 831500; /* 1.8315 mV */ in adis16260_read_raw()
|
/Linux-v6.6/Documentation/translations/ja_JP/ |
D | SubmittingPatches | 76 mv linux-2.6.12 linux-2.6.12-vanilla 250 未圧縮で 300KB を超えるようであるなら、インターネット上のアクセス可能な
|
/Linux-v6.6/Documentation/translations/zh_TW/process/ |
D | submitting-patches.rst | 79 mv linux-3.19 linux-3.19-vanilla 286 300kb,那麼它幾乎肯定需要被破壞。
|
/Linux-v6.6/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 309 * there will not be a big jump. Technically we only need to get within 200 mV 420 i2c-scl-rising-time-ns = <300>; 430 i2c-scl-rising-time-ns = <300>;
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 627 * at 820 mV; "m 0 350 810" will update mclk level 0 to be 350 MHz at 628 * 810 mV. When you have edited all of the states as needed, write 650 * - voltage offset(in mV) applied on target voltage calculation. 692 * are indexed by 0, 1 and 2. E.g., "vc 0 300 600" will update 693 * point1 with clock set as 300Mhz and voltage as 600mV. "vc 2 695 * voltage 1000mV. 700 * - "vc 0 10" will update the voltage offset for point1 as 10mv. 701 * - "vc 5 -10" will update the voltage offset for point6 as -10mv. 3469 seq_printf(m, "\t%u mV (VDDGFX)\n", value); in amdgpu_debugfs_pm_info_pp() 3471 seq_printf(m, "\t%u mV (VDDNB)\n", value); in amdgpu_debugfs_pm_info_pp()
|