Home
last modified time | relevance | path

Searched refs:regulation (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Drt9455_charger.txt15 - 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>;
Dbq25890.txt7 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
26 - ti,thermal-regulation-threshold: integer, temperature above which the charge
36 ti,battery-regulation-voltage = <4200000>;
45 ti,thermal-regulation-threshold = <120>;
Dbq24257.txt11 - ti,battery-regulation-voltage: integer, maximum charging voltage in uV.
43 ti,battery-regulation-voltage = <4200000>;
56 ti,battery-regulation-voltage = <4200000>;
Dbq2415x.txt23 - ti,battery-regulation-voltage: integer, maximum charging voltage in mV.
41 ti,battery-regulation-voltage = <4200>;
Dqcom_smbb.txt105 regulation must be done externally to fully comply with
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dphy.c369 u8 regulation, u8 bw, in __rtl8822be_phy_cross_reference_core() argument
393 ref_pwrlmt = rtlphy->txpwr_limit_5g[regulation][bw][ref_rs] in __rtl8822be_phy_cross_reference_core()
398 pwrlmt = rtlphy->txpwr_limit_5g[regulation][bw][rs][channel] in __rtl8822be_phy_cross_reference_core()
403 rtlphy->txpwr_limit_5g[regulation][bw][rs][channel] in __rtl8822be_phy_cross_reference_core()
411 u8 regulation, bw, channel; in _rtl8822be_phy_cross_reference_ht_and_vht_txpower_limit() local
413 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in _rtl8822be_phy_cross_reference_ht_and_vht_txpower_limit()
418 hw, regulation, bw, channel); in _rtl8822be_phy_cross_reference_ht_and_vht_txpower_limit()
425 u8 regulation, u8 bw, in __rtl8822be_txpwr_limit_to_index_2g() argument
444 rtlphy->txpwr_limit_2_4g[regulation][bw][rate_section] in __rtl8822be_txpwr_limit_to_index_2g()
459 rtlphy->txpwr_limit_2_4g[regulation][bw][rate_section] in __rtl8822be_txpwr_limit_to_index_2g()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1159 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local
1162 for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1166 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1174 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1175 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1177 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1178 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1180 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1181 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1183 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1815 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()
1883 tempPwrLmt = pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][ODM_RF_PATH_A]; in PHY_ConvertTxPowerLimitToPowerIndex()
1904 pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][rfPath] = tempValue; in PHY_ConvertTxPowerLimitToPowerIndex()
1953 u8 regulation = 0, bandwidth = 0, rateSection = 0, channel; in PHY_SetTxPowerLimit() local
[all …]
DHalHWImg8723B_RF.c771 u8 *regulation = Array[i]; in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT() local
781 regulation, in ODM_ReadAndConfig_MP_8723B_TXPWR_LMT()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/
Dphydm_regconfig8822b.c151 void odm_config_bb_txpwr_lmt_8822b(struct phy_dm_struct *dm, u8 *regulation, in odm_config_bb_txpwr_lmt_8822b() argument
155 phy_set_tx_power_limit(dm, regulation, band, bandwidth, rate_section, in odm_config_bb_txpwr_lmt_8822b()
Dphydm_regconfig8822b.h39 void odm_config_bb_txpwr_lmt_8822b(struct phy_dm_struct *dm, u8 *regulation,
Dhalhwimg8822b_rf.c4236 u8 *regulation = array[i]; in odm_read_and_config_mp_8822b_txpwr_lmt() local
4244 odm_config_bb_txpwr_lmt_8822b(dm, regulation, band, bandwidth, in odm_read_and_config_mp_8822b_txpwr_lmt()
4719 u8 *regulation = array[i]; in odm_read_and_config_mp_8822b_txpwr_lmt_type5() local
4727 odm_config_bb_txpwr_lmt_8822b(dm, regulation, band, bandwidth, in odm_read_and_config_mp_8822b_txpwr_lmt_type5()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Drtl_phydm.h27 void phy_set_tx_power_limit(void *dm, u8 *regulation, u8 *band, u8 *bandwidth,
Drtl_phydm.c838 void phy_set_tx_power_limit(void *dm, u8 *regulation, u8 *band, u8 *bandwidth, in phy_set_tx_power_limit() argument
845 rtlpriv->cfg->ops->phy_set_txpower_limit(rtlpriv->hw, regulation, band, in phy_set_tx_power_limit()
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dmax77693.txt60 - 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>;
/Linux-v4.19/Documentation/driver-api/
Dregulator.rst109 Callbacks may also be registered for events such as regulation failures.
/Linux-v4.19/Documentation/hwmon/
Dw83792d40 sensors, nine voltage sensors, and two automatic fan regulation
Dnct677564 fan regulation strategies (plus manual fan control mode).
Dw83627ehf56 and some automatic fan regulation strategies (plus manual fan control mode).
/Linux-v4.19/LICENSES/other/
DCDDL-1.0350 regulation which provides that the language of a contract shall be
354 and regulation of any other countries) when You use, distribute or
DMPL-1.1272 statute, judicial order, or regulation then You must: (a) comply with
277 extent prohibited by statute or regulation, such description must be
423 Any law or regulation which provides that the language of a contract
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-regulator52 "error" indicates an out-of-regulation status such as being
/Linux-v4.19/drivers/pwm/
DKconfig9 power delivery and voltage regulation. In computer systems,
/Linux-v4.19/drivers/thermal/
DKconfig136 Say 'Y' here if you want to use two point temperature regulation
/Linux-v4.19/arch/arm/boot/dts/
Domap3-n900.dts705 ti,battery-regulation-voltage = <4200>;

12