Home
last modified time | relevance | path

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

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