Lines Matching full:response
44 * fastboot_response() - Writes a response of the form "$tag$reason".
46 * @tag: The first part of the response
47 * @response: Pointer to fastboot response buffer
50 void fastboot_response(const char *tag, char *response,
55 * fastboot_fail() - Write a FAIL response of the form "FAIL$reason".
58 * @response: Pointer to fastboot response buffer
60 void fastboot_fail(const char *reason, char *response);
63 * fastboot_okay() - Write an OKAY response of the form "OKAY$reason".
66 * @response: Pointer to fastboot response buffer
68 void fastboot_okay(const char *reason, char *response);
118 * @response: Pointer to fastboot response buffer
122 int fastboot_handle_command(char *cmd_string, char *response);
136 * @response: Pointer to fastboot response buffer
139 * response. fastboot_bytes_received is updated to indicate the number
143 unsigned int fastboot_data_len, char *response);
148 * @response: Pointer to fastboot response buffer
152 void fastboot_data_complete(char *response);