Searched refs:active_discharge_on (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/drivers/regulator/ ! |
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,
|
D | mp5416.c | 74 .active_discharge_on = _dval, \ 94 .active_discharge_on = _dval, \
|
D | rt4831-regulator.c | 130 .active_discharge_on = RT4831_POSADEN_MASK, 149 .active_discharge_on = RT4831_NEGADEN_MASK,
|
D | mpq7920.c | 47 .active_discharge_on = MPQ7920_DISCHARGE_ON, \ 74 .active_discharge_on = MPQ7920_DISCHARGE_ON, \
|
D | rt5190a-regulator.c | 271 desc->active_discharge_on = RT5190A_RID_BITMASK(rid); in rt5190a_fillin_regulator_desc() 276 desc->active_discharge_on = RT5190A_BUCK1_DISCHG_ONVAL; in rt5190a_fillin_regulator_desc()
|
D | stpmic1_regulator.c | 334 .active_discharge_on = VBUS_OTG_DISCHARGE, \ 354 .active_discharge_on = SW_OUT_DISCHARGE, \
|
D | tps65132-regulator.c | 192 .active_discharge_on = TPS65132_REG_APPS_DIS_##_id, \
|
D | rt5759-regulator.c | 231 reg_desc->active_discharge_on = RT5759_DISCHARGE_MASK; in rt5759_regulator_register()
|
D | rtq2134-regulator.c | 288 .active_discharge_on = RTQ2134_ACTDISCHG_MASK, \
|
D | max77620-regulator.c | 686 .active_discharge_on = MAX77620_SD_CFG1_ADE_ENABLE, \ 718 .active_discharge_on = MAX77620_LDO_CFG2_ADE_ENABLE, \
|
D | atc260x-regulator.c | 295 .active_discharge_on = BIT(1), \
|
D | helpers.c | 776 val = rdev->desc->active_discharge_on; in regulator_set_active_discharge_regmap()
|
D | qcom-labibb-regulator.c | 726 .active_discharge_on = IBB_CTL_1_DISCHARGE_EN,
|
/linux-5.19.10/include/linux/regulator/ ! |
D | driver.h | 411 unsigned int active_discharge_on; member
|