/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | rt9455_charger.txt | 15 - richtek,battery-regulation-voltage: integer, maximum battery voltage in uV. 20 - richtek,min-input-voltage-regulation: integer, input voltage level in uV, used to 26 - richtek,avg-input-current-regulation: integer, input current value in uA drained by the 41 richtek,battery-regulation-voltage = <4200000>; 44 richtek,min-input-voltage-regulation = <4500000>; 45 richtek,avg-input-current-regulation = <500000>;
|
D | bq25890.txt | 14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV); 33 - ti,thermal-regulation-threshold: integer, temperature above which the charge 50 ti,battery-regulation-voltage = <4200000>; 59 ti,thermal-regulation-threshold = <120>;
|
D | bq24257.txt | 11 - ti,battery-regulation-voltage: integer, maximum charging voltage in uV. 43 ti,battery-regulation-voltage = <4200000>; 56 ti,battery-regulation-voltage = <4200000>;
|
D | bq2415x.txt | 23 - ti,battery-regulation-voltage: integer, maximum charging voltage in mV. 41 ti,battery-regulation-voltage = <4200>;
|
D | max77650-charger.yaml | 24 Minimum CHGIN regulation voltage.
|
D | rohm,bd99954.yaml | 125 rohm,vsys-regulation-microvolt: 159 rohm,vsys-regulation-microvolt = <8960000>;
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 1712 /* DBG_871X("pMgntInfo->RegPwrTblSel %d, final regulation %d\n", */ in phy_get_tx_pwr_lmt() 1741 …/* DBG_871X("Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][… in phy_get_tx_pwr_lmt() 1807 /* DBG_871X("TxPwrLmt[Regulation %d][Band %d][BW %d][RFPath %d][Rate 0x%x][Chnl %d] = %d\n", */ in phy_get_tx_pwr_lmt() 1815 u8 regulation, bw, channel, rateSection; in phy_CrossReferenceHTAndVHTTxPowerLimit() local 1818 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in phy_CrossReferenceHTAndVHTTxPowerLimit() 1822 tempPwrLmt = pHalData->TxPwrLimit_5G[regulation][bw][rateSection][channel][ODM_RF_PATH_A]; in phy_CrossReferenceHTAndVHTTxPowerLimit() 1854 pHalData->TxPwrLimit_5G[regulation][bw][baseSection][channel][ODM_RF_PATH_A] = in phy_CrossReferenceHTAndVHTTxPowerLimit() 1855 pHalData->TxPwrLimit_5G[regulation][bw][refSection][channel][ODM_RF_PATH_A]; in phy_CrossReferenceHTAndVHTTxPowerLimit() 1871 u8 regulation, bw, channel, rateSection; in PHY_ConvertTxPowerLimitToPowerIndex() local 1879 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in PHY_ConvertTxPowerLimitToPowerIndex() [all …]
|
D | odm_RegConfig8723B.c | 230 u8 *Regulation, in odm_ConfigBB_TXPWR_LMT_8723B() argument 241 Regulation, in odm_ConfigBB_TXPWR_LMT_8723B()
|
D | odm_RegConfig8723B.h | 43 u8 *Regulation,
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1130 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local 1133 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1137 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1145 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1146 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][4][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1149 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1151 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1152 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() 1154 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() [all …]
|
/kernel/linux/linux-5.10/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 */ 944 .prop = "rohm,vsys-regulation-microvolt", in bd9995x_fw_probe()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 60 - maxim,thermal-regulation-celsius : Temperature in Celsius for entering 72 triggering input voltage regulation loop. If input voltage decreases 175 maxim,thermal-regulation-celsius = <75>;
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | gov_bang_bang.c | 77 * Regulation Logic: a two point regulation, deliver cooling state depending
|
/kernel/linux/linux-5.10/drivers/staging/vt6656/ |
D | channel.h | 8 * Purpose: Country Regulation Rules header file
|
/kernel/linux/linux-5.10/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
|
D | max1586.h | 3 * max1586.h -- Voltage regulation for the Maxim 1586
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
D | imx8mq-librem5-r2.dts | 16 ti,battery-regulation-voltage = <4192000>; /* uV */
|
D | imx8mq-librem5-r3.dts | 20 ti,battery-regulation-voltage = <4200000>; /* uV */
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | max8660.c | 3 * max8660.c -- Voltage regulation for the Maxim 8660/8661 144 /* Select target voltage register and activate regulation */ in max8660_dcdc_set_voltage_sel() 180 /* Select target voltage register and activate regulation */ in max8660_ldo5_set_voltage_sel()
|