Home
last modified time | relevance | path

Searched refs:raw_notifier_head (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dnotifier.h69 struct raw_notifier_head { struct
113 struct raw_notifier_head name = \
122 extern int raw_notifier_chain_register(struct raw_notifier_head *nh,
135 extern int raw_notifier_chain_unregister(struct raw_notifier_head *nh,
148 extern int raw_notifier_call_chain(struct raw_notifier_head *nh,
150 extern int __raw_notifier_call_chain(struct raw_notifier_head *nh,
Dextcon.h113 struct raw_notifier_head *nh;
/linux-4.4.14/kernel/
Dnotifier.c347 int raw_notifier_chain_register(struct raw_notifier_head *nh, in raw_notifier_chain_register()
364 int raw_notifier_chain_unregister(struct raw_notifier_head *nh, in raw_notifier_chain_unregister()
390 int __raw_notifier_call_chain(struct raw_notifier_head *nh, in __raw_notifier_call_chain()
398 int raw_notifier_call_chain(struct raw_notifier_head *nh, in raw_notifier_call_chain()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_vtg.c92 struct raw_notifier_head notifier_list;