Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpower_supply.h770 extern int power_supply_reg_notifier(struct notifier_block *nb);
/linux-6.1.9/drivers/phy/ti/
Dphy-tusb1210.c458 power_supply_reg_notifier(&tusb->psy_nb); in tusb1210_probe_charger_detect()
/linux-6.1.9/drivers/power/supply/
Dpower_supply_core.c1109 int power_supply_reg_notifier(struct notifier_block *nb) in power_supply_reg_notifier() function
1113 EXPORT_SYMBOL_GPL(power_supply_reg_notifier);
Dbq2415x_charger.c1641 ret = power_supply_reg_notifier(&bq->nb); in bq2415x_probe()
/linux-6.1.9/drivers/phy/allwinner/
Dphy-sun4i-usb.c902 ret = power_supply_reg_notifier(&data->vbus_power_nb); in sun4i_usb_phy_probe()