Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
Dunittest.c785 #define propcmp(p1, p2) (((p1)->length == (p2)->length) && \ macro
797 unittest(new && propcmp(&p1, new), "empty property didn't copy correctly\n"); in of_unittest_property_copy()
801 unittest(new && propcmp(&p2, new), "non-empty property didn't copy correctly\n"); in of_unittest_property_copy()