Home
last modified time | relevance | path

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

12345678910>>...31

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c32 {.nb.notifier_call = any_notifier, .event_type = MLX5_EVENT_TYPE_NOTIFY_ANY },
33 {.nb.notifier_call = temp_warn, .event_type = MLX5_EVENT_TYPE_TEMP_WARN_EVENT },
34 {.nb.notifier_call = port_module, .event_type = MLX5_EVENT_TYPE_PORT_MODULE_EVENT },
35 {.nb.notifier_call = pcie_core, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
38 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PORT_CHANGE },
39 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
40 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_OBJECT_CHANGE },
42 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_DCT_DRAINED },
43 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PATH_MIG },
44 {.nb.notifier_call
[all...]
/linux/drivers/vfio/pci/pds/
H A Dpci_drv.c85 if (!nb->notifier_call) { in pds_vfio_pci_register_event_handler()
86 nb->notifier_call = pds_vfio_pci_notify_handler; in pds_vfio_pci_register_event_handler()
89 nb->notifier_call = NULL; in pds_vfio_pci_register_event_handler()
104 if (pds_vfio->nb.notifier_call) { in pds_vfio_pci_unregister_event_handler()
106 pds_vfio->nb.notifier_call = NULL; in pds_vfio_pci_unregister_event_handler()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-power.c118 .notifier_call = opal_power_control_event,
125 .notifier_call = opal_power_control_event,
132 .notifier_call = opal_power_control_event,
/linux/kernel/
H A Dnotifier.c24 n->notifier_call); in notifier_chain_register()
35 trace_notifier_register((void *)n->notifier_call); in notifier_chain_register()
45 trace_notifier_unregister((void *)n->notifier_call); in notifier_chain_unregister()
78 if (unlikely(!func_ptr_is_kernel_text(nb->notifier_call))) { in notifier_call_chain()
84 trace_notifier_run((void *)nb->notifier_call); in notifier_call_chain()
85 ret = nb->notifier_call(nb, val, v); in notifier_call_chain()
/linux/arch/arm/mach-highbank/
H A Dhighbank.c108 .notifier_call = highbank_platform_notifier,
112 .notifier_call = highbank_platform_notifier,
134 .notifier_call = hb_keys_notifier,
/linux/arch/xtensa/platforms/iss/
H A Dsetup.c46 .notifier_call = iss_restart,
57 .notifier_call = iss_panic_event,
/linux/arch/sparc/kernel/
H A Dsstate.c76 .notifier_call = sstate_reboot_call,
87 .notifier_call = sstate_panic_event,
/linux/arch/arm/kernel/
H A Dxscale-cp0.c53 .notifier_call = dsp_do,
85 .notifier_call = iwmmxt_do,
/linux/net/core/
H A Dlock_debug.c83 nb->notifier_call = netdev_debug_event; in rtnl_net_debug_net_init()
104 .notifier_call = netdev_debug_event,
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmp.c373 if (mp->fib_nb.notifier_call) in mlx5_lag_mp_init()
380 mp->fib_nb.notifier_call = mlx5_lag_fib_event; in mlx5_lag_mp_init()
385 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_init()
395 if (!mp->fib_nb.notifier_call) in mlx5_lag_mp_cleanup()
400 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_cleanup()
/linux/arch/parisc/kernel/
H A Dpdc_chassis.c99 .notifier_call = pdc_chassis_panic_event,
122 .notifier_call = pdc_chassis_reboot_event,
/linux/drivers/usb/phy/
H A 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()
H A Dphy.c372 if (x->vbus_nb.notifier_call) { in usb_add_extcon()
382 x->type_nb.notifier_call = usb_phy_get_charger_type; in usb_add_extcon()
421 if (x->id_nb.notifier_call) { in usb_add_extcon()
440 if (x->type_nb.notifier_call) in usb_add_extcon()
/linux/arch/arm/mach-mvebu/
H A Dcoherency.c104 .notifier_call = mvebu_hwcc_notifier,
108 .notifier_call = mvebu_hwcc_notifier,
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c259 if (mdev->netdev_nb.notifier_call) in mlx4_en_remove()
344 mdev->mlx_nb.notifier_call = mlx4_en_event; in mlx4_en_probe()
358 mdev->netdev_nb.notifier_call = mlx4_en_netdev_event; in mlx4_en_probe()
360 mdev->netdev_nb.notifier_call = NULL; in mlx4_en_probe()
/linux/drivers/devfreq/
H A 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/drivers/watchdog/
H A Dwatchdog_core.c306 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in ___watchdog_register_device()
320 wdd->restart_nb.notifier_call = watchdog_restart_notifier; in ___watchdog_register_device()
329 wdd->pm_nb.notifier_call = watchdog_pm_notifier; in ___watchdog_register_device()
/linux/drivers/leds/trigger/
H A Dledtrig-heartbeat.c181 .notifier_call = heartbeat_reboot_notifier,
185 .notifier_call = heartbeat_panic_notifier,
H A Dledtrig-activity.c238 .notifier_call = activity_reboot_notifier,
242 .notifier_call = activity_panic_notifier,
/linux/drivers/xen/
H A Darm-device.c133 .notifier_call = xen_platform_notifier,
175 .notifier_call = xen_amba_notifier,
/linux/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/drivers/infiniband/hw/irdma/
H A Dmain.c10 .notifier_call = irdma_inetaddr_event
14 .notifier_call = irdma_inet6addr_event
18 .notifier_call = irdma_net_event
22 .notifier_call = irdma_netdevice_event
/linux/drivers/s390/char/
H A Dsclp_con.c244 .notifier_call = sclp_console_notify,
249 .notifier_call = sclp_console_notify,
/linux/fs/xfs/
H A Dxfs_hooks.c29 ASSERT(hook->nb.notifier_call != NULL); in xfs_hooks_add()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy; in nvkm_acpi_init()

12345678910>>...31