Searched refs:fastboot_bytes_expected (Results 1 – 1 of 1) sorted by relevance
27 static u32 fastboot_bytes_expected; variable165 fastboot_bytes_expected = simple_strtoul(cmd_parameter, &tmp, 16); in download()166 if (fastboot_bytes_expected == 0) { in download()176 if (fastboot_bytes_expected > fastboot_buf_size) { in download()180 fastboot_bytes_expected); in download()192 return fastboot_bytes_expected - fastboot_bytes_received; in fastboot_data_remaining()218 fastboot_bytes_expected) { in fastboot_data_download()253 fastboot_bytes_expected = 0; in fastboot_data_complete()