Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
47 struct symbol *sym; in sym_init() local
63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop()
115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
139 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
155 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
189 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
[all …]
H A Dzconf.y150 struct symbol *sym = sym_lookup($2, 0); variable
164 struct symbol *sym = sym_lookup($2, 0); variable
256 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
505 struct symbol *sym; variable
526 for_all_symbols(i, sym) { in for_all_symbols() argument
617 struct symbol *sym = menu->sym; in print_symbol() local
705 struct symbol *sym; in zconfdump() local
H A Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
114 struct symbol *sym = current_entry->sym; in menu_set_type() local
194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
232 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
289 struct symbol *sym; in menu_finalize() local
480 struct symbol *sym; in menu_is_visible() local
614 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
623 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
644 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
[all …]
H A Dconfdata.c86 struct symbol *sym; in conf_expand_value() local
126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
253 struct symbol *sym; in conf_read_simple() local
407 struct symbol *sym; in conf_read() local
484 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
538 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
612 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
625 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
668 struct symbol *sym; in conf_write_defconfig() local
742 struct symbol *sym; in conf_write() local
[all …]
H A Dlkc.h146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
152 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
162 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
167 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
172 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
177 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
H A Dconf.c85 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
136 struct symbol *sym = menu->sym; in conf_string() local
169 struct symbol *sym = menu->sym; in conf_sym() local
238 struct symbol *sym, *def_sym; in conf_choice() local
357 struct symbol *sym; in conf() local
423 struct symbol *sym; in check_conf() local
H A Dexpr.h39 struct symbol *sym; member
91 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument
148 struct symbol *sym; /* the symbol for which the property is associated */ member
160 #define for_all_properties(sym, st, tok) \ argument
163 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
164 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
165 #define for_all_prompts(sym, st) \ argument
173 struct symbol *sym; member
H A Dexpr.c17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
779 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1163 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1173 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
H A Dqconf.cc115 struct symbol* sym; in updateMenu() local
476 struct symbol* sym; in setValue() local
501 struct symbol* sym; in changeValue() local
1082 struct symbol* sym; in menuInfo() local
1136 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info()
1221 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
H A Dutil.c37 struct symbol *sym, *env_sym; in file_write_dep() local
H A Dgconf.c787 struct symbol *sym; in renderer_edited() local
808 struct symbol *sym = menu->sym; in change_sym_value() local
1040 struct symbol *sym = menu->sym; in fill_row() local
1255 struct symbol *sym; in update_tree() local
1336 struct symbol *sym; in display_tree() local
H A Dmconf.c468 struct symbol *sym; in build_conf() local
650 struct symbol *sym; in conf() local
H A Dnconf.c737 struct symbol *sym; in build_conf() local
1072 struct symbol *sym; in conf() local
H A Dqconf.h266 struct symbol *sym; variable
/rk3399_rockchip-uboot/include/linux/
H A Dkbuild.h9 #define DEFINE(sym, val) \ argument
14 #define OFFSET(sym, str, mem) \ argument
/rk3399_rockchip-uboot/common/
H A Dkallsyms.c25 const char *sym, *csym; in symbol_lookup() local
/rk3399_rockchip-uboot/scripts/
H A Ddocproc.c82 static void consume_symbol(const char *sym) in consume_symbol()
154 static void add_new_symbol(struct symfile *sym, char * symname) in add_new_symbol()
198 struct symfile *sym; in find_export_symbols() local
269 struct symfile * sym = &symfilelist[i]; in docfunctions() local
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios.h24 #define PTR_TO_REAL_MODE(sym)\ argument
/rk3399_rockchip-uboot/lib/zlib/
H A Dinftrees.c37 unsigned sym; /* index of code symbols */ in inflate_table() local
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py1480 def add_expr_deps(e, sym): argument
1537 def _expr_depends_on(self, expr, sym): argument