Lines Matching defs:command
63 /* do transaction and check buf[1-5] are the same against command */
108 /* do transaction and check buf[1-4] are the same against command */
208 * fcp_avc_transaction - send an AV/C command and wait for its response
210 * @command: a buffer containing the command frame; must be DMA-able
211 * @command_size: the size of @command
217 * This function sends a FCP command frame to the target and waits for the
225 * @command and @response can point to the same buffer.
230 const void *command, unsigned int command_size,
243 t.deferrable = (*(const u8 *)command == 0x00 || *(const u8 *)command == 0x03);
254 (void *)command, command_size, 0);
264 * on command completion once an INTERIM response has
277 dev_err(&t.unit->device, "FCP command timed out\n");