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

/u-boot/include/
H A Deeprom_layout.h23 int (*update)(struct eeprom_layout *eeprom_layout, char *field_name,
/u-boot/common/eeprom/
H A Deeprom_layout.c62 * @field_name: The name of the field to update.
68 char *field_name, char *new_data)
76 if (field_name == NULL)
81 strcmp(fields[i].name, field_name))
86 printf("Invalid data for field %s\n", field_name);
91 printf("No such field '%s'\n", field_name);
67 eeprom_layout_update_field(struct eeprom_layout *layout, char *field_name, char *new_data) argument
/u-boot/cmd/
H A Deeprom.c348 char *field_name = ""; local
407 field_name = argv[index];
415 field_name, field_value, addr, off, cnt);
428 "eeprom update [-l <layout_version>] <bus> <devaddr> field_name field_value\n"

Completed in 123 milliseconds