Home
last modified time | relevance | path

Searched refs:child_path (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/of/
H A Dunittest.c3020 char *child_path; in of_unittest_overlay_10() local
3029 child_path = kasprintf(GFP_KERNEL, "%s/test-unittest101", in of_unittest_overlay_10()
3031 if (unittest(child_path, "overlay test %d failed; kasprintf\n", 10)) in of_unittest_overlay_10()
3034 ret = of_path_device_type_exists(child_path, PDEV_OVERLAY); in of_unittest_overlay_10()
3035 kfree(child_path); in of_unittest_overlay_10()