/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 37 def _warn(kconf, msg): argument 58 def dt_chosen_label(kconf, _, chosen): argument 78 def dt_chosen_enabled(kconf, _, chosen): argument 90 def dt_chosen_path(kconf, _, chosen): argument 102 def dt_chosen_has_compat(kconf, _, chosen, compat): argument 120 def dt_node_enabled(kconf, name, node): argument 152 def dt_nodelabel_enabled(kconf, _, label): argument 280 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument 304 def _dt_chosen_reg_size(kconf, chosen, index=0, unit=None): argument 328 def dt_chosen_reg(kconf, name, chosen, index=0, unit=None): argument [all …]
|
D | kconfig.py | 137 def check_no_promptless_assign(kconf): argument 148 def check_assigned_sym_values(kconf): argument 215 def check_assigned_choice_values(kconf): argument 248 def check_deprecated(kconf): argument 259 def check_experimental(kconf): argument 277 def write_kconfig_filenames(kconf, kconfig_list_path): argument
|
D | hardenconfig.py | 12 def hardenconfig(kconf): argument 39 def compare_with_hardened_conf(kconf, hardened_kconf_filename): argument
|
D | kconfiglib.py | 6280 def load_allconfig(kconf, filename): argument 6801 def _filename_fn(kconf, _): argument 6805 def _lineno_fn(kconf, _): argument 6809 def _info_fn(kconf, _, msg): argument 6815 def _warning_if_fn(kconf, _, cond, msg): argument 6822 def _error_if_fn(kconf, _, cond, msg): argument 6830 def _shell_fn(kconf, _, command): argument
|
D | guiconfig.py | 164 def menuconfig(kconf): argument
|
D | menuconfig.py | 666 def menuconfig(kconf): argument
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 649 def get_logging_syms(self, kconf): argument 682 def get_defined_syms(self, kconf): argument 708 def check_top_menu_not_too_long(self, kconf): argument 731 def check_no_redefined_in_defconfig(self, kconf): argument 746 def check_no_enable_in_boolean_prompt(self, kconf): argument 771 def check_no_pointless_menuconfigs(self, kconf): argument 797 def check_no_undef_within_kconfig(self, kconf): argument 808 def check_soc_name_sync(self, kconf): argument 836 def check_no_undef_outside_kconfig(self, kconf): argument
|