Lines Matching defs:path
187 * need to be adjusted to be the correct path for the live device tree.
191 * where symbol_path_tail can be a single node or it may be a multi-node path.
195 * path from the fragment node.
204 const char *path;
217 path = prop->value;
218 path_len = strlen(path);
222 fragment_node = __of_find_node_by_path(ovcs->overlay_tree, path + 1);
239 path_tail = path + overlay_name_len;
390 * not contain the full path in node->full_name. Thus an overlay
391 * created from an FDT also will not contain the full path in
393 * Firmware may have the full path in node->full_name.
396 * the full path in node->full_name. Even though it expects the overlay
397 * to not contain the full path, it uses kbasename() to remove the
398 * full path should it exist. It also uses kbasename() in comparisons
685 * 2) "target-path" property containing the path of the target
690 const char *path;
703 ret = of_property_read_string(info_node, "target-path", &path);
705 node = of_find_node_by_path(path);
707 pr_err("find target, node: %pOF, path '%s' not found\n",
708 info_node, path);