Home
last modified time | relevance | path

Searched defs:type (Results 1 – 12 of 12) sorted by relevance

/scripts/kconfig/
A Dexpr.c25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
149 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
588 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
992 enum symbol_type type, in expr_parse_string()
A Dmenu.c111 void menu_set_type(int type) in menu_set_type()
127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop()
177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
681 enum prop_type type; in menu_get_parent_menu() local
A Dlist.h19 #define container_of(ptr, type, member) ({ \ argument
38 #define list_entry(ptr, type, member) \ argument
A Dqconf.cc109 int type; in updateMenu() local
400 enum prop_type type; in updateSelection() local
468 int type; in setValue() local
494 int type, oldexpr, newexpr; in changeValue() local
531 enum prop_type type; in setRootMenu() local
583 enum prop_type type; in updateMenuList() local
648 enum prop_type type; in updateMenuList() local
712 enum prop_type type; in keyPressEvent() local
A Dsymbol.c38 enum symbol_type type = sym->type; in sym_get_type() local
49 const char *sym_type_name(enum symbol_type type) in sym_type_name()
477 int type = sym_get_type(sym); in sym_tristate_within_range() local
1279 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
1309 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
A Dexpr.h43 enum expr_type type; member
91 enum symbol_type type; member
194 enum prop_type type; /* type of property */ member
A Dconf.c85 enum symbol_type type = sym_get_type(sym); in conf_askvalue() local
A Dmconf.c470 int type, tmp, doint = 2; in build_conf() local
A Dnconf.c738 int type, tmp, doint = 2; in build_conf() local
/scripts/dtc/
A Ddata.c240 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker()
A Dutil.c350 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
A Ddtc.h82 enum markertype type; member

Completed in 21 milliseconds