Searched defs:option_table (Results 1 – 2 of 2) sorted by relevance
/external/coreboot/payloads/libpayload/drivers/ |
D | options.c | 157 static struct cb_cmos_entries *lookup_cmos_entry(struct cb_cmos_option_table *option_table, const c… in lookup_cmos_entry() 174 struct cb_cmos_entries *first_cmos_entry(struct cb_cmos_option_table *option_table) in first_cmos_entry() 188 struct cb_cmos_enums *first_cmos_enum(struct cb_cmos_option_table *option_table) in first_cmos_enum() 224 struct cb_cmos_enums *first_cmos_enum_of_id(struct cb_cmos_option_table *option_table, int id) in first_cmos_enum_of_id() 238 static struct cb_cmos_enums *lookup_cmos_enum_core(struct cb_cmos_option_table *option_table, int c… in lookup_cmos_enum_core() 256 static struct cb_cmos_enums *lookup_cmos_enum_by_value(struct cb_cmos_option_table *option_table, i… in lookup_cmos_enum_by_value() 261 static struct cb_cmos_enums *lookup_cmos_enum_by_label(struct cb_cmos_option_table *option_table, i… in lookup_cmos_enum_by_label() 266 int get_option_with(const struct nvram_accessor *nvram, struct cb_cmos_option_table *option_table, … in get_option_with() 281 int get_option_from(struct cb_cmos_option_table *option_table, void *dest, const char *name) in get_option_from() 291 int set_option_with(const struct nvram_accessor *nvram, struct cb_cmos_option_table *option_table, … in set_option_with() [all …]
|
/external/coreboot/src/lib/ |
D | coreboot_table.c | 477 struct cmos_option_table *option_table = in write_coreboot_table() local
|