Searched refs:ppupdate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 813 struct property *ppupdate, pupdate = { .name = "prop-update", .length = 5, .value = "abcd" }; in of_unittest_changeset() local 843 ppupdate = __of_prop_dup(&pupdate, GFP_KERNEL); in of_unittest_changeset() 844 unittest(ppupdate, "testcase setup failure\n"); in of_unittest_changeset() 868 unittest(!of_changeset_update_property(&chgset, parent, ppupdate), "fail update prop\n"); in of_unittest_changeset()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | unittest.c | 823 struct property *ppupdate, pupdate = { .name = "prop-update", .length = 5, .value = "abcd" }; in of_unittest_changeset() local 856 ppupdate = __of_prop_dup(&pupdate, GFP_KERNEL); in of_unittest_changeset() 857 unittest(ppupdate, "testcase setup failure\n"); in of_unittest_changeset() 881 unittest(!of_changeset_update_property(&chgset, parent, ppupdate), "fail update prop\n"); in of_unittest_changeset()
|
Completed in 9 milliseconds