Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/devicetree/
Doverlay-notes.rst123 of_overlay_notifier_register/unregister和enum of_overlay_notify_action。
/Linux-v6.1/drivers/fpga/
Dof-fpga-region.c456 ret = of_overlay_notifier_register(&fpga_region_of_nb); in of_fpga_region_init()
/Linux-v6.1/drivers/of/
Doverlay.c139 int of_overlay_notifier_register(struct notifier_block *nb) in of_overlay_notifier_register() function
143 EXPORT_SYMBOL_GPL(of_overlay_notifier_register);
Dunittest.c2818 ret = of_overlay_notifier_register(&of_nb); in of_unittest_overlay_notify()
/Linux-v6.1/Documentation/devicetree/
Doverlay-notes.rst123 overlay operations. See of_overlay_notifier_register/unregister and
/Linux-v6.1/include/linux/
Dof.h1577 int of_overlay_notifier_register(struct notifier_block *nb);
1598 static inline int of_overlay_notifier_register(struct notifier_block *nb) in of_overlay_notifier_register() function