Searched refs:vpd_cache (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/board/ge/common/ |
H A D | vpd_reader.h | 8 struct vpd_cache; 19 int read_vpd(struct vpd_cache *cache, 20 int (*process_block)(struct vpd_cache *,
|
H A D | vpd_reader.c | 109 static int vpd_reader(size_t size, u8 *data, struct vpd_cache *userdata, in vpd_reader() 110 int (*fn)(struct vpd_cache *, u8 id, u8 version, u8 type, in vpd_reader() argument 199 int read_vpd(struct vpd_cache *cache, in read_vpd() 200 int (*process_block)(struct vpd_cache *, u8 id, u8 version, in read_vpd() argument
|
/openbmc/u-boot/board/ge/mx53ppd/ |
H A D | mx53ppd.c | 284 struct vpd_cache { struct 293 static int vpd_callback(struct vpd_cache *userdata, u8 id, u8 version, in vpd_callback() argument 296 struct vpd_cache *vpd = userdata; in vpd_callback() 313 static void process_vpd(struct vpd_cache *vpd) in process_vpd() 356 struct vpd_cache vpd; in board_late_init()
|
/openbmc/u-boot/board/ge/bx50v3/ |
H A D | bx50v3.c | 37 static struct vpd_cache vpd; 560 struct vpd_cache { struct 571 static int vpd_callback(struct vpd_cache *vpd, u8 id, u8 version, u8 type, in vpd_callback() argument 592 static void process_vpd(struct vpd_cache *vpd) in process_vpd() 664 static void set_confidx(const struct vpd_cache* vpd) in set_confidx()
|