Lines Matching defs:propname
211 const char *propname = c->data; in check_is_string() local
220 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
222 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
230 const char *propname = c->data; in check_is_string_list() local
249 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument
251 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument
258 const char *propname = c->data; in check_is_cell() local
267 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
269 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
487 struct node *node, const char *propname) in check_phandle_prop()
1479 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument