Home
last modified time | relevance | path

Searched refs:field_name (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/eeprom/
H A Deeprom_layout.c69 char *field_name, char *new_data) in eeprom_layout_update_field() argument
77 if (field_name == NULL) in eeprom_layout_update_field()
82 strcmp(fields[i].name, field_name)) in eeprom_layout_update_field()
87 printf("Invalid data for field %s\n", field_name); in eeprom_layout_update_field()
92 printf("No such field '%s'\n", field_name); in eeprom_layout_update_field()
/rk3399_rockchip-uboot/include/
H A Deeprom_layout.h24 int (*update)(struct eeprom_layout *eeprom_layout, char *field_name,
/rk3399_rockchip-uboot/cmd/
H A Deeprom.c354 char *field_name = ""; in do_eeprom() local
413 field_name = argv[index]; in do_eeprom()
421 field_name, field_value, addr, off, cnt); in do_eeprom()