Lines Matching refs:c_struct
297 * @c_struct: pointer to the object to decode the response into (optional)
299 * This allocates a transaction id within the QMI handle. If @ei and @c_struct
301 * by @ei into @c_struct.
309 const struct qmi_elem_info *ei, void *c_struct)
319 txn->dest = c_struct;
338 * If the transaction is decoded by the means of @ei and @c_struct the return
731 * @c_struct: object to be encoded
733 * This function encodes @c_struct using @ei into a message of type @type,
743 const void *c_struct)
753 c_struct);
788 * @c_struct: object to be encoded
794 const struct qmi_elem_info *ei, const void *c_struct)
797 c_struct);
809 * @c_struct: object to be encoded
815 const struct qmi_elem_info *ei, const void *c_struct)
818 c_struct);
829 * @c_struct: object to be encoded
836 const void *c_struct)
847 c_struct);