Searched refs:of_unittest_apply_overlay_check (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | unittest.c | 1990 static int __init of_unittest_apply_overlay_check(int overlay_nr, in of_unittest_apply_overlay_check() function 2088 ret = of_unittest_apply_overlay_check(0, 0, 0, 1, PDEV_OVERLAY); in of_unittest_overlay_0() 2108 ret = of_unittest_apply_overlay_check(1, 1, 1, 0, PDEV_OVERLAY); in of_unittest_overlay_1() 2129 ret = of_unittest_apply_overlay_check(2, 2, 0, 1, PDEV_OVERLAY); in of_unittest_overlay_2() 2148 ret = of_unittest_apply_overlay_check(3, 3, 1, 0, PDEV_OVERLAY); in of_unittest_overlay_3() 2163 if (of_unittest_apply_overlay_check(4, 4, 0, 1, PDEV_OVERLAY)) in of_unittest_overlay_4() 2386 ret = of_unittest_apply_overlay_check(10, 10, 0, 1, PDEV_OVERLAY); in of_unittest_overlay_10() 2682 ret = of_unittest_apply_overlay_check(12, 12, 0, 1, I2C_OVERLAY); in of_unittest_overlay_i2c_12() 2702 ret = of_unittest_apply_overlay_check(13, 13, 1, 0, I2C_OVERLAY); in of_unittest_overlay_i2c_13() 2726 ret = of_unittest_apply_overlay_check(15, 15, 0, 1, I2C_OVERLAY); in of_unittest_overlay_i2c_15()
|