Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c26 struct __attribute__((packed)) fastboot_header { struct
33 #define FASTBOOT_HEADER_SIZE sizeof(struct fastboot_header) argument
78 struct fastboot_header fb_response_header = in fastboot_send_info()
114 static void fastboot_send(struct fastboot_header fb_header, char *fastboot_data, in fastboot_send()
122 struct fastboot_header fb_response_header = fb_header; in fastboot_send()
476 struct fastboot_header fb_header; in fastboot_handler()