Lines Matching defs:name
41 constraints->name = of_get_property(np, "regulator-name", NULL);
323 * or otherwise the child node's name. Note that the match table is modified
335 const char *name;
360 name = of_get_property(child,
362 if (!name)
363 name = child->name;
369 if (strcmp(match->name, name))
397 const char *name;
408 if (!strcmp(desc->of_match, search->name))
419 name = of_get_property(child, "regulator-compatible", NULL);
420 if (!name)
421 name = child->name;
423 if (!strcmp(desc->of_match, name)) {