Searched refs:cs (Results 1 – 2 of 2) sorted by relevance
417 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple() local422 if (cs->def[def].tri == yes) { in conf_read_simple()424 cs->flags &= ~def_flags; in conf_read_simple()428 if (cs->def[def].tri != no) in conf_read_simple()430 cs->def[def].val = sym; in conf_read_simple()433 cs->def[def].tri = EXPR_OR(cs->def[def].tri, sym->def[def].tri); in conf_read_simple()744 struct symbol *cs; in conf_write_defconfig() local747 cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_write_defconfig()748 ds = sym_choice_default(cs); in conf_write_defconfig()749 if (!sym_is_optional(cs) && sym == ds) { in conf_write_defconfig()
512 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in sym_set_tristate_value() local516 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()517 cs->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()518 prop = sym_get_choice_prop(cs); in sym_set_tristate_value()
Completed in 6 milliseconds