Searched refs:notifier_call (Results 26 - 50 of 819) sorted by relevance

1234567891011>>

/linux-master/arch/sh/kernel/
H A Dnmi_debug.c42 .notifier_call = nmi_debug_notify,
/linux-master/arch/loongarch/include/asm/
H A Dcpu-info.h87 .notifier_call = fn, \
/linux-master/drivers/power/reset/
H A Dst-poweroff.c61 .notifier_call = st_restart,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmp.c356 if (mp->fib_nb.notifier_call)
363 mp->fib_nb.notifier_call = mlx5_lag_fib_event;
368 mp->fib_nb.notifier_call = NULL;
378 if (!mp->fib_nb.notifier_call)
383 mp->fib_nb.notifier_call = NULL;
/linux-master/drivers/xen/
H A Darm-device.c133 .notifier_call = xen_platform_notifier,
175 .notifier_call = xen_amba_notifier,
H A Dcpu_hotplug.c106 .notifier_call = setup_cpu_watcher };
/linux-master/drivers/s390/char/
H A Dsclp_con.c244 .notifier_call = sclp_console_notify,
249 .notifier_call = sclp_console_notify,
/linux-master/drivers/usb/phy/
H A Dphy-omap-otg.c110 otg_dev->id_nb.notifier_call = omap_otg_id_notifier;
111 otg_dev->vbus_nb.notifier_call = omap_otg_vbus_notifier;
/linux-master/arch/arm/mach-mvebu/
H A Dcoherency.c104 .notifier_call = mvebu_hwcc_notifier,
108 .notifier_call = mvebu_hwcc_notifier,
/linux-master/drivers/leds/trigger/
H A Dledtrig-heartbeat.c181 .notifier_call = heartbeat_reboot_notifier,
185 .notifier_call = heartbeat_panic_notifier,
H A Dledtrig-backlight.c115 n->notifier.notifier_call = fb_notifier_callback;
/linux-master/arch/parisc/kernel/
H A Dpdc_chassis.c99 .notifier_call = pdc_chassis_panic_event,
122 .notifier_call = pdc_chassis_reboot_event,
/linux-master/drivers/input/misc/
H A Drave-sp-pwrbutton.c65 pb->nb.notifier_call = rave_sp_power_button_event;
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c59 .notifier_call = nwfpe_notify,
/linux-master/drivers/cpufreq/
H A Dhighbank-cpufreq.c55 .notifier_call = hb_cpufreq_clk_notify,
/linux-master/arch/arm/mach-keystone/
H A Dkeystone.c91 .notifier_call = keystone_platform_notifier,
/linux-master/lib/
H A Dnotifier-error-inject.c58 err_inject->nb.notifier_call = notifier_err_inject_callback;
/linux-master/arch/powerpc/platforms/512x/
H A Dpdm360ng.c88 .notifier_call = pdm360ng_touchscreen_notifier_call,
/linux-master/arch/mips/include/asm/
H A Dtraps.h35 .notifier_call = fn, \
/linux-master/include/linux/
H A Dmemory.h176 { .notifier_call = fn, .priority = pri };\
/linux-master/drivers/edac/
H A Dsifive_edac.c51 p->notifier.notifier_call = ecc_err_event;
/linux-master/net/netfilter/
H A Dnf_nat_masquerade.c215 .notifier_call = masq_device_event,
219 .notifier_call = masq_inet_event,
301 .notifier_call = masq_inet6_event,
/linux-master/net/bridge/
H A Dbr.c146 .notifier_call = br_device_event
202 .notifier_call = br_switchdev_event,
252 .notifier_call = br_switchdev_blocking_event,
/linux-master/drivers/watchdog/
H A Dwatchdog_core.c306 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier;
320 wdd->restart_nb.notifier_call = watchdog_restart_notifier;
329 wdd->pm_nb.notifier_call = watchdog_pm_notifier;
/linux-master/drivers/crypto/ccree/
H A Dcc_fips.c148 fips_h->nb.notifier_call = cc_ree_fips_failure;

Completed in 221 milliseconds

1234567891011>>