Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Ddevice_assignment.rs161 pub struct DtPathTokens<'a> { struct
165 impl<'a> fmt::Debug for DtPathTokens<'a> { implementation
180 impl<'a> DtPathTokens<'a> { implementation
249 fn mask_internal(&mut self, path: &DtPathTokens, leaf_mask: DeviceTreeChildrenMask) -> bool { in mask_internal()
282 fn mask_all(&mut self, path: &DtPathTokens) { in mask_all()
326 dtbo_node_path: &DtPathTokens, in locate_overlay_target_path()
421 fn collect_overlayable_nodes_with_phandle(&self) -> Result<BTreeMap<Phandle, DtPathTokens>> { in collect_overlayable_nodes_with_phandle() argument
440 ) -> Result<BTreeMap<DtPathTokens, Vec<Phandle>>> { in collect_phandle_references_from_overlayable_nodes()
856 dtbo_node_path: &DtPathTokens, in parse()