Searched refs:fastboot_bytes_expected (Results 1 – 1 of 1) sorted by relevance
29 static u32 fastboot_bytes_expected; variable195 fastboot_bytes_expected = hextoul(cmd_parameter, &tmp); in download()196 if (fastboot_bytes_expected == 0) { in download()206 if (fastboot_bytes_expected > fastboot_buf_size) { in download()210 fastboot_bytes_expected); in download()222 return fastboot_bytes_expected - fastboot_bytes_received; in fastboot_data_remaining()248 fastboot_bytes_expected) { in fastboot_data_download()283 fastboot_bytes_expected = 0; in fastboot_data_complete()
Completed in 7 milliseconds