Lines Matching defs:path
185 * need to be adjusted to be the correct path for the live device tree.
189 * where symbol_path_tail can be a single node or it may be a multi-node path.
193 * path from the fragment node.
202 const char *path;
215 path = prop->value;
216 path_len = strlen(path);
220 fragment_node = __of_find_node_by_path(ovcs->overlay_root, path + 1);
237 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
683 * 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);
706 target_path = kasprintf(GFP_KERNEL, "%pOF%s", target_base, path);
711 pr_err("find target, node: %pOF, path '%s' not found\n",
716 node = of_find_node_by_path(path);
718 pr_err("find target, node: %pOF, path '%s' not found\n",
719 info_node, path);