Home
last modified time | relevance | path

Searched refs:active_discharge_on (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/regulator/
Dmax77650-regulator.c163 .active_discharge_on = MAX77650_REGULATOR_AD_ENABLED,
189 .active_discharge_on = MAX77650_REGULATOR_AD_ENABLED,
219 .active_discharge_on = MAX77650_REGULATOR_AD_ENABLED,
252 .active_discharge_on = MAX77650_REGULATOR_AD_ENABLED,
282 .active_discharge_on = MAX77650_REGULATOR_AD_ENABLED,
312 .active_discharge_on = MAX77650_REGULATOR_AD_ENABLED,
Drt4831-regulator.c130 .active_discharge_on = RT4831_POSADEN_MASK,
149 .active_discharge_on = RT4831_NEGADEN_MASK,
Dmt6370-regulator.c223 .active_discharge_on = MT6370_DBVPOSDISG_MASK,
247 .active_discharge_on = MT6370_DBVNEGDISG_MASK,
266 .active_discharge_on = MT6370_LDOOMS_MASK,
Dmp5416.c74 .active_discharge_on = _dval, \
94 .active_discharge_on = _dval, \
Dmpq7920.c47 .active_discharge_on = MPQ7920_DISCHARGE_ON, \
74 .active_discharge_on = MPQ7920_DISCHARGE_ON, \
Drt5190a-regulator.c274 desc->active_discharge_on = RT5190A_RID_BITMASK(rid); in rt5190a_fillin_regulator_desc()
279 desc->active_discharge_on = RT5190A_BUCK1_DISCHG_ONVAL; in rt5190a_fillin_regulator_desc()
Dstpmic1_regulator.c334 .active_discharge_on = VBUS_OTG_DISCHARGE, \
354 .active_discharge_on = SW_OUT_DISCHARGE, \
Dtps65132-regulator.c192 .active_discharge_on = TPS65132_REG_APPS_DIS_##_id, \
Drt5759-regulator.c231 reg_desc->active_discharge_on = RT5759_DISCHARGE_MASK; in rt5759_regulator_register()
Drtq2134-regulator.c288 .active_discharge_on = RTQ2134_ACTDISCHG_MASK, \
Drt5120-regulator.c233 desc->active_discharge_on = RT5120_RADEN_MASK(rid); in rt5120_fillin_regulator_desc()
Dmax77620-regulator.c686 .active_discharge_on = MAX77620_SD_CFG1_ADE_ENABLE, \
718 .active_discharge_on = MAX77620_LDO_CFG2_ADE_ENABLE, \
Datc260x-regulator.c295 .active_discharge_on = BIT(1), \
Dhelpers.c776 val = rdev->desc->active_discharge_on; in regulator_set_active_discharge_regmap()
Dqcom-labibb-regulator.c726 .active_discharge_on = IBB_CTL_1_DISCHARGE_EN,
/linux-6.1.9/include/linux/regulator/
Ddriver.h412 unsigned int active_discharge_on; member