Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/libfdt/tests/
Dapi_test.rs156 let phandle = Phandle::new(value).unwrap(); in phandle_new() localVariable
177 let phandle = Phandle::new(0xFF).unwrap(); in max_phandle() localVariable
188 let phandle = Phandle::new(0xFF).unwrap(); in node_with_phandle() localVariable
193 let phandle = Phandle::new(0x22).unwrap(); in node_with_phandle() localVariable
204 let phandle = Phandle::new(0xFF).unwrap(); in node_mut_with_phandle() localVariable
209 let phandle = Phandle::new(0x22).unwrap(); in node_mut_with_phandle() localVariable
236 let phandle = Phandle::new(0xFF).unwrap(); in node_nop() localVariable
/packages/modules/Virtualization/pvmfw/src/
Ddevice_assignment.rs486 let phandle: Phandle = U32::ref_from(phandle_value) in collect_phandle_references_from_overlayable_nodes() localVariable
703 let phandle = in parse_iommus() localVariable
806 let phandle = in parse_iommus() localVariable
868 let phandle = dtbo_node.get_phandle()?.ok_or(DeviceAssignmentError::InvalidDtbo)?; in parse() localVariable
892 let phandle = pviommu_phandles.get(pviommu).unwrap(); in patch() localVariable
1044 let phandle = node.as_node().get_phandle()?.ok_or(DeviceAssignmentError::Internal)?; in patch_pviommus() localVariable
1202 let phandle = Phandle::try_from(pviommu_id)?; in parse() localVariable
1382 let phandle = rng_node.getprop_u32(cstr!("phandle")).unwrap(); in device_info_patch() localVariable
Dfdt.rs276 let phandle = phandle.try_into()?; localVariable
286 let phandle = cpu.get_phandle()?.ok_or(FdtError::NotFound)?; localVariable
393 let phandle = cur.as_node().get_phandle()?.unwrap(); in patch_cpus() localVariable
414 let phandle = *cpu_phandles.get(core_idx).unwrap(); in patch_cpus() localVariable
/packages/modules/Virtualization/libs/libfdt/src/
Dlibfdt.rs86 let phandle = phandle.into(); in node_offset_by_phandle() localVariable
292 let mut phandle = 0; in find_max_phandle() localVariable