/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | events.c | 31 {.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.6.21/drivers/vfio/pci/pds/ |
D | pci_drv.c | 104 if (!nb->notifier_call) { in pds_vfio_pci_register_event_handler() 105 nb->notifier_call = pds_vfio_pci_notify_handler; in pds_vfio_pci_register_event_handler() 108 nb->notifier_call = NULL; in pds_vfio_pci_register_event_handler() 123 if (pds_vfio->nb.notifier_call) { in pds_vfio_pci_unregister_event_handler() 125 pds_vfio->nb.notifier_call = NULL; in pds_vfio_pci_unregister_event_handler()
|
/linux-6.6.21/arch/powerpc/platforms/powernv/ |
D | opal-power.c | 118 .notifier_call = opal_power_control_event, 125 .notifier_call = opal_power_control_event, 132 .notifier_call = opal_power_control_event,
|
/linux-6.6.21/kernel/ |
D | notifier.c | 32 n->notifier_call); in notifier_chain_register() 43 trace_notifier_register((void *)n->notifier_call); in notifier_chain_register() 53 trace_notifier_unregister((void *)n->notifier_call); in notifier_chain_unregister() 86 if (unlikely(!func_ptr_is_kernel_text(nb->notifier_call))) { in notifier_call_chain() 92 trace_notifier_run((void *)nb->notifier_call); in notifier_call_chain() 93 ret = nb->notifier_call(nb, val, v); in notifier_call_chain()
|
/linux-6.6.21/arch/arm/mach-highbank/ |
D | highbank.c | 108 .notifier_call = highbank_platform_notifier, 112 .notifier_call = highbank_platform_notifier, 134 .notifier_call = hb_keys_notifier,
|
/linux-6.6.21/arch/xtensa/platforms/iss/ |
D | setup.c | 46 .notifier_call = iss_restart, 57 .notifier_call = iss_panic_event,
|
/linux-6.6.21/arch/sparc/kernel/ |
D | sstate.c | 76 .notifier_call = sstate_reboot_call, 87 .notifier_call = sstate_panic_event,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | mp.c | 356 if (mp->fib_nb.notifier_call) in mlx5_lag_mp_init() 363 mp->fib_nb.notifier_call = mlx5_lag_fib_event; in mlx5_lag_mp_init() 368 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_init() 378 if (!mp->fib_nb.notifier_call) in mlx5_lag_mp_cleanup() 383 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_cleanup()
|
/linux-6.6.21/arch/arm/kernel/ |
D | xscale-cp0.c | 53 .notifier_call = dsp_do, 85 .notifier_call = iwmmxt_do,
|
/linux-6.6.21/arch/parisc/kernel/ |
D | pdc_chassis.c | 99 .notifier_call = pdc_chassis_panic_event, 122 .notifier_call = pdc_chassis_reboot_event,
|
/linux-6.6.21/drivers/usb/phy/ |
D | phy-omap-otg.c | 110 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.6.21/arch/arm/mach-mvebu/ |
D | coherency.c | 104 .notifier_call = mvebu_hwcc_notifier, 108 .notifier_call = mvebu_hwcc_notifier,
|
/linux-6.6.21/drivers/infiniband/hw/irdma/ |
D | main.c | 12 .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.6.21/drivers/net/ethernet/mellanox/mlx4/ |
D | en_main.c | 259 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-6.6.21/drivers/devfreq/ |
D | governor_passive.c | 240 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.6.21/drivers/watchdog/ |
D | watchdog_core.c | 305 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.6.21/drivers/leds/trigger/ |
D | ledtrig-heartbeat.c | 181 .notifier_call = heartbeat_reboot_notifier, 185 .notifier_call = heartbeat_panic_notifier,
|
D | ledtrig-activity.c | 238 .notifier_call = activity_reboot_notifier, 242 .notifier_call = activity_panic_notifier,
|
/linux-6.6.21/drivers/xen/ |
D | arm-device.c | 133 .notifier_call = xen_platform_notifier, 175 .notifier_call = xen_amba_notifier,
|
/linux-6.6.21/drivers/s390/char/ |
D | sclp_con.c | 244 .notifier_call = sclp_console_notify, 249 .notifier_call = sclp_console_notify,
|
/linux-6.6.21/net/netfilter/ |
D | nf_nat_masquerade.c | 215 .notifier_call = masq_device_event, 219 .notifier_call = masq_inet_event, 301 .notifier_call = masq_inet6_event,
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_huc.c | 203 huc->delayed_load.nb.notifier_call = gsc_notifier; in intel_huc_register_gsc_notifier() 207 huc->delayed_load.nb.notifier_call = NULL; in intel_huc_register_gsc_notifier() 214 if (!huc->delayed_load.nb.notifier_call) in intel_huc_unregister_gsc_notifier() 220 huc->delayed_load.nb.notifier_call = NULL; in intel_huc_unregister_gsc_notifier()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | traps.h | 35 .notifier_call = fn, \
|
/linux-6.6.21/drivers/firmware/arm_scmi/ |
D | scmi_power_control.c | 218 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.6.21/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | acpi.c | 55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy; in nvkm_acpi_init()
|