Home
last modified time | relevance | path

Searched refs:prog_with_params (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/vboot_reference/host/lib/
H A Dflashrom_drv.c264 int flashrom_get_wp(const char *prog_with_params, bool *wp_mode, in flashrom_get_wp() argument
277 char *tmp = flashrom_extract_params(prog_with_params, &programmer, in flashrom_get_wp()
324 int flashrom_set_wp(const char *prog_with_params, bool wp_mode, in flashrom_set_wp() argument
337 char *tmp = flashrom_extract_params(prog_with_params, &programmer, in flashrom_set_wp()
378 int flashrom_get_info(const char *prog_with_params, in flashrom_get_info() argument
388 char *tmp = flashrom_extract_params(prog_with_params, in flashrom_get_info()
425 int flashrom_get_size(const char *prog_with_params, in flashrom_get_size() argument
433 char *tmp = flashrom_extract_params(prog_with_params, in flashrom_get_size()
/aosp_15_r20/external/vboot_reference/host/lib/include/
H A Dflashrom.h126 int flashrom_get_info(const char *prog_with_params,