Searched refs:OVERLAY_TEST (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/overlay/ |
| H A D | cmd_ut_overlay.c | 78 OVERLAY_TEST(fdt_overlay_change_int_property, 0); 91 OVERLAY_TEST(fdt_overlay_change_str_property, 0); 104 OVERLAY_TEST(fdt_overlay_add_str_property, 0); 118 OVERLAY_TEST(fdt_overlay_add_node_by_phandle, 0); 132 OVERLAY_TEST(fdt_overlay_add_node_by_path, 0); 147 OVERLAY_TEST(fdt_overlay_add_subnode_property, 0); 172 OVERLAY_TEST(fdt_overlay_local_phandle, 0); 203 OVERLAY_TEST(fdt_overlay_local_phandles, 0); 216 OVERLAY_TEST(fdt_overlay_stacked, 0);
|
| /OK3568_Linux_fs/u-boot/include/test/ |
| H A D | overlay.h | 14 #define OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, overlay_test) macro
|