Home
last modified time | relevance | path

Searched refs:nh_all (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/extcon/
H A Dextcon.h51 struct raw_notifier_head nh_all; member
H A Dextcon.c462 raw_notifier_call_chain(&edev->nh_all, state, edev); in extcon_sync()
985 ret = raw_notifier_chain_register(&edev->nh_all, nb); in extcon_register_notifier_all()
1009 ret = raw_notifier_chain_unregister(&edev->nh_all, nb); in extcon_unregister_notifier_all()
1308 RAW_INIT_NOTIFIER_HEAD(&edev->nh_all); in extcon_dev_register()