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
294 struct goldfish_pipe_command *command)
307 command->rw_params.ptrs[0] = (u64)(xaddr | (address & ~PAGE_MASK));
308 command->rw_params.sizes[0] = size_on_page;
314 command->rw_params.sizes[buffer_idx] += size_on_page;
317 command->rw_params.ptrs[buffer_idx] = (u64)xaddr;
318 command->rw_params.sizes[buffer_idx] = size_on_page;
322 command->rw_params.buffers_count = buffer_idx + 1;
338 /* Serialize access to the pipe command buffers */