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

/arch/arm/mach-msm/
H A Dscm.c55 * ------------------- <--- struct scm_response and
74 * struct scm_response - one SCM response buffer
76 * @buf_offset: start of response data relative to start of scm_response
79 struct scm_response { struct
98 size_t len = sizeof(*cmd) + sizeof(struct scm_response) + cmd_size +
122 * scm_command_to_response() - Get a pointer to a scm_response
127 static inline struct scm_response *scm_command_to_response(
150 static inline void *scm_get_response_buffer(const struct scm_response *rsp)
229 struct scm_response *rsp;

Completed in 382 milliseconds