power_supply_notifier   30 drivers/power/supply/power_supply_core.c ATOMIC_NOTIFIER_HEAD(power_supply_notifier);
power_supply_notifier   31 drivers/power/supply/power_supply_core.c EXPORT_SYMBOL_GPL(power_supply_notifier);
power_supply_notifier   98 drivers/power/supply/power_supply_core.c 		atomic_notifier_call_chain(&power_supply_notifier,
power_supply_notifier  833 drivers/power/supply/power_supply_core.c 	return atomic_notifier_chain_register(&power_supply_notifier, nb);
power_supply_notifier  839 drivers/power/supply/power_supply_core.c 	atomic_notifier_chain_unregister(&power_supply_notifier, nb);
power_supply_notifier  354 include/linux/power_supply.h extern struct atomic_notifier_head power_supply_notifier;