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