Home
last modified time | relevance | path

Searched refs:of_overlay_remove (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/of/
H A Dunittest.c2124 ret = of_overlay_remove(&ovcs_id); in of_unittest_remove_tracked_overlays()
2127 pr_warn("%s: of_overlay_remove() for overlay \"%s\" failed, ret = %d\n", in of_unittest_remove_tracked_overlays()
2217 ret = of_overlay_remove(&ovcs_id); in of_unittest_apply_revert_overlay_check()
2423 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_6()
2506 ret = of_overlay_remove(&ovcs_id); in of_unittest_overlay_8()
2529 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()
3028 ret = of_overlay_remove(&ovcs_id); in of_unittest_overlay_notify()
3034 unittest(1, "overlay_18 of_overlay_remove() injected error for OF_OVERLAY_PRE_REMOVE\n"); in of_unittest_overlay_notify()
3036 unittest(0, "overlay_18 of_overlay_remove() injected error for OF_OVERLAY_PRE_REMOVE not returned\n"); in of_unittest_overlay_notify()
3053 ret = of_overlay_remove( in of_unittest_overlay_notify()
[all...]
H A Doverlay.c979 * the value of overlay changeset id, which can be passed to of_overlay_remove()
984 * the caller should call of_overlay_remove() with the value in *@ret_ovcs_id.
1064 * can call of_overlay_remove(); in of_overlay_fdt_apply()
1161 * of_overlay_remove() - Revert and free an overlay changeset
1194 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function
1254 * of_overlay_remove() of this overlay is successful. in of_overlay_remove()
1263 EXPORT_SYMBOL_GPL(of_overlay_remove); variable
1279 ret = of_overlay_remove(&ovcs->id); in of_overlay_remove_all()
/kernel/linux/linux-5.10/drivers/of/
H A Doverlay.c1152 * of_overlay_remove() - Revert and free an overlay changeset
1185 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function
1253 EXPORT_SYMBOL_GPL(of_overlay_remove); variable
1269 ret = of_overlay_remove(&ovcs->id); in of_overlay_remove_all()
H A Dunittest.c1975 ret = of_overlay_remove(&ovcs_id); in of_unittest_destroy_tracked_overlays()
2078 ret = of_overlay_remove(&ovcs_id); in of_unittest_apply_revert_overlay_check()
2284 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_6()
2367 ret = of_overlay_remove(&ovcs_id); in of_unittest_overlay_8()
2386 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()
/kernel/linux/linux-5.10/include/linux/
H A Dof.h1478 int of_overlay_remove(int *ovcs_id);
1492 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function
/kernel/linux/linux-6.6/include/linux/
H A Dof.h1671 int of_overlay_remove(int *ovcs_id);
1685 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function

Completed in 17 milliseconds