Searched refs:PDEV_OVERLAY (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/of/ |
D | unittest.c | 1308 PDEV_OVERLAY, enumerator 1316 case PDEV_OVERLAY: in of_path_device_type_exists() 1330 case PDEV_OVERLAY: in unittest_path() 1352 case PDEV_OVERLAY: in of_unittest_device_exists() 1526 if (of_unittest_device_exists(unittest_nr, PDEV_OVERLAY) != before) { in of_unittest_apply_revert_overlay_check() 1541 if (of_unittest_apply_overlay_check(0, 0, 0, 1, PDEV_OVERLAY)) in of_unittest_overlay_0() 1551 if (of_unittest_apply_overlay_check(1, 1, 1, 0, PDEV_OVERLAY)) in of_unittest_overlay_1() 1561 if (of_unittest_apply_overlay_check(2, 2, 0, 1, PDEV_OVERLAY)) in of_unittest_overlay_2() 1571 if (of_unittest_apply_overlay_check(3, 3, 1, 0, PDEV_OVERLAY)) in of_unittest_overlay_3() 1581 if (of_unittest_apply_overlay_check(4, 4, 0, 1, PDEV_OVERLAY)) in of_unittest_overlay_4() [all …]
|