Searched defs:ovcs_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/of/ |
D | of_kunit_helpers.c | 28 static void of_overlay_fdt_apply_kunit_exit(void *ovcs_id) in of_overlay_fdt_apply_kunit_exit() 47 u32 overlay_fdt_size, int *ovcs_id) in of_overlay_fdt_apply_kunit()
|
D | unittest.c | 2321 static void of_unittest_track_overlay(int ovcs_id, int overlay_nr) in of_unittest_track_overlay() 2331 static void of_unittest_untrack_overlay(int ovcs_id) in of_unittest_untrack_overlay() 2344 int ret, ovcs_id, overlay_nr, save_ovcs_id; in of_unittest_remove_tracked_overlays() local 2363 static int __init of_unittest_apply_overlay(int overlay_nr, int *ovcs_id) in of_unittest_apply_overlay() 2387 int ret, ovcs_id; in __of_unittest_apply_overlay_check() local 2423 int ovcs_id = __of_unittest_apply_overlay_check(overlay_nr, in of_unittest_apply_overlay_check() local 2436 int ret, ovcs_id, save_ovcs_id; in of_unittest_apply_revert_overlay_check() local 2579 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_6() local 2681 int i, save_ovcs_id[2], ovcs_id; in of_unittest_overlay_8() local 3203 int ovcs_id; in of_unittest_overlay_notify() local [all …]
|
D | overlay.c | 1183 int of_overlay_remove(int *ovcs_id) in of_overlay_remove()
|
/linux-6.12.1/include/kunit/ |
D | of.h | 31 u32 overlay_fdt_size, int *ovcs_id) in of_overlay_fdt_apply_kunit()
|
/linux-6.12.1/include/linux/ |
D | of.h | 1747 int *ovcs_id, struct device_node *target_base) in of_overlay_fdt_apply() 1752 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove()
|