Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/
Dqcom_scm.c86 struct qcom_scm_command { struct
116 static struct qcom_scm_command *alloc_qcom_scm_command(size_t cmd_size, size_t resp_size) in alloc_qcom_scm_command()
118 struct qcom_scm_command *cmd; in alloc_qcom_scm_command()
126 offset = offsetof(struct qcom_scm_command, buf); in alloc_qcom_scm_command()
139 static inline void free_qcom_scm_command(struct qcom_scm_command *cmd) in free_qcom_scm_command()
151 const struct qcom_scm_command *cmd) in qcom_scm_command_to_response()
162 static inline void *qcom_scm_get_command_buffer(const struct qcom_scm_command *cmd) in qcom_scm_get_command_buffer()
219 static int __qcom_scm_call(const struct qcom_scm_command *cmd) in __qcom_scm_call()
279 struct qcom_scm_command *cmd; in qcom_scm_call()