Home
last modified time | relevance | path

Searched refs:notifier_call (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Devents.c31 {.nb.notifier_call = any_notifier, .event_type = MLX5_EVENT_TYPE_NOTIFY_ANY },
32 {.nb.notifier_call = temp_warn, .event_type = MLX5_EVENT_TYPE_TEMP_WARN_EVENT },
33 {.nb.notifier_call = port_module, .event_type = MLX5_EVENT_TYPE_PORT_MODULE_EVENT },
34 {.nb.notifier_call = pcie_core, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
37 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PORT_CHANGE },
38 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
40 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_DCT_DRAINED },
41 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PATH_MIG },
42 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_COMM_EST },
43 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_SQ_DRAINED },
[all …]
Dlag_mp.c310 if (mp->fib_nb.notifier_call) in mlx5_lag_mp_init()
317 mp->fib_nb.notifier_call = mlx5_lag_fib_event; in mlx5_lag_mp_init()
322 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_init()
332 if (!mp->fib_nb.notifier_call) in mlx5_lag_mp_cleanup()
337 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_cleanup()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dopal-power.c118 .notifier_call = opal_power_control_event,
125 .notifier_call = opal_power_control_event,
132 .notifier_call = opal_power_control_event,
/Linux-v5.10/arch/arm/mach-highbank/
Dhighbank.c108 .notifier_call = highbank_platform_notifier,
112 .notifier_call = highbank_platform_notifier,
134 .notifier_call = hb_keys_notifier,
/Linux-v5.10/arch/sparc/kernel/
Dsstate.c75 .notifier_call = sstate_reboot_call,
86 .notifier_call = sstate_panic_event,
/Linux-v5.10/arch/arm/kernel/
Dxscale-cp0.c53 .notifier_call = dsp_do,
85 .notifier_call = iwmmxt_do,
Dthumbee.c48 .notifier_call = thumbee_notifier,
/Linux-v5.10/drivers/oprofile/
Dbuffer_sync.c132 .notifier_call = task_free_notify,
136 .notifier_call = task_exit_notify,
140 .notifier_call = munmap_notify,
144 .notifier_call = module_load_notify,
/Linux-v5.10/arch/parisc/kernel/
Dpdc_chassis.c95 .notifier_call = pdc_chassis_panic_event,
115 .notifier_call = pdc_chassis_reboot_event,
/Linux-v5.10/drivers/usb/phy/
Dphy-omap-otg.c110 otg_dev->id_nb.notifier_call = omap_otg_id_notifier; in omap_otg_probe()
111 otg_dev->vbus_nb.notifier_call = omap_otg_vbus_notifier; in omap_otg_probe()
Dphy.c341 if (x->vbus_nb.notifier_call) { in usb_add_extcon()
351 x->type_nb.notifier_call = usb_phy_get_charger_type; in usb_add_extcon()
390 if (x->id_nb.notifier_call) { in usb_add_extcon()
409 if (x->type_nb.notifier_call) in usb_add_extcon()
/Linux-v5.10/arch/arm/mach-mvebu/
Dcoherency.c107 .notifier_call = mvebu_hwcc_notifier,
111 .notifier_call = mvebu_hwcc_notifier,
/Linux-v5.10/drivers/xen/
Darm-device.c133 .notifier_call = xen_platform_notifier,
175 .notifier_call = xen_amba_notifier,
/Linux-v5.10/drivers/leds/trigger/
Dledtrig-heartbeat.c180 .notifier_call = heartbeat_reboot_notifier,
184 .notifier_call = heartbeat_panic_notifier,
Dledtrig-activity.c237 .notifier_call = activity_reboot_notifier,
241 .notifier_call = activity_panic_notifier,
/Linux-v5.10/net/netfilter/
Dnf_nat_masquerade.c131 .notifier_call = masq_device_event,
135 .notifier_call = masq_inet_event,
270 .notifier_call = masq_inet6_event,
/Linux-v5.10/arch/mips/include/asm/
Dtraps.h31 .notifier_call = fn, \
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dacpi.c55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy; in nvkm_acpi_init()
/Linux-v5.10/drivers/s390/char/
Dsclp_con.c271 .notifier_call = sclp_console_notify,
276 .notifier_call = sclp_console_notify,
/Linux-v5.10/arch/mips/kernel/
Dpm.c88 .notifier_call = mips_pm_notifier,
/Linux-v5.10/drivers/power/reset/
Dbrcm-kona-reset.c45 .notifier_call = kona_reset_handler,
/Linux-v5.10/arch/xtensa/platforms/iss/
Dsetup.c54 .notifier_call = iss_panic_event,
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_main.c246 if (mdev->nb.notifier_call) in mlx4_en_remove()
264 mdev->nb.notifier_call = mlx4_en_netdev_event; in mlx4_en_activate()
266 mdev->nb.notifier_call = NULL; in mlx4_en_activate()
/Linux-v5.10/arch/sparc/oprofile/
Dinit.c40 .notifier_call = profile_timer_exceptions_notify,
/Linux-v5.10/arch/x86/platform/intel-mid/device_libs/
Dplatform_msic.c53 .notifier_call = msic_scu_status_change, in msic_init()

12345678910>>...30