Searched refs:fastboot_bytes_expected (Results 1 – 1 of 1) sorted by relevance
32 static u32 fastboot_bytes_expected; variable238 fastboot_bytes_expected = hextoul(cmd_parameter, &tmp); in download()239 if (fastboot_bytes_expected == 0) { in download()249 if (fastboot_bytes_expected > fastboot_buf_size) { in download()253 fastboot_bytes_expected); in download()265 return fastboot_bytes_expected - fastboot_bytes_received; in fastboot_data_remaining()291 fastboot_bytes_expected) { in fastboot_data_download()326 fastboot_bytes_expected = 0; in fastboot_data_complete()
Completed in 12 milliseconds