Lines Matching refs:nm
177 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
178 WARNING(nm, check_is_string, (propname))
179 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
180 ERROR(nm, check_is_string, (propname))
196 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
197 WARNING(nm, check_is_cell, (propname))
198 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
199 ERROR(nm, check_is_cell, (propname))
1047 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1048 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
1049 WARNING(nm##_property, check_provider_cells_property, &nm##_provider, &phandle_references);