Searched refs:raw_notifier_head (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/ |
H A D | notifier.h | 70 struct raw_notifier_head { struct 122 struct raw_notifier_head name = \ 150 extern int raw_notifier_chain_register(struct raw_notifier_head *nh, 164 extern int raw_notifier_chain_unregister(struct raw_notifier_head *nh, 173 extern int raw_notifier_call_chain(struct raw_notifier_head *nh, 180 extern int raw_notifier_call_chain_robust(struct raw_notifier_head *nh,
|
H A D | pm_domain.h | 212 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */
|
/linux/drivers/clk/renesas/ |
H A D | rcar-cpg-lib.h | 24 void cpg_simple_notifier_register(struct raw_notifier_head *notifiers, 31 struct raw_notifier_head *notifiers); 38 struct raw_notifier_head *notifiers);
|
H A D | rcar-cpg-lib.c | 58 void cpg_simple_notifier_register(struct raw_notifier_head *notifiers, in cpg_simple_notifier_register() 92 struct raw_notifier_head *notifiers) in cpg_sdh_clk_register() 142 struct raw_notifier_head *notifiers) in cpg_rpc_clk_register()
|
H A D | clk-div6.h | 7 struct raw_notifier_head *notifiers);
|
H A D | clk-div6.c | 246 struct raw_notifier_head *notifiers) in cpg_div6_register()
|
/linux/drivers/extcon/ |
H A D | extcon.h | 51 struct raw_notifier_head nh_all; 52 struct raw_notifier_head *nh;
|
/linux/kernel/ |
H A D | notifier.c | 402 int raw_notifier_chain_register(struct raw_notifier_head *nh, in raw_notifier_chain_register() 419 int raw_notifier_chain_unregister(struct raw_notifier_head *nh, in raw_notifier_chain_unregister() 426 int raw_notifier_call_chain_robust(struct raw_notifier_head *nh, in raw_notifier_call_chain_robust() 450 int raw_notifier_call_chain(struct raw_notifier_head *nh, in raw_notifier_call_chain()
|
H A D | cpu_pm.c | 22 struct raw_notifier_head chain;
|
/linux/drivers/gpio/ |
H A D | gpiolib.h | 77 struct raw_notifier_head line_state_notifier;
|
/linux/net/switchdev/ |
H A D | switchdev.c | 521 struct raw_notifier_head *chain = &switchdev_blocking_notif_chain; in register_switchdev_blocking_notifier() 534 struct raw_notifier_head *chain = &switchdev_blocking_notif_chain; in unregister_switchdev_blocking_notifier()
|
/linux/include/net/ |
H A D | net_namespace.h | 117 struct raw_notifier_head netdev_chain;
|
H A D | dsa.h | 128 struct raw_notifier_head nh;
|
/linux/net/dsa/ |
H A D | switch.c | 1086 struct raw_notifier_head *nh = &dst->nh; in dsa_tree_notify()
|
/linux/drivers/char/ |
H A D | random.c | 166 ret = raw_notifier_chain_register((struct raw_notifier_head *)&random_ready_notifier.head, nb); in execute_with_initialized_rng()
|