Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_fastboot.c322 static int fastboot_tx_write(const char *buffer, unsigned int buffer_size) in fastboot_tx_write() function
340 return fastboot_tx_write(buffer, strlen(buffer)); in fastboot_tx_write_str()