HomeSort by relevance Sort by last modified time
    Searched refs:eeprom_layout (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/
eeprom_layout.h 16 struct eeprom_layout { struct
22 void (*print)(const struct eeprom_layout *eeprom_layout);
23 int (*update)(struct eeprom_layout *eeprom_layout, char *field_name,
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/
eeprom_layout.c 11 #include <eeprom_layout.h>
37 __weak void __eeprom_layout_assign(struct eeprom_layout *layout,
43 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version) \
50 static void eeprom_layout_print(const struct eeprom_layout *layout)
67 static int eeprom_layout_update_field(struct eeprom_layout *layout,
104 void eeprom_layout_setup(struct eeprom_layout *layout, unsigned char *buf,
  /external/u-boot/board/compulab/common/
eeprom.c 11 #include <eeprom_layout.h>
472 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version)
  /external/u-boot/cmd/
eeprom.c 26 #include <eeprom_layout.h>
301 struct eeprom_layout layout;
  /external/u-boot/common/
Makefile 114 obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o

Completed in 2641 milliseconds