Searched refs:scm_command (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mach-msm/
H A Dscm.c42 * struct scm_command - one SCM command buffer
51 * ------------------- <--- struct scm_command
65 struct scm_command { struct
93 * Returns a valid &scm_command on success or %NULL if the allocation fails.
95 static struct scm_command *alloc_scm_command(size_t cmd_size, size_t resp_size)
97 struct scm_command *cmd;
104 cmd->buf_offset = offsetof(struct scm_command, buf);
116 static inline void free_scm_command(struct scm_command *cmd)
128 const struct scm_command *cmd)
139 static inline void *scm_get_command_buffer(const struct scm_command *cm
[all...]

Completed in 69 milliseconds