Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Doverlay.rs178 let mut max_phandle = 0u32; in get_max_phandle() localVariable
467 let max_phandle = get_max_phandle(&base.root); in apply_overlay() localVariable
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Ddevice_tree.h89 uint32_t max_phandle; member
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/tests/
Dapi_test.rs174 fn max_phandle() { in max_phandle() function
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs746 pub fn max_phandle(&self) -> Result<Phandle> { in max_phandle() method