Searched defs:ovcs_id (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 2107 static void of_unittest_track_overlay(int ovcs_id, int overlay_nr) in of_unittest_track_overlay() 2117 static void of_unittest_untrack_overlay(int ovcs_id) in of_unittest_untrack_overlay() 2130 int ret, ovcs_id, overlay_nr, save_ovcs_id; in of_unittest_remove_tracked_overlays() local 2149 static int __init of_unittest_apply_overlay(int overlay_nr, int *ovcs_id) in of_unittest_apply_overlay() 2173 int ret, ovcs_id; in __of_unittest_apply_overlay_check() local 2209 int ovcs_id = __of_unittest_apply_overlay_check(overlay_nr, in of_unittest_apply_overlay_check() local 2222 int ret, ovcs_id, save_ovcs_id; in of_unittest_apply_revert_overlay_check() local 2365 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_6() local 2467 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_8() local 2989 int ovcs_id; in of_unittest_overlay_notify() local [all …]
|
H A D | overlay.c | 1194 int of_overlay_remove(int *ovcs_id) in of_overlay_remove()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 1694 int *ovcs_id, struct device_node *target_base) in of_overlay_fdt_apply() 1699 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove()
|