Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
Dconfdata.c375 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple() local
380 if (cs->def[def].tri == yes) { in conf_read_simple()
382 cs->flags &= ~def_flags; in conf_read_simple()
386 if (cs->def[def].tri != no) in conf_read_simple()
388 cs->def[def].val = sym; in conf_read_simple()
391 cs->def[def].tri = EXPR_OR(cs->def[def].tri, sym->def[def].tri); in conf_read_simple()
698 struct symbol *cs; in conf_write_defconfig() local
701 cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_write_defconfig()
702 ds = sym_choice_default(cs); in conf_write_defconfig()
703 if (!sym_is_optional(cs) && sym == ds) { in conf_write_defconfig()
Dsymbol.c508 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in sym_set_tristate_value() local
512 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
513 cs->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
514 prop = sym_get_choice_prop(cs); in sym_set_tristate_value()