Lines Matching defs:path
191 * need to be adjusted to be the correct path for the live device tree.
195 * where symbol_path_tail can be a single node or it may be a multi-node path.
199 * path from the fragment node.
208 const char *path;
221 path = prop->value;
222 path_len = strlen(path);
226 fragment_node = __of_find_node_by_path(ovcs->overlay_root, path + 1);
243 path_tail = path + overlay_name_len;
388 * not contain the full path in node->full_name. Thus an overlay
389 * created from an FDT also will not contain the full path in
391 * Firmware may have the full path in node->full_name.
394 * the full path in node->full_name. Even though it expects the overlay
395 * to not contain the full path, it uses kbasename() to remove the
396 * full path should it exist. It also uses kbasename() in comparisons
681 * 2) "target-path" property containing the path of the target
688 const char *path;
701 ret = of_property_read_string(info_node, "target-path", &path);
704 target_path = kasprintf(GFP_KERNEL, "%pOF%s", target_base, path);
709 pr_err("find target, node: %pOF, path '%s' not found\n",
714 node = of_find_node_by_path(path);
716 pr_err("find target, node: %pOF, path '%s' not found\n",
717 info_node, path);