Searched defs:PhandlePin (Results 1 – 2 of 2) sorted by relevance
17 pub(crate) struct PhandlePin(pub String, pub u32); struct122 pub(crate) fn parse_path_with_prop(value: &str) -> Result<(Path, PhandlePin)> { in parse_path_with_prop() argument
221 fn collect_local_fixup_paths(fdt: &Fdt) -> Result<BTreeMap<Path, Vec<PhandlePin>>> { in collect_local_fixup_paths()257 paths: BTreeMap<Path, Vec<PhandlePin>>, in update_local_phandle_propvals()