Searched refs:as_fdt_slice (Results 1 – 2 of 2) sorted by relevance
68 fn as_fdt_slice(&self) -> &[u8]; in as_fdt_slice() method72 let fdt = self.as_fdt_slice().as_ptr().cast(); in path_offset_namelen()85 let fdt = self.as_fdt_slice().as_ptr().cast(); in node_offset_by_phandle()99 let fdt = self.as_fdt_slice().as_ptr().cast(); in node_offset_by_compatible()110 let fdt = self.as_fdt_slice().as_ptr().cast(); in next_node()129 let fdt = self.as_fdt_slice().as_ptr().cast(); in parent_offset()142 let fdt = self.as_fdt_slice().as_ptr().cast(); in supernode_atdepth_offset()159 let fdt = self.as_fdt_slice().as_ptr().cast(); in subnode_offset_namelen()170 let fdt = self.as_fdt_slice().as_ptr().cast(); in first_subnode()180 let fdt = self.as_fdt_slice().as_ptr().cast(); in next_subnode()[all …]
578 fn as_fdt_slice(&self) -> &[u8] { in as_fdt_slice() method793 self.as_fdt_slice() in as_slice()797 get_slice_at_ptr(self.as_fdt_slice(), ptr.cast(), len).ok_or(FdtError::Internal) in get_from_ptr()