Searched refs:flashrom_set_progress_callback (Results 1 – 5 of 5) sorted by relevance
28 flashrom_set_progress_callback;
67 void flashrom_set_progress_callback(struct flashrom_flashctx *flashctx, flashrom_progress_callback … in flashrom_set_progress_callback() function
1152 flashrom_set_progress_callback(fill_flash, &flashrom_progress_cb, &progress_state); in main()
97 void flashrom_set_progress_callback(struct flashrom_flashctx *const flashctx,
117 flashrom_set_progress_callback(&flashctx, spi_read_progress_cb, &progress_state); in spi_read_chunked_test_success()