Lines Matching defs:command
85 /* A per-pipe command structure, shared with the host */
89 s32 status; /* command execution status, host -> guest */
112 /* Parameters for the PIPE_CMD_OPEN command */
141 /* A pointer to command buffer */
152 * - *command_buffer - makes sure a command can safely write its
297 struct goldfish_pipe_command *command)
310 command->rw_params.ptrs[0] = (u64)(xaddr | (address & ~PAGE_MASK));
311 command->rw_params.sizes[0] = size_on_page;
317 command->rw_params.sizes[buffer_idx] += size_on_page;
320 command->rw_params.ptrs[buffer_idx] = (u64)xaddr;
321 command->rw_params.sizes[buffer_idx] = size_on_page;
325 command->rw_params.buffers_count = buffer_idx + 1;
341 /* Serialize access to the pipe command buffers */