Lines Matching defs:propname
202 char *propname = c->data; in check_is_string() local
211 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
213 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
221 char *propname = c->data; in check_is_string_list() local
240 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument
242 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument
249 char *propname = c->data; in check_is_cell() local
258 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
260 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
463 struct node *node, const char *propname) in check_phandle_prop()
1453 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument