Home
last modified time | relevance | path

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

/scripts/kconfig/
Dexpr.c22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
30 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
39 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
130 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
504 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
556 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2()
848 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) in expr_extract_eq()
877 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
Dmenu.c112 void menu_set_type(int type) in menu_set_type()
127 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop()
164 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
175 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
180 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
487 enum prop_type type; in menu_get_parent_menu() local
Dsymbol.c65 enum symbol_type type = sym->type; in sym_get_type() local
76 const char *sym_type_name(enum symbol_type type) in sym_type_name()
464 int type = sym_get_type(sym); in sym_tristate_within_range() local
1226 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc()
1256 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
Dqconf.cc120 int type; in updateMenu() local
426 enum prop_type type; in updateSelection() local
487 int type; in setValue() local
513 int type, oldexpr, newexpr; in changeValue() local
553 enum prop_type type; in setRootMenu() local
601 enum prop_type type; in updateMenuList() local
662 enum prop_type type; in keyPressEvent() local
Dexpr.h40 enum expr_type type; member
77 enum symbol_type type; member
138 enum prop_type type; /* type of property */ member
Dconf.c84 enum symbol_type type = sym_get_type(sym); in conf_askvalue() local
Dlkc.h24 #define P(name,type,arg) extern type name arg argument
Dmconf.c344 int type, tmp, doint = 2; in build_conf() local
Dnconf.c737 int type, tmp, doint = 2; in build_conf() local
/scripts/genksyms/
Dgenksyms.c198 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
322 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
328 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
706 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
Dparse.y58 enum symbol_type type) in record_compound()
Dgenksyms.h47 enum symbol_type type; member
/scripts/dtc/
Ddata.c292 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker()
Ddtc.h78 enum markertype type; member
/scripts/
Drecordmcount.c279 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
Ddocproc.c250 static void docfunctions(char * filename, char * type) in docfunctions()
Drecordmcount.h135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
/scripts/mod/
Dfile2alias.c88 #define ADD_TO_DEVTABLE(device_id, type, function) \ argument