Home
last modified time | relevance | path

Searched refs:reg_pdata (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/regulator/
H A Dmax77620-regulator.c88 struct max77620_regulator_pdata reg_pdata[MAX77620_NUM_REGS]; member
166 struct max77620_regulator_pdata *rpdata = &pmic->reg_pdata[id]; in max77620_regulator_set_fps_slots()
353 struct max77620_regulator_pdata *rpdata = &pmic->reg_pdata[id]; in max77620_config_power_ok()
388 struct max77620_regulator_pdata *rpdata = &pmic->reg_pdata[id]; in max77620_init_pmic()
491 struct max77620_regulator_pdata *rpdata = &pmic->reg_pdata[id]; in max77620_regulator_set_mode()
590 struct max77620_regulator_pdata *rpdata = &pmic->reg_pdata[id]; in max77620_regulator_set_ramp_delay()
607 struct max77620_regulator_pdata *rpdata = &pmic->reg_pdata[desc->id]; in max77620_of_parse_cb()
835 pmic->reg_pdata[id].active_fps_src = -1; in max77620_regulator_probe()
836 pmic->reg_pdata[id].active_fps_pd_slot = -1; in max77620_regulator_probe()
837 pmic->reg_pdata[id].active_fps_pu_slot = -1; in max77620_regulator_probe()
[all …]
H A Daw37503-regulator.c43 struct aw37503_reg_pdata reg_pdata[AW37503_MAX_REGULATORS]; member
50 struct aw37503_reg_pdata *rpdata = &chip->reg_pdata[id]; in aw37503_regulator_enable()
76 struct aw37503_reg_pdata *rpdata = &chip->reg_pdata[id]; in aw37503_regulator_disable()
90 struct aw37503_reg_pdata *rpdata = &chip->reg_pdata[id]; in aw37503_regulator_is_enabled()
114 struct aw37503_reg_pdata *rpdata = &chip->reg_pdata[desc->id]; in aw37503_of_parse_cb()
H A Dtps65132-regulator.c58 struct tps65132_reg_pdata reg_pdata[TPS65132_MAX_REGULATORS]; member
65 struct tps65132_reg_pdata *rpdata = &tps->reg_pdata[id]; in tps65132_regulator_enable()
91 struct tps65132_reg_pdata *rpdata = &tps->reg_pdata[id]; in tps65132_regulator_disable()
112 struct tps65132_reg_pdata *rpdata = &tps->reg_pdata[id]; in tps65132_regulator_is_enabled()
136 struct tps65132_reg_pdata *rpdata = &tps->reg_pdata[desc->id]; in tps65132_of_parse_cb()
H A Dtps65090-regulator.c317 struct tps65090_regulator_plat_data *reg_pdata; in tps65090_parse_dt_reg_data() local
324 reg_pdata = devm_kcalloc(&pdev->dev, in tps65090_parse_dt_reg_data()
325 TPS65090_REGULATOR_MAX, sizeof(*reg_pdata), in tps65090_parse_dt_reg_data()
327 if (!reg_pdata) in tps65090_parse_dt_reg_data()
351 rpdata = &reg_pdata[idx]; in tps65090_parse_dt_reg_data()
391 tps65090_pdata->reg_pdata[idx] = rpdata; in tps65090_parse_dt_reg_data()
436 tps_pdata = tps65090_pdata->reg_pdata[num]; in tps65090_regulator_probe()
/linux/include/linux/mfd/
H A Dtps65090.h107 struct tps65090_regulator_plat_data *reg_pdata[TPS65090_REGULATOR_MAX]; member