Lines Matching defs:cmd
449 * cmd - command to verify
460 unsigned int cmd)
491 if ((cmd & 0x00ff) != last_cmd)
495 __func__, cmd, last_cmd);
530 unsigned int cmd, unsigned char *data, unsigned int size,
535 DBG (3, "%s: USB-in-USB: command : %04x\n", __func__, cmd);
540 0x04, cmd, 0x00, data, size, core_flags);
548 ret = hp5590_verify_last_cmd (dn, proto_flags, cmd);
866 * cmd - command for bulk write operation
877 int cmd, unsigned char *bytes,
888 DBG (3, "%s: USB-in-USB: command: %04x, size %u\n", __func__, cmd,
904 0x04, cmd, 0,
961 return hp5590_verify_last_cmd (dn, proto_flags, cmd);