Searched refs:eeprom_layout (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/include/ |
D | eeprom_layout.h | 16 struct eeprom_layout { struct 22 void (*print)(const struct eeprom_layout *eeprom_layout); argument 23 int (*update)(struct eeprom_layout *eeprom_layout, char *field_name, argument 27 void eeprom_layout_setup(struct eeprom_layout *layout, unsigned char *buf, 29 __weak void __eeprom_layout_assign(struct eeprom_layout *layout,
|
/external/u-boot/common/eeprom/ |
D | eeprom_layout.c | 37 __weak void __eeprom_layout_assign(struct eeprom_layout *layout, in __eeprom_layout_assign() 43 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version) \ 50 static void eeprom_layout_print(const struct eeprom_layout *layout) in eeprom_layout_print() 67 static int eeprom_layout_update_field(struct eeprom_layout *layout, in eeprom_layout_update_field() 104 void eeprom_layout_setup(struct eeprom_layout *layout, unsigned char *buf, in eeprom_layout_setup()
|
/external/u-boot/common/ |
D | Makefile | 114 obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o
|
/external/u-boot/cmd/ |
D | eeprom.c | 301 struct eeprom_layout layout; in eeprom_execute_command()
|
D | Kconfig | 472 __weak void __eeprom_layout_assign(struct eeprom_layout *layout,
|
/external/u-boot/board/compulab/common/ |
D | eeprom.c | 472 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version) in eeprom_layout_assign()
|