Searched refs:Prop (Results 1 – 8 of 8) sorted by relevance
| /u-boot/test/py/tests/ |
| A D | vboot_forge.py | 141 class Prop: class 150 return Prop(self.name, self.value) 203 elif isinstance(item, Prop): 213 prop = Prop(h.name_offset, value) 262 elif isinstance(item, Prop):
|
| /u-boot/tools/dtoc/ |
| A D | fdt.py | 105 class Prop: class 400 self.props[prop_name] = Prop(self, None, prop_name, 414 self.props[prop_name] = Prop(self, None, prop_name, value) 486 prop = Prop(self, None, prop_name, val) 794 prop = Prop(node, poffset, p.name, p)
|
| A D | test_dtoc.py | 201 Prop = collections.namedtuple('Prop', ['value']) 204 prop = Prop(['rockchip,rk3399-sdhci-5.1', 'arasan,sdhci-5.1']) 209 prop = Prop(['rockchip,rk3399-sdhci-5.1']) 214 prop = Prop(['rockchip,rk3399-sdhci-5.1', 'arasan,sdhci-5.1', 'third'])
|
| A D | test_fdt.py | 347 return fdt.Prop(self.node, -1, prop_name, prop) 392 self.assertEqual(True, fdt.Prop.GetEmpty(Type.BOOL)) 393 self.assertEqual(chr(0), fdt.Prop.GetEmpty(Type.BYTE)) 394 self.assertEqual(tools.get_bytes(0, 4), fdt.Prop.GetEmpty(Type.INT)) 395 self.assertEqual('', fdt.Prop.GetEmpty(Type.STRING))
|
| A D | test_fdt | 347 return fdt.Prop(self.node, -1, prop_name, prop) 392 self.assertEqual(True, fdt.Prop.GetEmpty(Type.BOOL)) 393 self.assertEqual(chr(0), fdt.Prop.GetEmpty(Type.BYTE)) 394 self.assertEqual(tools.get_bytes(0, 4), fdt.Prop.GetEmpty(Type.INT)) 395 self.assertEqual('', fdt.Prop.GetEmpty(Type.STRING))
|
| /u-boot/tools/binman/ |
| A D | README.rst | 2274 - Update the fdt library to use a better format for Prop.value (the current one
|
| A D | binman.rst | 2274 - Update the fdt library to use a better format for Prop.value (the current one
|
| /u-boot/doc/develop/package/ |
| A D | binman.rst | 2274 - Update the fdt library to use a better format for Prop.value (the current one
|
Completed in 796 milliseconds