Lines Matching defs:propname
183 char *propname = c->data; in check_is_string() local
192 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
194 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
202 char *propname = c->data; in check_is_string_list() local
221 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument
223 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument
230 char *propname = c->data; in check_is_cell() local
239 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
241 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
439 struct node *node, const char *propname) in check_phandle_prop()
1190 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument