Searched refs:reg_pdata (Results 1 – 4 of 4) sorted by relevance
88 struct max77620_regulator_pdata reg_pdata[MAX77620_NUM_REGS]; member166 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 …]
58 struct tps65132_reg_pdata reg_pdata[TPS65132_MAX_REGULATORS]; member65 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()
317 struct tps65090_regulator_plat_data *reg_pdata; in tps65090_parse_dt_reg_data() local324 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 = ®_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()
107 struct tps65090_regulator_plat_data *reg_pdata[TPS65090_REGULATOR_MAX]; member