Searched defs:ovcs_id (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/drivers/of/ |
D | unittest.c | 2169 static void of_unittest_track_overlay(int ovcs_id, int overlay_nr) in of_unittest_track_overlay() 2179 static void of_unittest_untrack_overlay(int ovcs_id) in of_unittest_untrack_overlay() 2192 int ret, ovcs_id, overlay_nr, save_ovcs_id; in of_unittest_remove_tracked_overlays() local 2211 static int __init of_unittest_apply_overlay(int overlay_nr, int *ovcs_id) in of_unittest_apply_overlay() 2235 int ret, ovcs_id; in __of_unittest_apply_overlay_check() local 2271 int ovcs_id = __of_unittest_apply_overlay_check(overlay_nr, in of_unittest_apply_overlay_check() local 2284 int ret, ovcs_id, save_ovcs_id; in of_unittest_apply_revert_overlay_check() local 2427 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_6() local 2529 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_8() local 3051 int ovcs_id; in of_unittest_overlay_notify() local [all …]
|
D | overlay.c | 1194 int of_overlay_remove(int *ovcs_id) in of_overlay_remove()
|
/linux-6.8/include/linux/ |
D | of.h | 1680 int *ovcs_id, struct device_node *target_base) in of_overlay_fdt_apply() 1685 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove()
|