Home
last modified time | relevance | path

Searched refs:props (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/tools/binman/
H A Dfdt_test.py50 prop = node.props['intval']
54 prop = node.props['intarray']
61 prop = node.props['byteval']
65 prop = node.props['bytearray']
72 prop = node.props['longbytearray']
76 prop = node.props['stringval']
80 prop = node.props['stringarray']
H A Dcontrol.py36 if 'multiple-images' in binman_node.props:
H A Dfunc_test.py665 self.assertFalse(node.props.get('data'))
/rk3399_rockchip-uboot/tools/buildman/
H A Dboard.py20 def Matches(self, props): argument
28 for prop in props:
59 def Matches(self, props): argument
70 if not expr.Matches(props):
96 self.props = [self.target, self.arch, self.cpu, self.board_name,
272 if term.Matches(board.props):
281 if expr.Matches(board.props):
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py122 compat = node.props['compatible'].value
229 cells = target.props.get(prop_name)
257 if 'compatible' in node.props:
258 status = node.props.get('status')
291 na_prop = parent.props.get('#address-cells')
292 ns_prop = parent.props.get('#size-cells')
307 reg = node.props.get('reg')
353 for name, prop in node.props.items():
375 for name, prop in node.props.items():
399 for pname, prop in node.props.items():
[all …]
H A Dfdt_util.py85 prop = node.props.get(propname)
95 prop = node.props.get(propname)
105 if propname in node.props:
H A Dfdt.py184 self.props = {}
214 self.props = self._fdt.GetProps(self)
215 phandle = self.props.get('phandle')
257 del self.props[prop_name]
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c74 const char *props[] = { "clocks", "assigned-clocks", "resets"}; in phandles_fixup_cru() local
128 for (i = 0; i < ARRAY_SIZE(props); i++) { in phandles_fixup_cru()
129 if (!dev_read_prop(dev, props[i], &length)) in phandles_fixup_cru()
138 if (dev_read_u32_array(dev, props[i], in phandles_fixup_cru()
168 dev_write_u32_array(dev, props[i], in phandles_fixup_cru()
/rk3399_rockchip-uboot/tools/binman/etype/
H A Du_boot_dtb_with_ucode.py56 data_prop = node.props.get('data')
/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
H A DLzmaDec.c964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() argument
967 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() argument
977 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
H A Dlzma.txt501 LzmaEncProps_Init(&props);
507 res = LzmaEnc_SetProps(enc, &props);
541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py2910 props, props_from_file, kernel_cmdlines, argument
2970 props, props_from_file,
2989 props, props_from_file, argument
3082 if props:
3083 for prop in props:
3337 rollback_index_location, props, argument
3493 props, props_from_file,
3553 props, props_from_file, kernel_cmdlines, argument
3785 props, props_from_file,