Home
last modified time | relevance | path

Searched refs:fastboot_data_remaining (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Df_fastboot.c350 int rx_remain = fastboot_data_remaining(); in rx_bytes_expected()
375 unsigned int transfer_size = fastboot_data_remaining(); in rx_handler_dl_image()
390 } else if (!fastboot_data_remaining()) { in rx_handler_dl_image()
/external/u-boot/include/
Dfastboot.h129 u32 fastboot_data_remaining(void);
/external/u-boot/drivers/fastboot/
Dfb_command.c190 u32 fastboot_data_remaining(void) in fastboot_data_remaining() function
/external/u-boot/net/
Dfastboot.c173 if (!fastboot_data_len && !fastboot_data_remaining()) { in fastboot_send()