/Linux-v6.1/Documentation/devicetree/bindings/power/supply/ |
D | richtek,rt9455.yaml | 35 richtek,battery-regulation-voltage: 44 richtek,min-input-voltage-regulation: 51 richtek,avg-input-current-regulation: 63 - richtek,battery-regulation-voltage 84 richtek,battery-regulation-voltage = <4200000>; 87 richtek,min-input-voltage-regulation = <4500000>; 88 richtek,avg-input-current-regulation = <500000>;
|
D | bq25890.yaml | 30 ti,battery-regulation-voltage: 72 ti,thermal-regulation-threshold: 88 - ti,battery-regulation-voltage 112 ti,battery-regulation-voltage = <4200000>; 121 ti,thermal-regulation-threshold = <120>;
|
D | bq24257.yaml | 29 ti,battery-regulation-voltage: 77 - ti,battery-regulation-voltage 99 ti,battery-regulation-voltage = <4200000>; 117 ti,battery-regulation-voltage = <4200000>;
|
D | bq2415x.yaml | 44 ti,battery-regulation-voltage: 71 - ti,battery-regulation-voltage 90 ti,battery-regulation-voltage = <4200>;
|
D | maxim,max77693.yaml | 42 maxim,thermal-regulation-celsius: 61 Threshold voltage in uV for triggering input voltage regulation loop.
|
D | mediatek,mt6370-charger.yaml | 29 hardware enters the "Minimum Input Voltage Regulation loop" and 36 - description: irq of "Minimum Input Voltage Regulation loop is active"
|
D | rohm,bd99954.yaml | 125 rohm,vsys-regulation-microvolt: 159 rohm,vsys-regulation-microvolt = <8960000>;
|
D | max77650-charger.yaml | 24 Minimum CHGIN regulation voltage.
|
D | mt6360_charger.yaml | 21 description: Maximum CHGIN regulation voltage in uV.
|
/Linux-v6.1/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 759 u8 regulation, bw, channel, rateSection; in PHY_ConvertTxPowerLimitToPowerIndex() local 763 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in PHY_ConvertTxPowerLimitToPowerIndex() 767 tempPwrLmt = pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][RF_PATH_A]; in PHY_ConvertTxPowerLimitToPowerIndex() 782 pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][rfPath] = tempValue; in PHY_ConvertTxPowerLimitToPowerIndex() 807 u8 *Regulation, in PHY_SetTxPowerLimit() argument 816 u8 regulation = 0, bandwidth = 0, rateSection = 0, channel; in PHY_SetTxPowerLimit() local 824 if (eqNByte(Regulation, (u8 *)("FCC"), 3)) in PHY_SetTxPowerLimit() 825 regulation = 0; in PHY_SetTxPowerLimit() 826 else if (eqNByte(Regulation, (u8 *)("MKK"), 3)) in PHY_SetTxPowerLimit() 827 regulation = 1; in PHY_SetTxPowerLimit() [all …]
|
D | odm_RegConfig8723B.c | 162 u8 *Regulation, in odm_ConfigBB_TXPWR_LMT_8723B() argument 172 Regulation, in odm_ConfigBB_TXPWR_LMT_8723B()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1129 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local 1132 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1136 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1144 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1145 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1147 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1148 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1150 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1151 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1153 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() [all …]
|
/Linux-v6.1/drivers/power/supply/ |
D | max77693_charger.c | 480 dev_err(chg->dev, "Wrong value for minimum system regulation voltage\n"); in max77693_set_min_system_volt() 488 dev_dbg(chg->dev, "Minimum system regulation voltage: %u (0x%x)\n", in max77693_set_min_system_volt() 509 dev_err(chg->dev, "Wrong value for thermal regulation loop temperature\n"); in max77693_set_thermal_regulation_temp() 515 dev_dbg(chg->dev, "Thermal regulation loop temperature: %u (0x%x)\n", in max77693_set_thermal_regulation_temp() 562 dev_err(chg->dev, "Wrong value for charge input voltage regulation threshold\n"); in max77693_set_charge_input_threshold_volt() 568 dev_dbg(chg->dev, "Charge input voltage regulation threshold: %u (0x%x)\n", in max77693_set_charge_input_threshold_volt() 646 if (of_property_read_u32(np, "maxim,thermal-regulation-celsius", in max77693_dt_init()
|
D | rt9455_charger.c | 181 * When the charger is in charge mode, REG02[7:2] represent battery regulation 802 * regulation voltage. F_VOREG bits represent either battery regulation voltage 804 * regulation voltage and boost output voltage are read from DT/ACPI during 826 * Before setting the charger into charge mode, battery regulation voltage is 828 * regulation voltage. F_VOREG bits represent either battery regulation voltage 830 * regulation voltage and boost output voltage are read from DT/ACPI during 1043 "Charger warning. Thermal regulation loop active\n"); in rt9455_irq_handler_check_irq2_register() 1213 "richtek,battery-regulation-voltage", in rt9455_discover_charger() 1216 dev_err(dev, "Error: missing \"battery-regulation-voltage\" property\n"); in rt9455_discover_charger() 1231 device_property_read_u32(dev, "richtek,min-input-voltage-regulation", in rt9455_discover_charger() [all …]
|
D | bd99954-charger.c | 75 u16 fc_reg_voltage; /* Fast Charging Regulation Voltage */ 82 u16 vsysreg_set; /* VSYS Regulation Setting */ 88 u16 vfastchg_reg_set1; /* Fast Charging Regulation Voltage */ 679 /* Fast Charge Voltage Regulation Setting */ in bd9995x_hw_init() 795 * Fast charging voltage regulation, starting re-charging limit 817 /* Possible VSYS voltage regulation values */ 936 .prop = "rohm,vsys-regulation-microvolt", in bd9995x_fw_probe()
|
/Linux-v6.1/Documentation/hwmon/ |
D | pxe1610.rst | 42 Used for Vcore power regulation for Intel VR13 based microprocessors 51 Used for DDR3/DDR4 Memory power regulation for Intel VR13 and
|
/Linux-v6.1/drivers/thermal/ |
D | gov_bang_bang.c | 73 * Regulation Logic: a two point regulation, deliver cooling state depending
|
/Linux-v6.1/drivers/staging/vt6656/ |
D | channel.h | 6 * Purpose: Country Regulation Rules header file
|
/Linux-v6.1/include/linux/regulator/ |
D | tps6507x.h | 3 * tps6507x.h -- Voltage regulation for the Texas Instruments TPS6507X
|
D | max8660.h | 3 * max8660.h -- Voltage regulation for the Maxim 8660/8661
|
D | act8865.h | 3 * act8865.h -- Voltage regulation for active-semi act88xx PMUs
|
D | max8952.h | 3 * max8952.h - Voltage regulation for the Maxim 8952
|
/Linux-v6.1/drivers/platform/x86/intel/int1092/ |
D | Kconfig | 12 data communication to modem for RF power regulation. Enable this config when
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8mq-librem5-r2.dts | 16 ti,battery-regulation-voltage = <4192000>; /* uV */
|
D | imx8mq-librem5-r3.dtsi | 25 ti,battery-regulation-voltage = <4200000>; /* uV */
|