Searched refs:CMD (Results 1 – 3 of 3) sorted by relevance
/device/google/dragon/recovery/updater/ |
D | fwtool.cpp | 301 CMD(flash_fmap, "Dump FMAP information"), 306 CMD(vbnv_read, "Read flag from NvStorage"), 307 CMD(vbnv_write, "Write flag from NvStorage"), 314 CMD(update, "Update the firmwares"), 315 CMD(vboot, "dump VBoot information"), 317 CMD(mark_boot, "Mark boot result"),
|
D | debug_ec.c | 1081 CMD(ec_battery, "Show battery status"), 1082 CMD(ec_bq25892, "Dump the state of the bq25892 charger chip"), 1083 CMD(ec_bq27742, "Dump the state of the bq27742 gas gauge"), 1084 CMD(ec_chargecontrol, "Force the battery to stop charging/discharge"), 1085 CMD(ec_console, "Prints the last output to the EC debug console"), 1086 CMD(ec_gpioget, "Get the value of GPIO signal"), 1087 CMD(ec_gpioset, "Set the value of GPIO signal"), 1088 CMD(ec_echash, "Various EC hash commands"), 1089 CMD(ec_lightbar, "Lightbar control commands"), 1090 CMD(ec_pi3usb9281, "Dump the state of the Pericom PI3USB9281 chip"), [all …]
|
D | debug_cmd.h | 26 #define CMD(n, helpstr) \ macro
|