Lines Matching full:qmi
12 #include <linux/soc/qcom/qmi.h>
98 * qmi_calc_min_msg_len() - Calculate the minimum length of a QMI message
102 * Return: Expected minimum length of the QMI message or 0 on error.
283 * @out_buf: Buffer to hold the encoded QMI message.
437 * @buf_src: Buffer containing the elements in QMI wire format.
441 * This function decodes the "elem_len" number of elements in QMI wire format,
466 * @buf_src: Buffer containing the elements in QMI wire format.
472 * This function decodes the "elem_len" number of elements in QMI wire format,
514 * @buf_src: Buffer containing the elements in QMI wire format.
579 * Every element that got encoded in the QMI message will have a type
580 * information associated with it. While decoding the QMI message,
604 * @in_buf: Buffer containing the QMI message to be decoded
605 * @in_buf_len: Length of the QMI message to be decoded
735 * qmi_encode_message() - Encode C structure as QMI encoded message
736 * @type: Type of QMI message
740 * @ei: QMI message descriptor
754 /* Check the possibility of a zero length QMI message */ in qmi_encode_message()
790 * qmi_decode_message() - Decode QMI encoded message to C structure
793 * @ei: QMI message descriptor
813 /* Common header in all QMI responses */
845 MODULE_DESCRIPTION("QMI encoder/decoder helper");