PV88080_ID_HVBUCK  531 drivers/regulator/pv88080-regulator.c 	pv88080_regulator_info[PV88080_ID_HVBUCK].desc.enable_reg
PV88080_ID_HVBUCK  533 drivers/regulator/pv88080-regulator.c 	pv88080_regulator_info[PV88080_ID_HVBUCK].desc.enable_mask
PV88080_ID_HVBUCK  535 drivers/regulator/pv88080-regulator.c 	pv88080_regulator_info[PV88080_ID_HVBUCK].desc.vsel_reg
PV88080_ID_HVBUCK  537 drivers/regulator/pv88080-regulator.c 	pv88080_regulator_info[PV88080_ID_HVBUCK].desc.vsel_mask
PV88080_ID_HVBUCK  542 drivers/regulator/pv88080-regulator.c 		config.init_data = &init_data[PV88080_ID_HVBUCK];
PV88080_ID_HVBUCK  544 drivers/regulator/pv88080-regulator.c 	config.driver_data = (void *)&pv88080_regulator_info[PV88080_ID_HVBUCK];
PV88080_ID_HVBUCK  545 drivers/regulator/pv88080-regulator.c 	chip->rdev[PV88080_ID_HVBUCK] = devm_regulator_register(chip->dev,
PV88080_ID_HVBUCK  546 drivers/regulator/pv88080-regulator.c 		&pv88080_regulator_info[PV88080_ID_HVBUCK].desc, &config);
PV88080_ID_HVBUCK  547 drivers/regulator/pv88080-regulator.c 	if (IS_ERR(chip->rdev[PV88080_ID_HVBUCK])) {
PV88080_ID_HVBUCK  549 drivers/regulator/pv88080-regulator.c 		return PTR_ERR(chip->rdev[PV88080_ID_HVBUCK]);