Home
last modified time | relevance | path

Searched refs:nh_all (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon.h25 * @nh_all: Notifier for the state change events for all supported
49 struct raw_notifier_head nh_all; member
H A Dextcon.c459 raw_notifier_call_chain(&edev->nh_all, state, edev); in extcon_sync()
989 ret = raw_notifier_chain_register(&edev->nh_all, nb); in extcon_register_notifier_all()
1013 ret = raw_notifier_chain_unregister(&edev->nh_all, nb); in extcon_unregister_notifier_all()
1264 RAW_INIT_NOTIFIER_HEAD(&edev->nh_all); in extcon_dev_register()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon.h26 * @nh_all: Notifier for the state change events for all supported
51 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()

Completed in 4 milliseconds