Home
last modified time | relevance | path

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

12345678910>>...33

/linux-6.1.9/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 },
39 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_OBJECT_CHANGE },
41 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_DCT_DRAINED },
42 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PATH_MIG },
43 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_COMM_EST },
[all …]
/linux-6.1.9/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-6.1.9/arch/arm/mach-highbank/ !
Dhighbank.c108 .notifier_call = highbank_platform_notifier,
112 .notifier_call = highbank_platform_notifier,
134 .notifier_call = hb_keys_notifier,
/linux-6.1.9/drivers/net/ethernet/intel/ice/ !
Dice_lag.c352 if (!notif_blk->notifier_call) { in ice_register_lag_handler()
353 notif_blk->notifier_call = ice_lag_event_handler; in ice_register_lag_handler()
355 notif_blk->notifier_call = NULL; in ice_register_lag_handler()
374 if (notif_blk->notifier_call) { in ice_unregister_lag_handler()
412 lag->notif_block.notifier_call = NULL; in ice_init_lag()
/linux-6.1.9/arch/sparc/kernel/ !
Dsstate.c76 .notifier_call = sstate_reboot_call,
87 .notifier_call = sstate_panic_event,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lag/ !
Dmp.c339 if (mp->fib_nb.notifier_call) in mlx5_lag_mp_init()
346 mp->fib_nb.notifier_call = mlx5_lag_fib_event; in mlx5_lag_mp_init()
351 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_init()
361 if (!mp->fib_nb.notifier_call) in mlx5_lag_mp_cleanup()
366 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_cleanup()
/linux-6.1.9/arch/arm/kernel/ !
Dxscale-cp0.c53 .notifier_call = dsp_do,
85 .notifier_call = iwmmxt_do,
Dthumbee.c48 .notifier_call = thumbee_notifier,
/linux-6.1.9/arch/parisc/kernel/ !
Dpdc_chassis.c96 .notifier_call = pdc_chassis_panic_event,
116 .notifier_call = pdc_chassis_reboot_event,
/linux-6.1.9/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()
/linux-6.1.9/arch/arm/mach-mvebu/ !
Dcoherency.c104 .notifier_call = mvebu_hwcc_notifier,
108 .notifier_call = mvebu_hwcc_notifier,
/linux-6.1.9/drivers/infiniband/hw/irdma/ !
Dmain.c12 .notifier_call = irdma_inetaddr_event
16 .notifier_call = irdma_inet6addr_event
20 .notifier_call = irdma_net_event
24 .notifier_call = irdma_netdevice_event
/linux-6.1.9/drivers/devfreq/ !
Dgovernor_passive.c240 if (p_data->nb.notifier_call) { in cpufreq_passive_unregister_notifier()
267 p_data->nb.notifier_call = cpufreq_passive_notifier_call; in cpufreq_passive_register_notifier()
271 p_data->nb.notifier_call = NULL; in cpufreq_passive_register_notifier()
389 nb->notifier_call = devfreq_passive_notifier_call; in devfreq_passive_register_notifier()
/linux-6.1.9/drivers/watchdog/ !
Dwatchdog_core.c305 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in __watchdog_register_device()
319 wdd->restart_nb.notifier_call = watchdog_restart_notifier; in __watchdog_register_device()
328 wdd->pm_nb.notifier_call = watchdog_pm_notifier; in __watchdog_register_device()
/linux-6.1.9/drivers/xen/ !
Darm-device.c133 .notifier_call = xen_platform_notifier,
175 .notifier_call = xen_amba_notifier,
/linux-6.1.9/drivers/leds/trigger/ !
Dledtrig-heartbeat.c181 .notifier_call = heartbeat_reboot_notifier,
185 .notifier_call = heartbeat_panic_notifier,
Dledtrig-activity.c238 .notifier_call = activity_reboot_notifier,
242 .notifier_call = activity_panic_notifier,
/linux-6.1.9/drivers/s390/char/ !
Dsclp_con.c244 .notifier_call = sclp_console_notify,
249 .notifier_call = sclp_console_notify,
/linux-6.1.9/kernel/ !
Dnotifier.c29 n->notifier_call); in notifier_chain_register()
81 if (unlikely(!func_ptr_is_kernel_text(nb->notifier_call))) { in notifier_call_chain()
87 ret = nb->notifier_call(nb, val, v); in notifier_call_chain()
/linux-6.1.9/net/netfilter/ !
Dnf_nat_masquerade.c215 .notifier_call = masq_device_event,
219 .notifier_call = masq_inet_event,
301 .notifier_call = masq_inet6_event,
/linux-6.1.9/arch/mips/include/asm/ !
Dtraps.h35 .notifier_call = fn, \
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/device/ !
Dacpi.c55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy; in nvkm_acpi_init()
/linux-6.1.9/drivers/firmware/arm_scmi/ !
Dscmi_power_control.c218 sc->reboot_nb.notifier_call = &scmi_reboot_notifier; in scmi_request_graceful_transition()
338 sc->userspace_nb.notifier_call = &scmi_userspace_notifier; in scmi_syspower_probe()
/linux-6.1.9/drivers/soc/sunxi/ !
Dsunxi_mbus.c96 .notifier_call = sunxi_mbus_notifier,
/linux-6.1.9/arch/mips/kernel/ !
Dpm.c88 .notifier_call = mips_pm_notifier,

12345678910>>...33