Searched refs:active_discharge_on (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | max77650-regulator.c | 163 .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,
|
H A D | mt6370-regulator.c | 223 .active_discharge_on = MT6370_DBVPOSDISG_MASK, 247 .active_discharge_on = MT6370_DBVNEGDISG_MASK, 266 .active_discharge_on = MT6370_LDOOMS_MASK,
|
H A D | rt4831-regulator.c | 130 .active_discharge_on = RT4831_POSADEN_MASK, 149 .active_discharge_on = RT4831_NEGADEN_MASK,
|
H A D | mp5416.c | 74 .active_discharge_on = _dval, \ 94 .active_discharge_on = _dval, \
|
H A D | mpq7920.c | 46 .active_discharge_on = MPQ7920_DISCHARGE_ON, \ 73 .active_discharge_on = MPQ7920_DISCHARGE_ON, \
|
H A D | rt5190a-regulator.c | 274 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()
|
H A D | aw37503-regulator.c | 148 .active_discharge_on = AW37503_REG_APPS_DIS_##_id, \
|
H A D | stpmic1_regulator.c | 334 .active_discharge_on = VBUS_OTG_DISCHARGE, \ 354 .active_discharge_on = SW_OUT_DISCHARGE, \
|
H A D | tps65132-regulator.c | 192 .active_discharge_on = TPS65132_REG_APPS_DIS_##_id, \
|
H A D | rt5739.c | 212 desc->active_discharge_on = RT5739_ACTD_MASK; in rt5739_init_regulator_desc()
|
H A D | rt5759-regulator.c | 231 reg_desc->active_discharge_on = RT5759_DISCHARGE_MASK; in rt5759_regulator_register()
|
H A D | rtq2134-regulator.c | 288 .active_discharge_on = RTQ2134_ACTDISCHG_MASK, \
|
H A D | max77620-regulator.c | 686 .active_discharge_on = MAX77620_SD_CFG1_ADE_ENABLE, \ 718 .active_discharge_on = MAX77620_LDO_CFG2_ADE_ENABLE, \
|
H A D | rt5120-regulator.c | 233 desc->active_discharge_on = RT5120_RADEN_MASK(rid); in rt5120_fillin_regulator_desc()
|
H A D | rt6190-regulator.c | 292 .active_discharge_on = RT6190_ENDCHG_MASK,
|
H A D | atc260x-regulator.c | 296 .active_discharge_on = BIT(1), \
|
H A D | rtq2208-regulator.c | 405 desc->active_discharge_on = RTQ2208_EN_DIS_MASK; in rtq2208_init_regulator_desc()
|
H A D | helpers.c | 796 val = rdev->desc->active_discharge_on; in regulator_set_active_discharge_regmap()
|
H A D | qcom-labibb-regulator.c | 726 .active_discharge_on = IBB_CTL_1_DISCHARGE_EN,
|
/openbmc/linux/include/linux/regulator/ |
H A D | driver.h | 416 unsigned int active_discharge_on; member
|