| /include/linux/ |
| 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() argument 274 struct notifier_block *nb) { } in devm_extcon_unregister_notifier() argument [all …]
|
| 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() argument 75 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier() argument
|
| A D | notifier.h | 51 typedef int (*notifier_fn_t)(struct notifier_block *nb, 147 struct notifier_block *nb); 149 struct notifier_block *nb); 151 struct notifier_block *nb); 153 struct notifier_block *nb); 156 struct atomic_notifier_head *nh, struct notifier_block *nb); 158 struct blocking_notifier_head *nh, struct notifier_block *nb); 161 struct notifier_block *nb); 163 struct notifier_block *nb); 165 struct notifier_block *nb); [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() argument 85 int amd_wbrf_unregister_notifier(struct notifier_block *nb) in amd_wbrf_unregister_notifier() argument
|
| 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 | 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 | devfreq.h | 192 struct notifier_block nb; member 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; member 414 struct notifier_block *nb, in devfreq_register_notifier() argument 421 struct notifier_block *nb, in devfreq_unregister_notifier() argument 429 struct notifier_block *nb, in devm_devfreq_register_notifier() argument 437 struct notifier_block *nb, in devm_devfreq_unregister_notifier() argument
|
| A D | keyboard.h | 19 extern int register_keyboard_notifier(struct notifier_block *nb); 20 extern int unregister_keyboard_notifier(struct notifier_block *nb);
|
| A D | surface_acpi_notify.h | 36 int san_dgpu_notifier_register(struct notifier_block *nb); 37 int san_dgpu_notifier_unregister(struct notifier_block *nb);
|
| A D | kdebug.h | 17 int register_die_notifier(struct notifier_block *nb); 18 int unregister_die_notifier(struct notifier_block *nb);
|
| A D | kexec_handover.h | 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() argument 94 static inline int unregister_kho_notifier(struct notifier_block *nb) in unregister_kho_notifier() argument
|
| A D | memory-tiers.h | 46 int register_mt_adistance_algorithm(struct notifier_block *nb); 47 int unregister_mt_adistance_algorithm(struct notifier_block *nb); 119 static inline int register_mt_adistance_algorithm(struct notifier_block *nb) in register_mt_adistance_algorithm() argument 124 static inline int unregister_mt_adistance_algorithm(struct notifier_block *nb) in unregister_mt_adistance_algorithm() argument
|
| A D | random.h | 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; } in register_random_vmfork_notifier() argument 36 static inline int unregister_random_vmfork_notifier(struct notifier_block *nb) { return 0; } in unregister_random_vmfork_notifier() argument 122 int execute_with_initialized_rng(struct notifier_block *nb);
|
| /include/net/ |
| A D | dcbevent.h | 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() argument 28 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier() argument
|
| 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 | 35 int register_netevent_notifier(struct notifier_block *nb); 36 int unregister_netevent_notifier(struct notifier_block *nb);
|
| /include/linux/remoteproc/ |
| A D | qcom_rproc.h | 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() argument 41 struct notifier_block *nb) in qcom_unregister_ssr_notifier() argument
|
| /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() argument 42 static inline int imx_scu_irq_unregister_notifier(struct notifier_block *nb) in imx_scu_irq_unregister_notifier() argument
|
| /include/linux/mlx5/ |
| A D | eq.h | 26 struct notifier_block *nb); 28 struct notifier_block *nb); 51 struct notifier_block nb; member 56 (container_of(container_of(ptr, struct mlx5_nb, nb), type, member)) 59 (name)->nb.notifier_call = handler; \
|
| /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() argument 59 struct notifier_block *nb) in drm_privacy_screen_unregister_notifier() argument
|
| /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/acpi/ |
| A D | hed.h | 14 int register_acpi_hed_notifier(struct notifier_block *nb); 15 void unregister_acpi_hed_notifier(struct notifier_block *nb);
|
| 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); 131 extern void ghes_register_report_chain(struct notifier_block *nb); 132 extern void ghes_unregister_report_chain(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);
|