Searched refs:FdtPropertyStruct (Results 1 – 1 of 1) sorted by relevance
85 struct FdtPropertyStruct(libfdt_bindgen::fdt_property); struct87 impl AsRef<FdtPropertyStruct> for libfdt_bindgen::fdt_property {88 fn as_ref(&self) -> &FdtPropertyStruct { in as_ref() argument95 impl FdtPropertyStruct { impl118 property: &'a FdtPropertyStruct,123 let property = FdtPropertyStruct::from_offset(fdt, offset)?; in new()