Searched refs:DeviceTreeNodeProperty (Results 1 – 3 of 3) sorted by relevance
109 static inline DeviceTreeNodeProperty const *114 ASSERT_HEADER_IN_DT_REGION(start, end, prop, sizeof(DeviceTreeNodeProperty)); in next_prop_region()122 return (DeviceTreeNodeProperty*)next_addr; in next_prop_region()129 DeviceTreeNodeProperty const *prop; in skipProperties()141 prop = (DeviceTreeNodeProperty const *) (entry + 1); in skipProperties()308 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry()355 …const DeviceTreeNodeProperty *const property = (const DeviceTreeNodeProperty *const)current_positi… in SecureDTFindNodeWithPropertyEqualToValueHelper()600 DeviceTreeNodeProperty const *prop; in SecureDTGetPropertyInternal()612 prop = (DeviceTreeNodeProperty const *) (entry + 1); in SecureDTGetPropertyInternal()617 + sizeof(DeviceTreeNodeProperty)); in SecureDTGetPropertyInternal()[all …]
76 typedef struct DeviceTreeNodeProperty { struct81 } DeviceTreeNodeProperty; typedef111 DeviceTreeNodeProperty const *currentProperty;
1188 DeviceTreeNodeProperty * prop; in MergeDeviceTree()1201 prop = (DeviceTreeNodeProperty *) (entry + 1); in MergeDeviceTree()1207 prop = (DeviceTreeNodeProperty *) (((uintptr_t)(prop + 1)) + ((prop->length + 3) & ~3)); in MergeDeviceTree()