Home
last modified time | relevance | path

Searched defs:node_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dmtd_node.h7 struct node_info { struct
8 const char *compat; /* compatible string */
9 int type; /* mtd flash type */
H A Dfdt_support.h214 const struct node_info *node_info, in fdt_fixup_mtdparts()
/openbmc/u-boot/common/
H A Dfdt_support.c896 void fdt_fixup_mtdparts(void *blob, const struct node_info *node_info, in fdt_fixup_mtdparts()
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py1097 def node_info(self, node_name): member in VM