Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpower_supply.h797 extern int power_supply_reg_notifier(struct notifier_block *nb);
/linux-6.15/drivers/platform/x86/amd/pmf/
H A Dcore.c361 power_supply_reg_notifier(&dev->pwr_src_notifier); in amd_pmf_init_features()
/linux-6.15/drivers/phy/ti/
H A Dphy-tusb1210.c464 power_supply_reg_notifier(&tusb->psy_nb); in tusb1210_probe_charger_detect()
/linux-6.15/drivers/power/supply/
H A Dpower_supply_core.c1421 int power_supply_reg_notifier(struct notifier_block *nb) in power_supply_reg_notifier() function
1425 EXPORT_SYMBOL_GPL(power_supply_reg_notifier);
H A Dbq2415x_charger.c1661 ret = power_supply_reg_notifier(&bq->nb); in bq2415x_probe()
/linux-6.15/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c884 ret = power_supply_reg_notifier(&data->vbus_power_nb); in sun4i_usb_phy_probe()