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.
427 * @buf_src: Buffer containing the elements in QMI wire format.
431 * This function decodes the "elem_len" number of elements in QMI wire format,
456 * @buf_src: Buffer containing the elements in QMI wire format.
462 * This function decodes the "elem_len" number of elements in QMI wire format,
504 * @buf_src: Buffer containing the elements in QMI wire format.
560 * Every element that got encoded in the QMI message will have a type
561 * information associated with it. While decoding the QMI message,
585 * @in_buf: Buffer containing the QMI message to be decoded
586 * @in_buf_len: Length of the QMI message to be decoded
705 * qmi_encode_message() - Encode C structure as QMI encoded message
706 * @type: Type of QMI message
710 * @ei: QMI message descriptor
724 /* Check the possibility of a zero length QMI message */ in qmi_encode_message()
760 * qmi_decode_message() - Decode QMI encoded message to C structure
763 * @ei: QMI message descriptor
783 /* Common header in all QMI responses */
815 MODULE_DESCRIPTION("QMI encoder/decoder helper");