Home
last modified time | relevance | path

Searched refs:raw_notifier_chain_register (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.6/kernel/
Dcpu_pm.c67 ret = raw_notifier_chain_register(&cpu_pm_notifier.chain, nb); in cpu_pm_register_notifier()
Dnotifier.c410 int raw_notifier_chain_register(struct raw_notifier_head *nh, in raw_notifier_chain_register() function
415 EXPORT_SYMBOL_GPL(raw_notifier_chain_register);
/Linux-v6.6/drivers/video/console/
Ddummycon.c39 raw_notifier_chain_register(&dummycon_output_nh, nb); in dummycon_register_output_notifier()
/Linux-v6.6/arch/loongarch/kernel/
Dproc.c23 return raw_notifier_chain_register(&proc_cpuinfo_chain, nb); in register_proc_cpuinfo_notifier()
/Linux-v6.6/include/linux/
Dnotifier.h150 extern int raw_notifier_chain_register(struct raw_notifier_head *nh,
/Linux-v6.6/drivers/clk/renesas/
Drcar-cpg-lib.c62 raw_notifier_chain_register(notifiers, &csn->nb); in cpg_simple_notifier_register()
Dclk-div6.c309 raw_notifier_chain_register(notifiers, &clock->nb); in cpg_div6_register()
/Linux-v6.6/drivers/xen/
Dmanage.c51 raw_notifier_chain_register(&xen_resume_notifier, nb); in xen_resume_notifier_register()
/Linux-v6.6/arch/mips/mm/
Dc-octeon.c299 return raw_notifier_chain_register(&co_cache_error_chain, nb); in register_co_cache_error_notifier()
/Linux-v6.6/arch/mips/kernel/
Dproc.c28 return raw_notifier_chain_register(&proc_cpuinfo_chain, nb); in register_proc_cpuinfo_notifier()
Dtraps.c1252 return raw_notifier_chain_register(&cu2_chain, nb); in register_cu2_notifier()
1986 return raw_notifier_chain_register(&nmi_chain, nb); in register_nmi_notifier()
/Linux-v6.6/drivers/gpu/drm/sti/
Dsti_vtg.c344 return raw_notifier_chain_register(&vtg->notifier_list, nb); in sti_vtg_register_client()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/
Dhnae.c280 return raw_notifier_chain_register(&ae_chain, nb); in hnae_register_notifier()
/Linux-v6.6/drivers/extcon/
Dextcon.c927 ret = raw_notifier_chain_register(&edev->nh[idx], nb); in extcon_register_notifier()
985 ret = raw_notifier_chain_register(&edev->nh_all, nb); in extcon_register_notifier_all()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_main.c42 raw_notifier_chain_register(&listen_notify_list, nb); in register_listen_notifier()
/Linux-v6.6/drivers/char/
Drandom.c161 ret = raw_notifier_chain_register((struct raw_notifier_head *)&random_ready_notifier.head, nb); in execute_with_initialized_rng()
/Linux-v6.6/net/dsa/
Dswitch.c1124 return raw_notifier_chain_register(&ds->dst->nh, &ds->nb); in dsa_switch_register_notifier()
/Linux-v6.6/kernel/time/
Dtimekeeping.c686 ret = raw_notifier_chain_register(&pvclock_gtod_chain, nb); in pvclock_gtod_register_notifier()
/Linux-v6.6/drivers/base/power/
Ddomain.c1782 ret = raw_notifier_chain_register(&genpd->power_notifiers, nb); in dev_pm_genpd_add_notifier()
/Linux-v6.6/net/core/
Ddev.c1772 err = raw_notifier_chain_register(&netdev_chain, nb); in register_netdevice_notifier()
1839 err = raw_notifier_chain_register(&net->netdev_chain, nb); in __register_netdevice_notifier_net()