Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnotifier.h70 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,
Dpm_domain.h130 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */
/Linux-v5.15/drivers/extcon/
Dextcon.h49 struct raw_notifier_head nh_all;
50 struct raw_notifier_head *nh;
/Linux-v5.15/drivers/clk/renesas/
Drcar-cpg-lib.h24 void cpg_simple_notifier_register(struct raw_notifier_head *notifiers,
31 struct raw_notifier_head *notifiers, bool skip_first);
Dclk-div6.h7 struct raw_notifier_head *notifiers);
Drcar-gen2-cpg.h36 struct raw_notifier_head *notifiers);
Drcar-cpg-lib.c58 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()
Drcar-gen3-cpg.h77 struct raw_notifier_head *notifiers);
Drenesas-cpg-mssr.h157 struct raw_notifier_head *notifiers);
Dr7s9210-cpg-mssr.c163 struct raw_notifier_head *notifiers) in rza2_cpg_clk_register()
Dr8a77970-cpg-mssr.c225 struct raw_notifier_head *notifiers) in r8a77970_cpg_clk_register()
Drcar-gen3-cpg.c324 struct raw_notifier_head *notifiers) in cpg_rpc_clk_register()
430 struct raw_notifier_head *notifiers) in rcar_gen3_cpg_clk_register()
Dclk-div6.c246 struct raw_notifier_head *notifiers) in cpg_div6_register()
Drcar-gen2-cpg.c278 struct raw_notifier_head *notifiers) in rcar_gen2_cpg_clk_register()
Dr8a779a0-cpg-mssr.c265 struct raw_notifier_head *notifiers) in rcar_r8a779a0_cpg_clk_register()
Drzg2l-cpg.c84 struct raw_notifier_head notifiers;
Drenesas-cpg-mssr.c153 struct raw_notifier_head notifiers;
/Linux-v5.15/kernel/
Dnotifier.c340 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()
Dcpu_pm.c22 struct raw_notifier_head chain;
/Linux-v5.15/include/net/
Dnet_namespace.h106 struct raw_notifier_head netdev_chain;
Ddsa.h119 struct raw_notifier_head nh;
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_vtg.c139 struct raw_notifier_head notifier_list;
/Linux-v5.15/net/dsa/
Ddsa2.c39 struct raw_notifier_head *nh = &dst->nh; in dsa_tree_notify()