Searched refs:vpd_cache (Results 1 - 5 of 5) sorted by relevance

/u-boot/board/ge/common/
H A Dvpd_reader.h8 struct vpd_cache;
19 int read_i2c_vpd(struct vpd_cache *cache,
20 int (*process_block)(struct vpd_cache *, u8 id, u8 version,
35 int vpd_reader(size_t size, u8 *data, struct vpd_cache *cache,
36 int (*process_block)(struct vpd_cache *, u8 id, u8 version, u8 type,
H A Dvpd_reader.c113 int vpd_reader(size_t size, u8 *data, struct vpd_cache *userdata,
114 int (*fn)(struct vpd_cache *, u8 id, u8 version, u8 type,
203 int read_i2c_vpd(struct vpd_cache *cache,
204 int (*process_block)(struct vpd_cache *, u8 id, u8 version,
/u-boot/board/ge/mx53ppd/
H A Dmx53ppd.c159 struct vpd_cache { struct
168 static int vpd_callback(struct vpd_cache *userdata, u8 id, u8 version,
171 struct vpd_cache *vpd = userdata;
188 static void process_vpd(struct vpd_cache *vpd)
228 struct vpd_cache vpd;
/u-boot/board/ge/bx50v3/
H A Dbx50v3.c58 static struct vpd_cache vpd;
302 struct vpd_cache { struct
313 static int vpd_callback(struct vpd_cache *vpd, u8 id, u8 version, u8 type,
334 static void process_vpd(struct vpd_cache *vpd)
/u-boot/board/ge/b1x5v2/
H A Db1x5v2.c57 static struct vpd_cache { struct
488 static int vpd_callback(struct vpd_cache *vpd, u8 id, u8 version, u8 type,
506 static int read_spi_vpd(struct vpd_cache *cache,
507 int (*process_block)(struct vpd_cache *, u8 id, u8 version,
637 static void process_vpd(struct vpd_cache *vpd)

Completed in 104 milliseconds