Home
last modified time | relevance | path

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

/scripts/kconfig/
Dconfdata.c287 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple() local
292 if (cs->def[def].tri == yes) { in conf_read_simple()
294 cs->flags &= ~def_flags; in conf_read_simple()
298 if (cs->def[def].tri != no) in conf_read_simple()
300 cs->def[def].val = sym; in conf_read_simple()
303 cs->def[def].tri = EXPR_OR(cs->def[def].tri, sym->def[def].tri); in conf_read_simple()
Dsymbol.c449 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in sym_set_tristate_value() local
453 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
454 cs->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
455 prop = sym_get_choice_prop(cs); in sym_set_tristate_value()