Home
last modified time | relevance | path

Searched refs:of_overlay_remove_all (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/devicetree/
H A Doverlay-notes.rst119 最后,如果你需要一次性删除所有的覆盖,只需调用of_overlay_remove_all(),
/openbmc/linux/drivers/of/
H A Doverlay.c1272 int of_overlay_remove_all(void) in of_overlay_remove_all() function
1286 EXPORT_SYMBOL_GPL(of_overlay_remove_all);
/openbmc/linux/Documentation/devicetree/
H A Doverlay-notes.rst119 of_overlay_remove_all() which will remove every single one in the correct
/openbmc/linux/include/linux/
H A Dof.h1686 int of_overlay_remove_all(void);
1704 static inline int of_overlay_remove_all(void) in of_overlay_remove_all() function