/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A 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 }, 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 [all...] |
H A D | lag_mp.c | 318 if (mp->fib_nb.notifier_call) in mlx5_lag_mp_init() 325 mp->fib_nb.notifier_call = mlx5_lag_fib_event; in mlx5_lag_mp_init() 330 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_init() 340 if (!mp->fib_nb.notifier_call) in mlx5_lag_mp_cleanup() 345 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_cleanup()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A 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 [all...] |
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A 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,
|
/kernel/linux/linux-6.6/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/arm/mach-highbank/ |
H A D | highbank.c | 108 .notifier_call = highbank_platform_notifier, 112 .notifier_call = highbank_platform_notifier, 134 .notifier_call = hb_keys_notifier,
|
/kernel/linux/linux-6.6/arch/arm/mach-highbank/ |
H A D | highbank.c | 108 .notifier_call = highbank_platform_notifier, 112 .notifier_call = highbank_platform_notifier, 134 .notifier_call = hb_keys_notifier,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A 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,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/ |
H A D | setup.c | 46 .notifier_call = iss_restart, 57 .notifier_call = iss_panic_event,
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sstate.c | 75 .notifier_call = sstate_reboot_call, 86 .notifier_call = sstate_panic_event,
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | xscale-cp0.c | 53 .notifier_call = dsp_do, 85 .notifier_call = iwmmxt_do,
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | xscale-cp0.c | 53 .notifier_call = dsp_do, 85 .notifier_call = iwmmxt_do,
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sstate.c | 76 .notifier_call = sstate_reboot_call, 87 .notifier_call = sstate_panic_event,
|
/kernel/linux/linux-5.10/drivers/oprofile/ |
H A D | buffer_sync.c | 132 .notifier_call = task_free_notify, 136 .notifier_call = task_exit_notify, 140 .notifier_call = munmap_notify, 144 .notifier_call = module_load_notify,
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | pdc_chassis.c | 95 .notifier_call = pdc_chassis_panic_event, 115 .notifier_call = pdc_chassis_reboot_event,
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | pdc_chassis.c | 99 .notifier_call = pdc_chassis_panic_event, 122 .notifier_call = pdc_chassis_reboot_event,
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | coherency.c | 107 .notifier_call = mvebu_hwcc_notifier, 111 .notifier_call = mvebu_hwcc_notifier,
|
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/ |
H A D | coherency.c | 104 .notifier_call = mvebu_hwcc_notifier, 108 .notifier_call = mvebu_hwcc_notifier,
|
/kernel/linux/linux-5.10/drivers/leds/trigger/ |
H A D | ledtrig-heartbeat.c | 180 .notifier_call = heartbeat_reboot_notifier, 184 .notifier_call = heartbeat_panic_notifier,
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | arm-device.c | 133 .notifier_call = xen_platform_notifier, 175 .notifier_call = xen_amba_notifier,
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | arm-device.c | 133 .notifier_call = xen_platform_notifier, 175 .notifier_call = xen_amba_notifier,
|