Searched refs:fastboot_header (Results 1 – 1 of 1) sorted by relevance
21 struct __packed fastboot_header { struct28 #define DATA_SIZE (PACKET_SIZE - sizeof(struct fastboot_header)) argument60 struct fastboot_header response_header = { in fastboot_udp_send_info()119 static void fastboot_send(struct fastboot_header header, char *fastboot_data, in fastboot_send()127 struct fastboot_header response_header = header; in fastboot_send()260 struct fastboot_header header; in fastboot_handler()270 if (len < sizeof(struct fastboot_header) || len > PACKET_SIZE) in fastboot_handler()