Home
last modified time | relevance | path

Searched defs:PhandlePin (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/cros_fdt/src/
Dpath.rs17 pub(crate) struct PhandlePin(pub String, pub u32); struct
122 pub(crate) fn parse_path_with_prop(value: &str) -> Result<(Path, PhandlePin)> { in parse_path_with_prop() argument
Doverlay.rs221 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()