Home
last modified time | relevance | path

Searched refs:vpd_cache (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/ge/common/
H A Dvpd_reader.h8 struct vpd_cache;
19 int read_vpd(struct vpd_cache *cache,
20 int (*process_block)(struct vpd_cache *,
H A Dvpd_reader.c109 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 Dmx53ppd.c284 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 Dbx50v3.c37 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()