Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/extcon/
Dextcon.h49 struct raw_notifier_head nh_all; member
Dextcon.c449 raw_notifier_call_chain(&edev->nh_all, state, edev); in extcon_sync()
979 ret = raw_notifier_chain_register(&edev->nh_all, nb); in extcon_register_notifier_all()
1003 ret = raw_notifier_chain_unregister(&edev->nh_all, nb); in extcon_unregister_notifier_all()
1265 RAW_INIT_NOTIFIER_HEAD(&edev->nh_all); in extcon_dev_register()