Searched refs:notifier_call (Results 1 - 25 of 817) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A 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
[all...]
/linux-master/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-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy;
/linux-master/fs/xfs/
H A Dxfs_hooks.c29 ASSERT(hook->nb.notifier_call != NULL);
H A Dxfs_hooks.h48 hook->nb.notifier_call = fn;
/linux-master/arch/xtensa/platforms/iss/
H A Dsetup.c46 .notifier_call = iss_restart,
57 .notifier_call = iss_panic_event,
/linux-master/drivers/vfio/pci/pds/
H A Dpci_drv.c85 if (!nb->notifier_call) {
86 nb->notifier_call = pds_vfio_pci_notify_handler;
89 nb->notifier_call = NULL;
104 if (pds_vfio->nb.notifier_call) {
106 pds_vfio->nb.notifier_call = NULL;
/linux-master/arch/mips/kernel/
H A Dpm.c88 .notifier_call = mips_pm_notifier,
H A Dcsrc-r4k.c95 .notifier_call = r4k_cpufreq_callback,
/linux-master/arch/arm/kernel/
H A Dthumbee.c48 .notifier_call = thumbee_notifier,
H A Dxscale-cp0.c53 .notifier_call = dsp_do,
85 .notifier_call = iwmmxt_do,
/linux-master/arch/mips/include/asm/
H A Dcop2.h54 .notifier_call = fn, \
/linux-master/drivers/soc/sunxi/
H A Dsunxi_mbus.c96 .notifier_call = sunxi_mbus_notifier,
/linux-master/drivers/leds/trigger/
H A Dledtrig-panic.c47 .notifier_call = led_trigger_panic_notifier,
/linux-master/arch/sparc/kernel/
H A Dsstate.c76 .notifier_call = sstate_reboot_call,
87 .notifier_call = sstate_panic_event,
/linux-master/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-master/kernel/
H A Dnotifier.c32 n->notifier_call);
43 trace_notifier_register((void *)n->notifier_call);
53 trace_notifier_unregister((void *)n->notifier_call);
86 if (unlikely(!func_ptr_is_kernel_text(nb->notifier_call))) {
92 trace_notifier_run((void *)nb->notifier_call);
93 ret = nb->notifier_call(nb, val, v);
/linux-master/net/openvswitch/
H A Ddp_notify.c85 .notifier_call = dp_device_event
/linux-master/arch/arm/mach-tegra/
H A Dirq.c59 .notifier_call = tegra_gic_notifier,
/linux-master/drivers/power/reset/
H A Dhisi-reboot.c36 .notifier_call = hisi_restart_handler,
/linux-master/kernel/gcov/
H A Dbase.c130 .notifier_call = gcov_module_notifier,
/linux-master/drivers/soc/tegra/
H A Dari-tegra186.c70 .notifier_call = tegra186_ari_panic_handler,
/linux-master/include/linux/mlx5/
H A Deq.h59 (name)->nb.notifier_call = handler; \
/linux-master/drivers/acpi/nfit/
H A Dmce.c88 .notifier_call = nfit_handle_mce,
/linux-master/drivers/firmware/efi/
H A Defibc.c65 .notifier_call = efibc_reboot_notifier_call,

Completed in 187 milliseconds

1234567891011>>