Home
last modified time | relevance | path

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

/linux/drivers/firmware/qcom/
H A Dqcom_scm-legacy.c44 * ------------------- <--- struct scm_legacy_response and
63 * struct scm_legacy_response - one SCM response buffer
65 * @buf_offset: start of response data relative to start of scm_legacy_response
68 struct scm_legacy_response { struct
75 * scm_legacy_command_to_response() - Get a pointer to a scm_legacy_response argument
80 static inline struct scm_legacy_response *scm_legacy_command_to_response( in scm_legacy_command_to_response()
105 const struct scm_legacy_response *rsp) in scm_legacy_get_response_buffer()
141 struct scm_legacy_response *rsp; in scm_legacy_call()