Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpower_supply.h332 extern int power_supply_reg_notifier(struct notifier_block *nb);
/Linux-v4.19/drivers/power/supply/
Dpower_supply_core.c683 int power_supply_reg_notifier(struct notifier_block *nb) in power_supply_reg_notifier() function
687 EXPORT_SYMBOL_GPL(power_supply_reg_notifier);
Dbq2415x_charger.c1668 ret = power_supply_reg_notifier(&bq->nb); in bq2415x_probe()
/Linux-v4.19/drivers/phy/allwinner/
Dphy-sun4i-usb.c834 ret = power_supply_reg_notifier(&data->vbus_power_nb); in sun4i_usb_phy_probe()