Searched refs:field_name (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/common/eeprom/ |
| H A D | eeprom_layout.c | 69 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 D | eeprom_layout.h | 24 int (*update)(struct eeprom_layout *eeprom_layout, char *field_name,
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | eeprom.c | 354 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()
|