| /include/linux/ |
| D | memory.h | 85 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier() 89 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier() 96 static inline int register_memory_isolate_notifier(struct notifier_block *nb) in register_memory_isolate_notifier() 100 static inline void unregister_memory_isolate_notifier(struct notifier_block *nb) in unregister_memory_isolate_notifier() 131 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument 132 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument 136 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument 137 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument
|
| D | cpu_pm.h | 79 static inline int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier() 84 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
|
| D | devfreq.h | 146 struct notifier_block nb; member 266 struct notifier_block nb; member 337 struct notifier_block *nb, in devfreq_register_notifier() 344 struct notifier_block *nb, in devfreq_unregister_notifier() 352 struct notifier_block *nb, in devm_devfreq_register_notifier() 360 struct notifier_block *nb, in devm_devfreq_unregister_notifier()
|
| D | extcon.h | 358 unsigned int id, struct notifier_block *nb) in extcon_register_notifier() 364 unsigned int id, struct notifier_block *nb) in extcon_unregister_notifier() 371 struct notifier_block *nb) in devm_extcon_register_notifier() 378 struct notifier_block *nb) { } in devm_extcon_unregister_notifier() 405 struct notifier_block *nb) in extcon_register_interest()
|
| D | pm_clock.h | 16 struct notifier_block nb; member
|
| D | syscalls.h | 153 #define SYSCALL_METADATA(sname, nb, ...) \ argument 184 #define SYSCALL_METADATA(sname, nb, ...) argument
|
| D | clk.h | 160 struct notifier_block *nb) in clk_notifier_register() 166 struct notifier_block *nb) in clk_notifier_unregister()
|
| D | pm_opp.h | 221 static inline int dev_pm_opp_register_notifier(struct device *dev, struct notifier_block *nb) in dev_pm_opp_register_notifier() 226 static inline int dev_pm_opp_unregister_notifier(struct device *dev, struct notifier_block *nb) in dev_pm_opp_unregister_notifier()
|
| D | tracepoint.h | 62 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier() 67 int unregister_tracepoint_module_notifier(struct notifier_block *nb) in unregister_tracepoint_module_notifier()
|
| D | igmp.h | 100 #define IGMPV3_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) argument
|
| D | suspend.h | 478 static inline int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier() 483 static inline int unregister_pm_notifier(struct notifier_block *nb) in unregister_pm_notifier()
|
| D | of.h | 1274 static inline int of_reconfig_notifier_register(struct notifier_block *nb) in of_reconfig_notifier_register() 1278 static inline int of_reconfig_notifier_unregister(struct notifier_block *nb) in of_reconfig_notifier_unregister() 1351 static inline int of_overlay_notifier_register(struct notifier_block *nb) in of_overlay_notifier_register() 1356 static inline int of_overlay_notifier_unregister(struct notifier_block *nb) in of_overlay_notifier_unregister()
|
| D | iommu.h | 603 struct notifier_block *nb) in iommu_group_register_notifier() 609 struct notifier_block *nb) in iommu_group_unregister_notifier()
|
| D | cpufreq.h | 443 static inline int cpufreq_register_notifier(struct notifier_block *nb, in cpufreq_register_notifier() 448 static inline int cpufreq_unregister_notifier(struct notifier_block *nb, in cpufreq_unregister_notifier()
|
| /include/linux/remoteproc/ |
| D | qcom_rproc.h | 13 static inline int qcom_register_ssr_notifier(struct notifier_block *nb) in qcom_register_ssr_notifier() 18 static inline void qcom_unregister_ssr_notifier(struct notifier_block *nb) {} in qcom_unregister_ssr_notifier()
|
| /include/acpi/ |
| D | button.h | 12 static inline int acpi_lid_notifier_register(struct notifier_block *nb) in acpi_lid_notifier_register() 16 static inline int acpi_lid_notifier_unregister(struct notifier_block *nb) in acpi_lid_notifier_unregister()
|
| /include/net/ |
| D | dcbevent.h | 32 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier() 37 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
|
| D | switchdev.h | 217 static inline int register_switchdev_notifier(struct notifier_block *nb) in register_switchdev_notifier() 222 static inline int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier()
|
| D | x25.h | 245 static __inline__ void x25_neigh_hold(struct x25_neigh *nb) in x25_neigh_hold() 250 static __inline__ void x25_neigh_put(struct x25_neigh *nb) in x25_neigh_put()
|
| /include/linux/regulator/ |
| D | consumer.h | 539 struct notifier_block *nb) in regulator_register_notifier() 545 struct notifier_block *nb) in devm_regulator_register_notifier() 551 struct notifier_block *nb) in regulator_unregister_notifier() 557 struct notifier_block *nb) in devm_regulator_unregister_notifier()
|
| /include/linux/usb/ |
| D | phy.h | 283 struct device_node *node, struct notifier_block *nb) in devm_usb_get_phy_by_node() 375 usb_register_notifier(struct usb_phy *x, struct notifier_block *nb) in usb_register_notifier() 381 usb_unregister_notifier(struct usb_phy *x, struct notifier_block *nb) in usb_unregister_notifier()
|
| D | chipidea.h | 30 struct notifier_block nb; member
|
| /include/linux/power/ |
| D | charger-manager.h | 71 struct notifier_block nb; member
|
| /include/linux/hsi/ |
| D | hsi.h | 146 struct notifier_block nb; member
|
| /include/net/bluetooth/ |
| D | bluetooth.h | 343 unsigned long len, int nb, int *err) in bt_skb_send_alloc()
|