Lines Matching refs:rdescs
329 struct max77650_regulator_desc **rdescs; in max77650_regulator_probe() local
344 rdescs = devm_kcalloc(dev, MAX77650_REGULATOR_NUM_REGULATORS, in max77650_regulator_probe()
345 sizeof(*rdescs), GFP_KERNEL); in max77650_regulator_probe()
346 if (!rdescs) in max77650_regulator_probe()
357 rdescs[MAX77650_REGULATOR_ID_LDO] = &max77650_LDO_desc; in max77650_regulator_probe()
358 rdescs[MAX77650_REGULATOR_ID_SBB0] = &max77650_SBB0_desc; in max77650_regulator_probe()
363 rdescs[MAX77650_REGULATOR_ID_SBB1] = &max77650_SBB1_desc; in max77650_regulator_probe()
364 rdescs[MAX77650_REGULATOR_ID_SBB2] = &max77650_SBB2_desc; in max77650_regulator_probe()
368 rdescs[MAX77650_REGULATOR_ID_SBB1] = &max77651_SBB1_desc; in max77650_regulator_probe()
369 rdescs[MAX77650_REGULATOR_ID_SBB2] = &max77651_SBB2_desc; in max77650_regulator_probe()
378 rdesc = rdescs[i]; in max77650_regulator_probe()