Lines Matching refs:dispatch
59 void (*dispatch)(char *cmd_parameter, char *response); member
63 .dispatch = getvar
67 .dispatch = download
72 .dispatch = flash
76 .dispatch = erase
81 .dispatch = okay
85 .dispatch = okay
89 .dispatch = okay
93 .dispatch = reboot_bootloader
97 .dispatch = reboot_fastbootd
101 .dispatch = reboot_recovery
105 .dispatch = okay
110 .dispatch = oem_format,
116 .dispatch = oem_partconf,
122 .dispatch = oem_bootbus,
128 .dispatch = run_ucmd,
132 .dispatch = run_acmd,
155 if (commands[i].dispatch) { in fastboot_handle_command()
156 commands[i].dispatch(cmd_parameter, in fastboot_handle_command()