Searched refs:overlay_notify (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | overlay.c | 159 static int overlay_notify(struct overlay_changeset *ovcs, in overlay_notify() function 953 * after overlay_notify(), ovcs->overlay_tree related pointers may have in of_overlay_apply() 957 ret = overlay_notify(ovcs, OF_OVERLAY_PRE_APPLY); in of_overlay_apply() 986 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_APPLY); in of_overlay_apply() 1212 ret = overlay_notify(ovcs, OF_OVERLAY_PRE_REMOVE); in of_overlay_remove() 1235 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_REMOVE); in of_overlay_remove()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | overlay.c | 155 static int overlay_notify(struct overlay_changeset *ovcs, in overlay_notify() function 932 ret = overlay_notify(ovcs, OF_OVERLAY_PRE_APPLY); in of_overlay_apply() 956 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_APPLY); in of_overlay_apply() 1219 ret = overlay_notify(ovcs, OF_OVERLAY_PRE_REMOVE); in of_overlay_remove() 1243 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_REMOVE); in of_overlay_remove()
|
Completed in 4 milliseconds