Lines Matching refs:c_struct
296 * @c_struct: pointer to the object to decode the response into (optional)
298 * This allocates a transaction id within the QMI handle. If @ei and @c_struct
300 * by @ei into @c_struct.
308 struct qmi_elem_info *ei, void *c_struct)
318 txn->dest = c_struct;
337 * If the transaction is decoded by the means of @ei and @c_struct the return
728 * @c_struct: object to be encoded
730 * This function encodes @c_struct using @ei into a message of type @type,
739 struct qmi_elem_info *ei, const void *c_struct)
749 c_struct);
784 * @c_struct: object to be encoded
790 struct qmi_elem_info *ei, const void *c_struct)
793 c_struct);
805 * @c_struct: object to be encoded
811 struct qmi_elem_info *ei, const void *c_struct)
814 c_struct);
825 * @c_struct: object to be encoded
831 const void *c_struct)
842 c_struct);