Searched refs:parse_path_with_prop (Results 1 – 2 of 2) sorted by relevance
122 pub(crate) fn parse_path_with_prop(value: &str) -> Result<(Path, PhandlePin)> { in parse_path_with_prop() function150 let (path, prop) = parse_path_with_prop("/:a:0").unwrap(); in fdt_parse_path()155 let (path, prop) = parse_path_with_prop("/a/b/c:defg:1").unwrap(); in fdt_parse_path()167 parse_path_with_prop("a").expect_err("parse error"); in fdt_path_parse_invalid()168 parse_path_with_prop("a::").expect_err("parse error"); in fdt_path_parse_invalid()169 parse_path_with_prop("/a/b:c:").expect_err("parse error"); in fdt_path_parse_invalid()170 parse_path_with_prop("/a/b:c:p:w").expect_err("parse error"); in fdt_path_parse_invalid()
16 use crate::path::parse_path_with_prop;315 let (path, pin) = parse_path_with_prop(&path)?; in apply_external_fixups()828 let (path, pin) = parse_path_with_prop(loc)?; in make_fdt_with_local_refs()1033 let (path, pin) = parse_path_with_prop(p).unwrap(); in fdt_collect_symbols()1041 let (path, pin) = parse_path_with_prop(p).unwrap(); in fdt_collect_symbols()