Home
last modified time | relevance | path

Searched defs:vpd_cache (Results 1 – 3 of 3) sorted by relevance

/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
/openbmc/u-boot/board/ge/bx50v3/
H A Dbx50v3.c560 struct vpd_cache { struct
571 static int vpd_callback(struct vpd_cache *vpd, u8 id, u8 version, u8 type, in vpd_callback() argument
/openbmc/u-boot/board/ge/common/
H A Dvpd_reader.c110 int (*fn)(struct vpd_cache *, u8 id, u8 version, u8 type, in vpd_reader()
200 int (*process_block)(struct vpd_cache *, u8 id, u8 version, in read_vpd()