Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Dqmi_encdec.c64 static int qmi_decode(const struct qmi_elem_info *ei_array, void *out_c_struct,
603 * @out_c_struct: Buffer to hold the decoded C struct
612 static int qmi_decode(const struct qmi_elem_info *ei_array, void *out_c_struct, in qmi_decode() argument
619 u8 *buf_dst = out_c_struct; in qmi_decode()
657 buf_dst = out_c_struct + temp_ei->offset; in qmi_decode()
661 buf_dst = out_c_struct + temp_ei->offset; in qmi_decode()
679 buf_dst = out_c_struct + temp_ei->offset; in qmi_decode()