Home
last modified time | relevance | path

Searched refs:qcom_scm_command (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/firmware/
Dqcom_scm-32.c79 struct qcom_scm_command { struct
109 static struct qcom_scm_command *alloc_qcom_scm_command(size_t cmd_size, size_t resp_size) in alloc_qcom_scm_command()
111 struct qcom_scm_command *cmd; in alloc_qcom_scm_command()
119 offset = offsetof(struct qcom_scm_command, buf); in alloc_qcom_scm_command()
132 static inline void free_qcom_scm_command(struct qcom_scm_command *cmd) in free_qcom_scm_command()
144 const struct qcom_scm_command *cmd) in qcom_scm_command_to_response()
155 static inline void *qcom_scm_get_command_buffer(const struct qcom_scm_command *cmd) in qcom_scm_get_command_buffer()
212 static int __qcom_scm_call(const struct qcom_scm_command *cmd) in __qcom_scm_call()
271 struct qcom_scm_command *cmd; in qcom_scm_call()