Home
last modified time | relevance | path

Searched refs:of_overlay_notifier_register (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/translations/zh_CN/devicetree/
H A Doverlay-notes.rst123 of_overlay_notifier_register/unregister和enum of_overlay_notify_action。
/linux-6.15/drivers/fpga/
H A Dof-fpga-region.c456 ret = of_overlay_notifier_register(&fpga_region_of_nb); in of_fpga_region_init()
/linux-6.15/drivers/of/
H A Doverlay.c145 int of_overlay_notifier_register(struct notifier_block *nb) in of_overlay_notifier_register() function
149 EXPORT_SYMBOL_GPL(of_overlay_notifier_register);
H A Dunittest.c3333 ret = of_overlay_notifier_register(&of_nb); in of_unittest_overlay_notify()
/linux-6.15/Documentation/devicetree/
H A Doverlay-notes.rst123 overlay operations. See of_overlay_notifier_register/unregister and
/linux-6.15/include/linux/
H A Dof.h1756 int of_overlay_notifier_register(struct notifier_block *nb);
1777 static inline int of_overlay_notifier_register(struct notifier_block *nb) in of_overlay_notifier_register() function