Searched refs:raw_notifier_head (Results 1 – 23 of 23) sorted by relevance
/linux/include/linux/ |
A D | notifier.h | 70 struct raw_notifier_head { struct 120 struct raw_notifier_head name = \ 148 extern int raw_notifier_chain_register(struct raw_notifier_head *nh, 157 extern int raw_notifier_chain_unregister(struct raw_notifier_head *nh, 166 extern int raw_notifier_call_chain(struct raw_notifier_head *nh, 173 extern int raw_notifier_call_chain_robust(struct raw_notifier_head *nh,
|
A D | pm_domain.h | 130 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */
|
/linux/drivers/clk/renesas/ |
A D | rcar-cpg-lib.h | 24 void cpg_simple_notifier_register(struct raw_notifier_head *notifiers, 31 struct raw_notifier_head *notifiers, bool skip_first); 35 struct raw_notifier_head *notifiers);
|
A D | rcar-cpg-lib.c | 58 void cpg_simple_notifier_register(struct raw_notifier_head *notifiers, in cpg_simple_notifier_register() 227 struct raw_notifier_head *notifiers, bool skip_first) in cpg_sd_clk_register() 286 struct raw_notifier_head *notifiers) in cpg_rpc_clk_register()
|
A D | clk-div6.h | 7 struct raw_notifier_head *notifiers);
|
A D | rcar-gen2-cpg.h | 36 struct raw_notifier_head *notifiers);
|
A D | rcar-gen3-cpg.h | 77 struct raw_notifier_head *notifiers);
|
A D | renesas-cpg-mssr.h | 157 struct raw_notifier_head *notifiers);
|
A D | r7s9210-cpg-mssr.c | 163 struct raw_notifier_head *notifiers) in rza2_cpg_clk_register()
|
A D | r8a77970-cpg-mssr.c | 225 struct raw_notifier_head *notifiers) in r8a77970_cpg_clk_register()
|
A D | clk-div6.c | 246 struct raw_notifier_head *notifiers) in cpg_div6_register()
|
A D | rcar-gen2-cpg.c | 278 struct raw_notifier_head *notifiers) in rcar_gen2_cpg_clk_register()
|
A D | rcar-gen3-cpg.c | 345 struct raw_notifier_head *notifiers) in rcar_gen3_cpg_clk_register()
|
A D | r8a779a0-cpg-mssr.c | 437 struct raw_notifier_head *notifiers) in rcar_r8a779a0_cpg_clk_register()
|
A D | renesas-cpg-mssr.c | 153 struct raw_notifier_head notifiers;
|
A D | rzg2l-cpg.c | 93 struct raw_notifier_head notifiers;
|
/linux/drivers/extcon/ |
A D | extcon.h | 49 struct raw_notifier_head nh_all; 50 struct raw_notifier_head *nh;
|
/linux/kernel/ |
A D | notifier.c | 340 int raw_notifier_chain_register(struct raw_notifier_head *nh, in raw_notifier_chain_register() 357 int raw_notifier_chain_unregister(struct raw_notifier_head *nh, in raw_notifier_chain_unregister() 364 int raw_notifier_call_chain_robust(struct raw_notifier_head *nh, in raw_notifier_call_chain_robust() 388 int raw_notifier_call_chain(struct raw_notifier_head *nh, in raw_notifier_call_chain()
|
A D | cpu_pm.c | 22 struct raw_notifier_head chain;
|
/linux/include/net/ |
A D | net_namespace.h | 106 struct raw_notifier_head netdev_chain;
|
A D | dsa.h | 121 struct raw_notifier_head nh;
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_vtg.c | 139 struct raw_notifier_head notifier_list;
|
/linux/net/dsa/ |
A D | dsa2.c | 39 struct raw_notifier_head *nh = &dst->nh; in dsa_tree_notify()
|
Completed in 45 milliseconds