Lines Matching defs:command
152 * @command: maple command to add
153 * @length: length of command string (in 32 bit words)
154 * @data: remainder of command string
156 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command,
171 mdev->mq->command = command;
243 /* process the command queue into a maple command block
244 * terminating command has bit 32 of first long set to 0
263 mq->command | (to << 8) | (from << 16) | (len << 24);
268 /* build up command queue */