Searched refs:vpd_cache (Results 1 – 5 of 5) sorted by relevance
| /u-boot/board/ge/common/ |
| A D | vpd_reader.h | 8 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,
|
| A D | vpd_reader.c | 113 int vpd_reader(size_t size, u8 *data, struct vpd_cache *userdata, in vpd_reader() 114 int (*fn)(struct vpd_cache *, u8 id, u8 version, u8 type, in vpd_reader() argument 203 int read_i2c_vpd(struct vpd_cache *cache, in read_i2c_vpd() 204 int (*process_block)(struct vpd_cache *, u8 id, u8 version, in read_i2c_vpd() argument
|
| /u-boot/board/ge/mx53ppd/ |
| A D | mx53ppd.c | 159 struct vpd_cache { struct 168 static int vpd_callback(struct vpd_cache *userdata, u8 id, u8 version, in vpd_callback() argument 171 struct vpd_cache *vpd = userdata; in vpd_callback() 188 static void process_vpd(struct vpd_cache *vpd) in process_vpd() 228 struct vpd_cache vpd; in board_late_init()
|
| /u-boot/board/ge/b1x5v2/ |
| A D | b1x5v2.c | 57 static struct vpd_cache { struct 488 static int vpd_callback(struct vpd_cache *vpd, u8 id, u8 version, u8 type, in vpd_callback() 506 static int read_spi_vpd(struct vpd_cache *cache, in read_spi_vpd() 507 int (*process_block)(struct vpd_cache *, u8 id, u8 version, in read_spi_vpd() argument 637 static void process_vpd(struct vpd_cache *vpd) in process_vpd()
|
| /u-boot/board/ge/bx50v3/ |
| A D | bx50v3.c | 57 static struct vpd_cache vpd; 301 struct vpd_cache { struct 312 static int vpd_callback(struct vpd_cache *vpd, u8 id, u8 version, u8 type, in vpd_callback() argument 333 static void process_vpd(struct vpd_cache *vpd) in process_vpd()
|
Completed in 14 milliseconds