Home
last modified time | relevance | path

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

/Linux-v5.4/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,
161 extern int raw_notifier_chain_unregister(struct raw_notifier_head *nh,
174 extern int raw_notifier_call_chain(struct raw_notifier_head *nh,
176 extern int __raw_notifier_call_chain(struct raw_notifier_head *nh,
/Linux-v5.4/drivers/extcon/
Dextcon.h49 struct raw_notifier_head nh_all;
50 struct raw_notifier_head *nh;
/Linux-v5.4/kernel/
Dnotifier.c349 int raw_notifier_chain_register(struct raw_notifier_head *nh, in raw_notifier_chain_register()
366 int raw_notifier_chain_unregister(struct raw_notifier_head *nh, in raw_notifier_chain_unregister()
392 int __raw_notifier_call_chain(struct raw_notifier_head *nh, in __raw_notifier_call_chain()
400 int raw_notifier_call_chain(struct raw_notifier_head *nh, in raw_notifier_call_chain()
/Linux-v5.4/drivers/clk/renesas/
Dclk-div6.h7 struct raw_notifier_head *notifiers);
Drcar-gen2-cpg.h36 struct raw_notifier_head *notifiers);
Drcar-gen3-cpg.c73 static void cpg_simple_notifier_register(struct raw_notifier_head *notifiers, in cpg_simple_notifier_register()
381 struct raw_notifier_head *notifiers) in cpg_sd_clk_register()
444 struct raw_notifier_head *notifiers) in cpg_rpc_clk_register()
542 struct raw_notifier_head *notifiers) in rcar_gen3_cpg_clk_register()
Drcar-gen3-cpg.h72 struct raw_notifier_head *notifiers);
Drenesas-cpg-mssr.h154 struct raw_notifier_head *notifiers);
Dr7s9210-cpg-mssr.c162 struct raw_notifier_head *notifiers) in rza2_cpg_clk_register()
Dr8a77970-cpg-mssr.c225 struct raw_notifier_head *notifiers) in r8a77970_cpg_clk_register()
Dclk-div6.c216 struct raw_notifier_head *notifiers) in cpg_div6_register()
Drcar-gen2-cpg.c276 struct raw_notifier_head *notifiers) in rcar_gen2_cpg_clk_register()
Drenesas-cpg-mssr.c139 struct raw_notifier_head notifiers;
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_vtg.c139 struct raw_notifier_head notifier_list;
/Linux-v5.4/include/net/
Ddsa.h108 struct raw_notifier_head nh;
/Linux-v5.4/net/dsa/
Dport.c18 struct raw_notifier_head *nh = &dp->ds->dst->nh; in dsa_port_notify()