Searched refs:structs (Results 1 – 5 of 5) sorted by relevance
347 structs = {}358 if node_name in structs:359 struct = structs[node_name]369 structs[node_name] = fields374 struct = structs[node_name]384 return structs416 def generate_structs(self, structs): argument428 for name in sorted(structs):430 for pname in sorted(structs[name]):431 prop = structs[name][pname][all …]
1 # Put structs here that should be constant
288 include/generated/dt-structs-gen.h295 include/generated/dt-structs-gen.h: $(obj)/$(SPL_BIN).dtb dts_dir FORCE
193 #include <dt-structs.h>276 The dt-structs.h file includes the generated file277 (include/generated//dt-structs.h) if CONFIG_SPL_OF_PLATDATA is enabled.278 Otherwise (such as in U-Boot proper) these structs are not available. This
121 structs, calls a board init function for a specific device,