PV88080_ID_HVBUCK
pv88080_regulator_info[PV88080_ID_HVBUCK].desc.enable_reg
pv88080_regulator_info[PV88080_ID_HVBUCK].desc.enable_mask
pv88080_regulator_info[PV88080_ID_HVBUCK].desc.vsel_reg
pv88080_regulator_info[PV88080_ID_HVBUCK].desc.vsel_mask
config.init_data = &init_data[PV88080_ID_HVBUCK];
config.driver_data = (void *)&pv88080_regulator_info[PV88080_ID_HVBUCK];
chip->rdev[PV88080_ID_HVBUCK] = devm_regulator_register(chip->dev,
&pv88080_regulator_info[PV88080_ID_HVBUCK].desc, &config);
if (IS_ERR(chip->rdev[PV88080_ID_HVBUCK])) {
return PTR_ERR(chip->rdev[PV88080_ID_HVBUCK]);