Searched refs:ovcs_id (Results 1 – 4 of 4) sorted by relevance
1997 int ret, ovcs_id; in of_unittest_apply_overlay_check() local2008 ovcs_id = 0; in of_unittest_apply_overlay_check()2044 ovcs_id = 0; in of_unittest_apply_revert_overlay_check()2060 save_id = ovcs_id; in of_unittest_apply_revert_overlay_check()2228 ov_id[0] = ovcs_id; in of_unittest_overlay_6()2245 ov_id[1] = ovcs_id; in of_unittest_overlay_6()2266 ovcs_id = ov_id[i]; in of_unittest_overlay_6()2319 ov_id[0] = ovcs_id; in of_unittest_overlay_8()2338 ov_id[1] = ovcs_id; in of_unittest_overlay_8()2342 ovcs_id = ov_id[0]; in of_unittest_overlay_8()[all …]
917 int *ovcs_id) in of_overlay_apply() argument988 *ovcs_id = ovcs->id; in of_overlay_apply()1018 int *ovcs_id) in of_overlay_fdt_apply() argument1026 *ovcs_id = 0; in of_overlay_fdt_apply()1056 ret = of_overlay_apply(new_fdt, overlay_root, ovcs_id); in of_overlay_fdt_apply()1192 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() argument1205 ovcs = idr_find(&ovcs_idr, *ovcs_id); in of_overlay_remove()1208 pr_err("remove: Could not find overlay #%d\n", *ovcs_id); in of_overlay_remove()1238 *ovcs_id = 0; in of_overlay_remove()
49 int ovcs_id; in rcar_du_of_apply_overlay() local61 ovcs_id = 0; in rcar_du_of_apply_overlay()63 &ovcs_id); in rcar_du_of_apply_overlay()
1504 int *ovcs_id);1505 int of_overlay_remove(int *ovcs_id);1514 int *ovcs_id) in of_overlay_fdt_apply() argument1519 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() argument
Completed in 21 milliseconds