Home
last modified time | relevance | path

Searched refs:power_supply_reg_notifier (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dpower_supply.h288 extern int power_supply_reg_notifier(struct notifier_block *nb);
/linux-4.4.14/drivers/power/
Dpower_supply_core.c546 int power_supply_reg_notifier(struct notifier_block *nb) in power_supply_reg_notifier() function
550 EXPORT_SYMBOL_GPL(power_supply_reg_notifier);
Dbq2415x_charger.c1660 ret = power_supply_reg_notifier(&bq->nb); in bq2415x_probe()
/linux-4.4.14/drivers/phy/
Dphy-sun4i-usb.c675 ret = power_supply_reg_notifier(&data->vbus_power_nb); in sun4i_usb_phy_probe()