• Home
  • Raw
  • Download

Lines Matching defs:cfg

35 static void print_dut_properties(struct updater_config *cfg)  in print_dut_properties()
61 struct updater_config *cfg, int value) in override_dut_property()
77 static void override_properties_with_default(struct updater_config *cfg) in override_properties_with_default()
102 struct updater_config *cfg) in override_properties_from_list()
132 int get_config_quirk(enum quirk_types quirk, const struct updater_config *cfg) in get_config_quirk()
138 void updater_list_config_quirks(const struct updater_config *cfg) in updater_list_config_quirks()
155 static int try_apply_quirk(enum quirk_types quirk, struct updater_config *cfg) in try_apply_quirk()
175 static int setup_config_quirks(const char *quirks, struct updater_config *cfg) in setup_config_quirks()
241 static const char *decide_rw_target(struct updater_config *cfg, in decide_rw_target()
264 static int set_try_cookies(struct updater_config *cfg, const char *target, in set_try_cookies()
310 static int has_valid_update(struct updater_config *cfg, in has_valid_update()
378 static int preserve_management_engine(struct updater_config *cfg, in preserve_management_engine()
472 static int preserve_images(struct updater_config *cfg) in preserve_images()
541 static bool is_ap_ro_locked_with_verification(struct updater_config *cfg) in is_ap_ro_locked_with_verification()
566 static bool is_unlock_csme_requested(struct updater_config *cfg) in is_unlock_csme_requested()
580 static int check_compatible_platform(struct updater_config *cfg) in check_compatible_platform()
778 static int legacy_needs_update(struct updater_config *cfg) in legacy_needs_update()
812 static int do_check_compatible_tpm_keys(struct updater_config *cfg, in do_check_compatible_tpm_keys()
859 static int check_compatible_tpm_keys(struct updater_config *cfg, in check_compatible_tpm_keys()
879 static int update_ec_firmware(struct updater_config *cfg) in update_ec_firmware()
937 struct updater_config *cfg, in update_legacy_firmware()
957 struct updater_config *cfg, in update_try_rw_firmware()
1039 struct updater_config *cfg, in update_rw_firmware()
1099 struct updater_config *cfg, in update_whole_firmware()
1146 enum updater_error_codes update_firmware(struct updater_config *cfg) in update_firmware()
1255 struct updater_config *cfg = (struct updater_config *)calloc( in updater_new_config() local
1282 static int updater_setup_quirks(struct updater_config *cfg, in updater_setup_quirks()
1304 static int updater_load_images(struct updater_config *cfg, in updater_load_images()
1366 struct updater_config *cfg, in updater_setup_archive()
1512 static int parse_arg_mode(struct updater_config *cfg, in parse_arg_mode()
1541 static void prog_arg_setup(struct updater_config *cfg, in prog_arg_setup()
1563 static int prog_arg_emulation(struct updater_config *cfg, in prog_arg_emulation()
1683 int updater_setup_config(struct updater_config *cfg, in updater_setup_config()
1886 void updater_delete_config(struct updater_config *cfg) in updater_delete_config()