Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpower_supply.h771 extern int power_supply_reg_notifier(struct notifier_block *nb);
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dcore.c308 power_supply_reg_notifier(&dev->pwr_src_notifier); in amd_pmf_init_features()
/openbmc/linux/drivers/phy/ti/
H A Dphy-tusb1210.c463 power_supply_reg_notifier(&tusb->psy_nb); in tusb1210_probe_charger_detect()
/openbmc/linux/drivers/power/supply/
H A Dpower_supply_core.c1261 int power_supply_reg_notifier(struct notifier_block *nb) in power_supply_reg_notifier() function
1265 EXPORT_SYMBOL_GPL(power_supply_reg_notifier);
H A Dbq2415x_charger.c1641 ret = power_supply_reg_notifier(&bq->nb); in bq2415x_probe()
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c885 ret = power_supply_reg_notifier(&data->vbus_power_nb); in sun4i_usb_phy_probe()