/include/linux/ |
A D | notifier.h | 49 struct notifier_block; 54 struct notifier_block { struct 56 struct notifier_block __rcu *next; argument 147 struct notifier_block *nb); 149 struct notifier_block *nb); 151 struct notifier_block *nb); 153 struct notifier_block *nb); 161 struct notifier_block *nb); 163 struct notifier_block *nb); 165 struct notifier_block *nb); [all …]
|
A D | extcon.h | 202 struct notifier_block *nb); 204 struct notifier_block *nb); 207 struct notifier_block *nb); 210 struct notifier_block *nb); 213 struct notifier_block *nb); 215 struct notifier_block *nb); 218 struct notifier_block *nb); 221 struct notifier_block *nb); 267 struct notifier_block *nb) in devm_extcon_register_notifier() 274 struct notifier_block *nb) { } in devm_extcon_unregister_notifier() [all …]
|
A D | rcu_notifier.h | 21 int rcu_stall_chain_notifier_register(struct notifier_block *n); 22 int rcu_stall_chain_notifier_unregister(struct notifier_block *n); 27 static inline int rcu_stall_chain_notifier_register(struct notifier_block *n) { return -EEXIST; } in rcu_stall_chain_notifier_register() 28 static inline int rcu_stall_chain_notifier_unregister(struct notifier_block *n) { return -ENOENT; } in rcu_stall_chain_notifier_unregister()
|
A D | cpu_pm.h | 61 int cpu_pm_register_notifier(struct notifier_block *nb); 62 int cpu_pm_unregister_notifier(struct notifier_block *nb); 70 static inline int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier() 75 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
|
A D | keyboard.h | 7 struct notifier_block; 19 extern int register_keyboard_notifier(struct notifier_block *nb); 20 extern int unregister_keyboard_notifier(struct notifier_block *nb);
|
A D | kdebug.h | 7 struct notifier_block; 17 int register_die_notifier(struct notifier_block *nb); 18 int unregister_die_notifier(struct notifier_block *nb);
|
A D | devfreq.h | 192 struct notifier_block nb; 222 struct notifier_block nb_min; 223 struct notifier_block nb_max; 265 struct notifier_block *nb, 268 struct notifier_block *nb, 272 struct notifier_block *nb, 276 struct notifier_block *nb, 340 struct notifier_block nb; 414 struct notifier_block *nb, in devfreq_register_notifier() 421 struct notifier_block *nb, in devfreq_unregister_notifier() [all …]
|
A D | acpi_amd_wbrf.h | 54 int amd_wbrf_register_notifier(struct notifier_block *nb); 55 int amd_wbrf_unregister_notifier(struct notifier_block *nb); 80 int amd_wbrf_register_notifier(struct notifier_block *nb) in amd_wbrf_register_notifier() 85 int amd_wbrf_unregister_notifier(struct notifier_block *nb) in amd_wbrf_unregister_notifier()
|
A D | pvclock_gtod.h | 14 extern int pvclock_gtod_register_notifier(struct notifier_block *nb); 15 extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb);
|
A D | fsl_hypervisor.h | 55 int fsl_hv_failover_register(struct notifier_block *nb); 61 int fsl_hv_failover_unregister(struct notifier_block *nb);
|
A D | memory.h | 114 struct notifier_block; 135 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier() 139 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier() 159 extern int register_memory_notifier(struct notifier_block *nb); 160 extern void unregister_memory_notifier(struct notifier_block *nb); 182 static __meminitdata struct notifier_block fn##_mem_nb =\
|
A D | pl320-ipc.h | 6 int pl320_ipc_register_notifier(struct notifier_block *nb); 7 int pl320_ipc_unregister_notifier(struct notifier_block *nb);
|
A D | reboot.h | 44 extern int register_reboot_notifier(struct notifier_block *); 45 extern int unregister_reboot_notifier(struct notifier_block *); 47 extern int devm_register_reboot_notifier(struct device *, struct notifier_block *); 49 extern int register_restart_handler(struct notifier_block *); 50 extern int unregister_restart_handler(struct notifier_block *);
|
A D | kexec_handover.h | 20 struct notifier_block; 50 int register_kho_notifier(struct notifier_block *nb); 51 int unregister_kho_notifier(struct notifier_block *nb); 89 static inline int register_kho_notifier(struct notifier_block *nb) in register_kho_notifier() 94 static inline int unregister_kho_notifier(struct notifier_block *nb) in unregister_kho_notifier()
|
/include/net/ |
A D | dcbevent.h | 11 struct notifier_block; 18 int register_dcbevent_notifier(struct notifier_block *nb); 19 int unregister_dcbevent_notifier(struct notifier_block *nb); 23 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier() 28 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
|
A D | fib_notifier.h | 32 int (*fib_dump)(struct net *net, struct notifier_block *nb, 38 int call_fib_notifier(struct notifier_block *nb, 43 int register_fib_notifier(struct net *net, struct notifier_block *nb, 44 void (*cb)(struct notifier_block *nb), 46 int unregister_fib_notifier(struct net *net, struct notifier_block *nb);
|
A D | netevent.h | 17 struct notifier_block ; 35 int register_netevent_notifier(struct notifier_block *nb); 36 int unregister_netevent_notifier(struct notifier_block *nb);
|
A D | switchdev.h | 207 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, 303 struct notifier_block *atomic_nb, 304 struct notifier_block *blocking_nb, 379 struct notifier_block *atomic_nb, in switchdev_bridge_port_offload() 380 struct notifier_block *blocking_nb, in switchdev_bridge_port_offload() 390 struct notifier_block *atomic_nb, in switchdev_bridge_port_unoffload() [all …]
|
/include/linux/remoteproc/ |
A D | qcom_rproc.h | 4 struct notifier_block; 29 void *qcom_register_ssr_notifier(const char *name, struct notifier_block *nb); 30 int qcom_unregister_ssr_notifier(void *notify, struct notifier_block *nb); 35 struct notifier_block *nb) in qcom_register_ssr_notifier() 41 struct notifier_block *nb) in qcom_unregister_ssr_notifier()
|
/include/linux/firmware/imx/ |
A D | sci.h | 21 int imx_scu_irq_register_notifier(struct notifier_block *nb); 22 int imx_scu_irq_unregister_notifier(struct notifier_block *nb); 37 static inline int imx_scu_irq_register_notifier(struct notifier_block *nb) in imx_scu_irq_register_notifier() 42 static inline int imx_scu_irq_unregister_notifier(struct notifier_block *nb) in imx_scu_irq_unregister_notifier()
|
/include/drm/ |
A D | drm_privacy_screen_consumer.h | 29 struct notifier_block *nb); 31 struct notifier_block *nb); 54 struct notifier_block *nb) in drm_privacy_screen_register_notifier() 59 struct notifier_block *nb) in drm_privacy_screen_unregister_notifier()
|
/include/acpi/ |
A D | ghes.h | 63 int ghes_register_vendor_record_notifier(struct notifier_block *nb); 70 void ghes_unregister_vendor_record_notifier(struct notifier_block *nb); 130 struct notifier_block; 131 extern void ghes_register_report_chain(struct notifier_block *nb); 132 extern void ghes_unregister_report_chain(struct notifier_block *nb);
|
A D | hed.h | 14 int register_acpi_hed_notifier(struct notifier_block *nb); 15 void unregister_acpi_hed_notifier(struct notifier_block *nb);
|
/include/linux/platform_data/ |
A D | cros_usbpd_notify.h | 13 int cros_usbpd_register_notify(struct notifier_block *nb); 15 void cros_usbpd_unregister_notify(struct notifier_block *nb);
|
/include/soc/sifive/ |
A D | sifive_ccache.h | 10 extern int register_sifive_ccache_error_notifier(struct notifier_block *nb); 11 extern int unregister_sifive_ccache_error_notifier(struct notifier_block *nb);
|