Home
last modified time | relevance | path

Searched refs:cmdbuf (Results 1 – 4 of 4) sorted by relevance

/drivers/fastboot/
A Dfb_command.c476 char cmdbuf[32]; in oem_format() local
483 sprintf(cmdbuf, "gpt write mmc %x $partitions", mmc_dev); in oem_format()
484 if (run_command(cmdbuf, 0)) in oem_format()
499 char cmdbuf[32]; in oem_partconf() local
509 snprintf(cmdbuf, sizeof(cmdbuf), "mmc partconf %x %s 0", mmc_dev, cmd_parameter); in oem_partconf()
510 printf("Execute: %s\n", cmdbuf); in oem_partconf()
511 if (run_command(cmdbuf, 0)) in oem_partconf()
525 char cmdbuf[32]; in oem_bootbus() local
535 snprintf(cmdbuf, sizeof(cmdbuf), "mmc bootbus %x %s", mmc_dev, cmd_parameter); in oem_bootbus()
536 printf("Execute: %s\n", cmdbuf); in oem_bootbus()
[all …]
/drivers/usb/gadget/
A Df_fastboot.c530 char *cmdbuf = req->buf; in rx_handler_command() local
538 cmdbuf[req->actual] = '\0'; in rx_handler_command()
539 cmd = fastboot_handle_command(cmdbuf, response); in rx_handler_command()
585 *cmdbuf = '\0'; in rx_handler_command()
A Df_rockusb.c896 char *cmdbuf = req->buf; in rx_handler_command() local
929 *cmdbuf = '\0'; in rx_handler_command()
/drivers/mtd/
A Dcfi_flash.c226 static void flash_make_cmd(flash_info_t *info, u32 cmd, void *cmdbuf) in flash_make_cmd() argument
235 uchar *cp = (uchar *) cmdbuf; in flash_make_cmd()

Completed in 16 milliseconds