Searched refs:notifier_block (Results 51 - 75 of 1198) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/kernel/
H A Dsstate.c51 static int sstate_reboot_call(struct notifier_block *np, unsigned long type, void *_unused)
75 static struct notifier_block sstate_reboot_notifier = {
79 static int sstate_panic_event(struct notifier_block *n, unsigned long event, void *ptr)
86 static struct notifier_block sstate_panic_block = {
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-power.c78 static int opal_power_control_event(struct notifier_block *nb,
117 static struct notifier_block opal_epow_nb = {
124 static struct notifier_block opal_dpo_nb = {
131 static struct notifier_block opal_power_control_nb = {
/linux-master/arch/arm/kernel/
H A Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t)
52 static struct notifier_block dsp_notifier_block = {
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t)
84 static struct notifier_block iwmmxt_notifier_block = {
/linux-master/include/linux/
H A Dmemory-tiers.h45 int register_mt_adistance_algorithm(struct notifier_block *nb);
46 int unregister_mt_adistance_algorithm(struct notifier_block *nb);
114 static inline int register_mt_adistance_algorithm(struct notifier_block *nb)
119 static inline int unregister_mt_adistance_algorithm(struct notifier_block *nb)
H A Doom.h14 struct notifier_block;
107 extern int register_oom_notifier(struct notifier_block *nb);
108 extern int unregister_oom_notifier(struct notifier_block *nb);
H A Ddevfreq.h188 struct notifier_block nb;
218 struct notifier_block nb_min;
219 struct notifier_block nb_max;
261 struct notifier_block *nb,
264 struct notifier_block *nb,
268 struct notifier_block *nb,
272 struct notifier_block *nb,
336 struct notifier_block nb;
410 struct notifier_block *nb,
417 struct notifier_block *n
[all...]
H A Drandom.h12 struct notifier_block;
32 int register_random_vmfork_notifier(struct notifier_block *nb);
33 int unregister_random_vmfork_notifier(struct notifier_block *nb);
35 static inline int register_random_vmfork_notifier(struct notifier_block *nb) { return 0; }
36 static inline int unregister_random_vmfork_notifier(struct notifier_block *nb) { return 0; }
122 int execute_with_initialized_rng(struct notifier_block *nb);
H A Ddca.h13 void dca_register_notify(struct notifier_block *nb);
14 void dca_unregister_notify(struct notifier_block *nb);
/linux-master/drivers/thermal/
H A Dthermal_netlink.h34 int thermal_genl_register_notifier(struct notifier_block *nb);
35 int thermal_genl_unregister_notifier(struct notifier_block *nb);
67 static inline int thermal_genl_register_notifier(struct notifier_block *nb)
72 static inline int thermal_genl_unregister_notifier(struct notifier_block *nb)
/linux-master/include/sound/
H A Dsoc-jack.h72 struct notifier_block pm_notifier;
95 struct notifier_block *nb);
97 struct notifier_block *nb);
/linux-master/include/linux/mlx5/
H A Deq.h26 struct notifier_block *nb);
28 struct notifier_block *nb);
51 struct notifier_block nb;
/linux-master/drivers/platform/x86/dell/
H A Ddell-smbios.h40 struct notifier_block;
73 int dell_laptop_register_notifier(struct notifier_block *nb);
74 int dell_laptop_unregister_notifier(struct notifier_block *nb);
/linux-master/arch/loongarch/include/asm/
H A Dcpu-info.h79 struct notifier_block;
81 extern int register_proc_cpuinfo_notifier(struct notifier_block *nb);
86 static struct notifier_block fn##_nb = { \
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.h71 struct notifier_block netdev_nb;
72 struct notifier_block switchdev_blk;
73 struct notifier_block switchdev_nb;
/linux-master/include/net/
H A Dswitchdev.h207 struct notifier_block *atomic_nb;
208 struct notifier_block *blocking_nb;
293 struct notifier_block *atomic_nb,
294 struct notifier_block *blocking_nb,
299 struct notifier_block *atomic_nb,
300 struct notifier_block *blocking_nb);
303 struct notifier_block *atomic_nb,
304 struct notifier_block *blocking_nb,
320 int register_switchdev_notifier(struct notifier_block *nb);
321 int unregister_switchdev_notifier(struct notifier_block *n
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c21 static int any_notifier(struct notifier_block *, unsigned long, void *);
22 static int temp_warn(struct notifier_block *, unsigned long, void *);
23 static int port_module(struct notifier_block *, unsigned long, void *);
24 static int pcie_core(struct notifier_block *, unsigned long, void *);
27 static int forward_event(struct notifier_block *, unsigned long, void *);
144 static int any_notifier(struct notifier_block *nb,
157 static int temp_warn(struct notifier_block *nb, unsigned long type, void *data)
219 static int port_module(struct notifier_block *nb, unsigned long type, void *data)
308 static int pcie_core(struct notifier_block *nb, unsigned long type, void *data)
333 static int forward_event(struct notifier_block *n
[all...]
/linux-master/drivers/staging/nvec/
H A Dnvec.h143 struct notifier_block nvec_status_notifier;
172 struct notifier_block *nb,
175 int nvec_unregister_notifier(struct nvec_chip *dev, struct notifier_block *nb);
/linux-master/drivers/clk/renesas/
H A Drcar-cpg-lib.h19 struct notifier_block nb;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmp.h17 struct notifier_block fib_nb;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c31 nvkm_acpi_ntfy(struct notifier_block *nb, unsigned long val, void *data)
/linux-master/drivers/clk/qcom/
H A Dclk-krait.h21 struct notifier_block clk_nb;
/linux-master/drivers/gpio/
H A Dgpiolib-of.h43 extern struct notifier_block gpio_of_notifier;
/linux-master/drivers/vfio/pci/pds/
H A Dvfio_dev.h21 struct notifier_block nb;
/linux-master/include/linux/framer/
H A Dframer.h108 int framer_notifier_register(struct framer *framer, struct notifier_block *nb);
109 int framer_notifier_unregister(struct framer *framer, struct notifier_block *nb);
173 struct notifier_block *nb)
179 struct notifier_block *nb)
/linux-master/drivers/edac/
H A Docteon_edac-pc.c23 extern int register_co_cache_error_notifier(struct notifier_block *nb);
24 extern int unregister_co_cache_error_notifier(struct notifier_block *nb);
29 struct notifier_block notifier;
38 static int co_cache_error_event(struct notifier_block *this,

Completed in 341 milliseconds

1234567891011>>