Lines Matching defs:command
427 * See if we got command completion.
510 u8 command, int chunk, int len)
521 "Sending 0x%02x command failed at chunk %d: %d\n",
522 command, chunk, error);
530 u8 command, const u8 *data, int len)
542 /* We know the command need not be escaped */
543 pcu->urb_out_buf[count++] = command;
544 csum += command;
560 error = ims_pcu_send_cmd_chunk(pcu, command,
579 error = ims_pcu_send_cmd_chunk(pcu, command, ++chunk, count);
592 return ims_pcu_send_cmd_chunk(pcu, command, ++chunk, count);
596 u8 command, const void *data, size_t len,
604 error = ims_pcu_send_command(pcu, command, data, len);
611 dev_dbg(pcu->dev, "Command 0x%02x timed out\n", command);
650 u8 command, const void *data, size_t len,
655 pcu->cmd_buf[0] = command;
665 "Failure when sending 0x%02x command to bootloader, error: %d\n",
698 "GET_INFO command failed, error: %d\n", error);
747 "Failure when sending JUMP TO BOOLTLOADER command, error: %d\n",
1798 "GET_FW_VERSION command failed, error: %d\n", error);
1810 "GET_BL_VERSION command failed, error: %d\n", error);
1822 "RESET_REASON command failed, error: %d\n", error);
1848 "GET_DEVICE_ID command failed, error: %d\n", error);