Home
last modified time | relevance | path

Searched refs:notifier_block (Results 1 – 25 of 110) sorted by relevance

12345

/include/linux/
A Dnotifier.h49 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 Dextcon.h202 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 Drcu_notifier.h21 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 Dcpu_pm.h61 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 Dkeyboard.h7 struct notifier_block;
19 extern int register_keyboard_notifier(struct notifier_block *nb);
20 extern int unregister_keyboard_notifier(struct notifier_block *nb);
A Dkdebug.h7 struct notifier_block;
17 int register_die_notifier(struct notifier_block *nb);
18 int unregister_die_notifier(struct notifier_block *nb);
A Ddevfreq.h192 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 Dacpi_amd_wbrf.h54 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 Dpvclock_gtod.h14 extern int pvclock_gtod_register_notifier(struct notifier_block *nb);
15 extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb);
A Dfsl_hypervisor.h55 int fsl_hv_failover_register(struct notifier_block *nb);
61 int fsl_hv_failover_unregister(struct notifier_block *nb);
A Dmemory.h114 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 Dpl320-ipc.h6 int pl320_ipc_register_notifier(struct notifier_block *nb);
7 int pl320_ipc_unregister_notifier(struct notifier_block *nb);
A Dreboot.h44 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 Dkexec_handover.h20 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 Ddcbevent.h11 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 Dfib_notifier.h32 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 Dnetevent.h17 struct notifier_block ;
35 int register_netevent_notifier(struct notifier_block *nb);
36 int unregister_netevent_notifier(struct notifier_block *nb);
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,
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 Dqcom_rproc.h4 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 Dsci.h21 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 Ddrm_privacy_screen_consumer.h29 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 Dghes.h63 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 Dhed.h14 int register_acpi_hed_notifier(struct notifier_block *nb);
15 void unregister_acpi_hed_notifier(struct notifier_block *nb);
/include/linux/platform_data/
A Dcros_usbpd_notify.h13 int cros_usbpd_register_notify(struct notifier_block *nb);
15 void cros_usbpd_unregister_notify(struct notifier_block *nb);
/include/soc/sifive/
A Dsifive_ccache.h10 extern int register_sifive_ccache_error_notifier(struct notifier_block *nb);
11 extern int unregister_sifive_ccache_error_notifier(struct notifier_block *nb);

Completed in 46 milliseconds

12345