Home
last modified time | relevance | path

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

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