Searched defs:ovcs_id (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/of/ |
D | unittest.c | 2075 static void of_unittest_track_overlay(int ovcs_id, int overlay_nr) in of_unittest_track_overlay() 2085 static void of_unittest_untrack_overlay(int ovcs_id) in of_unittest_untrack_overlay() 2098 int ret, ovcs_id, overlay_nr, save_ovcs_id; in of_unittest_remove_tracked_overlays() local 2117 static int __init of_unittest_apply_overlay(int overlay_nr, int *ovcs_id) in of_unittest_apply_overlay() 2141 int ret, ovcs_id; in __of_unittest_apply_overlay_check() local 2177 int ovcs_id = __of_unittest_apply_overlay_check(overlay_nr, in of_unittest_apply_overlay_check() local 2190 int ret, ovcs_id, save_ovcs_id; in of_unittest_apply_revert_overlay_check() local 2333 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_6() local 2435 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_8() local 2957 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-v6.6/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()
|