Lines Matching defs:offset
117 offset: PropOffset, field
150 offset: NodeOffset, field
156 let offset = self.fdt.parent_offset(self.offset)?; in parent() localVariable
163 let offset = self.fdt.supernode_atdepth_offset(self.offset, depth)?; in supernode_at_depth() localVariable
259 let offset = self.fdt.node_offset_by_compatible(self.offset, compatible)?; in next_compatible() localVariable
283 let offset = self.fdt.first_subnode(self.offset)?; in first_subnode() localVariable
289 let offset = self.fdt.next_subnode(self.offset)?; in next_subnode() localVariable
335 let offset = self.fdt.subnode_offset_namelen(self.offset, name)?; in subnode() localVariable
342 let offset = self.fdt.subnode_offset_namelen(self.offset, name)?; in subnode_with_name_bytes() localVariable
358 offset: NodeOffset, field
446 let offset = self.fdt.add_subnode_namelen(self.offset, name)?; in add_subnode() localVariable
455 let offset = self.fdt.add_subnode_namelen(self.offset, name)?; in add_subnode_with_namelen() localVariable
462 let offset = self.fdt.first_subnode(self.offset)?; in first_subnode() localVariable
469 let offset = self.fdt.next_subnode(self.offset)?; in next_subnode() localVariable
530 let offset = self.fdt.node_offset_by_compatible(self.offset, compatible)?; in next_compatible() localVariable
735 let offset = self.path_offset_namelen(path.to_bytes())?; in node() localVariable
752 let offset = self.node_offset_by_phandle(phandle)?; in node_with_phandle() localVariable
759 let offset = self.node_offset_by_phandle(phandle)?; in node_mut_with_phandle() localVariable
771 let offset = self.path_offset_namelen(path.to_bytes())?; in node_mut() localVariable