Lines Matching refs:propname
167 char *propname = c->data; in check_is_string() local
169 prop = get_property(node, propname); in check_is_string()
175 propname, node->fullpath); in check_is_string()
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))
186 char *propname = c->data; in check_is_cell() local
188 prop = get_property(node, propname); in check_is_cell()
194 propname, node->fullpath); in check_is_cell()
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))
401 struct node *node, const char *propname) in check_phandle_prop() argument
408 prop = get_property(node, propname); in check_phandle_prop()