power_supply_reg_notifier
ret = power_supply_reg_notifier(&data->vbus_power_nb);
power_supply_reg_notifier(&tusb->psy_nb);
power_supply_reg_notifier(&dev->pwr_src_notifier);
ret = power_supply_reg_notifier(&bq->nb);
EXPORT_SYMBOL_GPL(power_supply_reg_notifier);
extern int power_supply_reg_notifier(struct notifier_block *nb);