Lines Matching refs:dispatch
45 void (*dispatch)(char *cmd_parameter, char *response); member
49 .dispatch = getvar
53 .dispatch = download
58 .dispatch = flash
62 .dispatch = erase
67 .dispatch = okay
71 .dispatch = okay
75 .dispatch = okay
79 .dispatch = reboot_bootloader
83 .dispatch = okay
88 .dispatch = oem_format,
111 if (commands[i].dispatch) { in fastboot_handle_command()
112 commands[i].dispatch(cmd_parameter, in fastboot_handle_command()