Lines Matching refs:rdescs
327 const struct max77650_regulator_desc **rdescs; in max77650_regulator_probe() local
342 rdescs = devm_kcalloc(dev, MAX77650_REGULATOR_NUM_REGULATORS, in max77650_regulator_probe()
343 sizeof(*rdescs), GFP_KERNEL); in max77650_regulator_probe()
344 if (!rdescs) in max77650_regulator_probe()
355 rdescs[MAX77650_REGULATOR_ID_LDO] = &max77650_LDO_desc; in max77650_regulator_probe()
356 rdescs[MAX77650_REGULATOR_ID_SBB0] = &max77650_SBB0_desc; in max77650_regulator_probe()
361 rdescs[MAX77650_REGULATOR_ID_SBB1] = &max77650_SBB1_desc; in max77650_regulator_probe()
362 rdescs[MAX77650_REGULATOR_ID_SBB2] = &max77650_SBB2_desc; in max77650_regulator_probe()
366 rdescs[MAX77650_REGULATOR_ID_SBB1] = &max77651_SBB1_desc; in max77650_regulator_probe()
367 rdescs[MAX77650_REGULATOR_ID_SBB2] = &max77651_SBB2_desc; in max77650_regulator_probe()
376 rdesc = rdescs[i]; in max77650_regulator_probe()