nh_all            441 drivers/extcon/extcon.c 	raw_notifier_call_chain(&edev->nh_all, state, edev);
nh_all            971 drivers/extcon/extcon.c 	ret = raw_notifier_chain_register(&edev->nh_all, nb);
nh_all            995 drivers/extcon/extcon.c 	ret = raw_notifier_chain_unregister(&edev->nh_all, nb);
nh_all           1250 drivers/extcon/extcon.c 	RAW_INIT_NOTIFIER_HEAD(&edev->nh_all);
nh_all             49 drivers/extcon/extcon.h 	struct raw_notifier_head nh_all;