123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891 |
- /* Copyright (c) 2017, The Linux Foundation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 and
- * only version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
- #include <linux/qmi_encdec.h>
- #include <soc/qcom/msm_qmi_interface.h>
- #include "usb_audio_qmi_v01.h"
- static struct elem_info mem_info_v01_ei[] = {
- {
- .data_type = QMI_UNSIGNED_8_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint64_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct mem_info_v01,
- va),
- },
- {
- .data_type = QMI_UNSIGNED_8_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint64_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct mem_info_v01,
- pa),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct mem_info_v01,
- size),
- },
- {
- .data_type = QMI_EOTI,
- .is_array = NO_ARRAY,
- .is_array = QMI_COMMON_TLV_TYPE,
- },
- };
- static struct elem_info apps_mem_info_v01_ei[] = {
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct mem_info_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct apps_mem_info_v01,
- evt_ring),
- .ei_array = mem_info_v01_ei,
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct mem_info_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct apps_mem_info_v01,
- tr_data),
- .ei_array = mem_info_v01_ei,
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct mem_info_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct apps_mem_info_v01,
- tr_sync),
- .ei_array = mem_info_v01_ei,
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct mem_info_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct apps_mem_info_v01,
- xfer_buff),
- .ei_array = mem_info_v01_ei,
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct mem_info_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct apps_mem_info_v01,
- dcba),
- .ei_array = mem_info_v01_ei,
- },
- {
- .data_type = QMI_EOTI,
- .is_array = NO_ARRAY,
- .is_array = QMI_COMMON_TLV_TYPE,
- },
- };
- static struct elem_info usb_endpoint_descriptor_v01_ei[] = {
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- bLength),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- bDescriptorType),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- bEndpointAddress),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- bmAttributes),
- },
- {
- .data_type = QMI_UNSIGNED_2_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint16_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- wMaxPacketSize),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- bInterval),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- bRefresh),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_endpoint_descriptor_v01,
- bSynchAddress),
- },
- {
- .data_type = QMI_EOTI,
- .is_array = NO_ARRAY,
- .is_array = QMI_COMMON_TLV_TYPE,
- },
- };
- static struct elem_info usb_interface_descriptor_v01_ei[] = {
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bLength),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bDescriptorType),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bInterfaceNumber),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bAlternateSetting),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bNumEndpoints),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bInterfaceClass),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bInterfaceSubClass),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- bInterfaceProtocol),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0,
- .offset = offsetof(struct usb_interface_descriptor_v01,
- iInterface),
- },
- {
- .data_type = QMI_EOTI,
- .is_array = NO_ARRAY,
- .is_array = QMI_COMMON_TLV_TYPE,
- },
- };
- struct elem_info qmi_uaudio_stream_req_msg_v01_ei[] = {
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x01,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- enable),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x02,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- usb_token),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x10,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- audio_format_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x10,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- audio_format),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x11,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- number_of_ch_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x11,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- number_of_ch),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x12,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- bit_rate_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x12,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- bit_rate),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x13,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- xfer_buff_size_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x13,
- .offset = offsetof(struct qmi_uaudio_stream_req_msg_v01,
- xfer_buff_size),
- },
- {
- .data_type = QMI_EOTI,
- .is_array = NO_ARRAY,
- .is_array = QMI_COMMON_TLV_TYPE,
- },
- };
- struct elem_info qmi_uaudio_stream_resp_msg_v01_ei[] = {
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct qmi_response_type_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x02,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- resp),
- .ei_array = get_qmi_response_type_v01_ei(),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x10,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- status_valid),
- },
- {
- .data_type = QMI_SIGNED_4_BYTE_ENUM,
- .elem_len = 1,
- .elem_size = sizeof(enum usb_audio_stream_status_enum_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x10,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- status),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x11,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- internal_status_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x11,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- internal_status),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x12,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- slot_id_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x12,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- slot_id),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x13,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- usb_token_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x13,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- usb_token),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x14,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- std_as_opr_intf_desc_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct usb_interface_descriptor_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x14,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- std_as_opr_intf_desc),
- .ei_array = usb_interface_descriptor_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x15,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- std_as_data_ep_desc_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct usb_endpoint_descriptor_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x15,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- std_as_data_ep_desc),
- .ei_array = usb_endpoint_descriptor_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x16,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- std_as_sync_ep_desc_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct usb_endpoint_descriptor_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x16,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- std_as_sync_ep_desc),
- .ei_array = usb_endpoint_descriptor_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x17,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- usb_audio_spec_revision_valid),
- },
- {
- .data_type = QMI_UNSIGNED_2_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint16_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x17,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- usb_audio_spec_revision),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x18,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- data_path_delay_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x18,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- data_path_delay),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x19,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- usb_audio_subslot_size_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x19,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- usb_audio_subslot_size),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1A,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- xhci_mem_info_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct apps_mem_info_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1A,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- xhci_mem_info),
- .ei_array = apps_mem_info_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1B,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- interrupter_num_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1B,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- interrupter_num),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1C,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- speed_info_valid),
- },
- {
- .data_type = QMI_SIGNED_4_BYTE_ENUM,
- .elem_len = 1,
- .elem_size = sizeof(enum usb_audio_device_speed_enum_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1C,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- speed_info),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1D,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- controller_num_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x1D,
- .offset = offsetof(
- struct qmi_uaudio_stream_resp_msg_v01,
- controller_num),
- },
- {
- .data_type = QMI_EOTI,
- .is_array = NO_ARRAY,
- .is_array = QMI_COMMON_TLV_TYPE,
- },
- };
- struct elem_info qmi_uaudio_stream_ind_msg_v01_ei[] = {
- {
- .data_type = QMI_SIGNED_4_BYTE_ENUM,
- .elem_len = 1,
- .elem_size = sizeof(
- enum usb_audio_device_indication_enum_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x01,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- dev_event),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x02,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- slot_id),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x10,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- usb_token_valid),
- },
- {
- .data_type = QMI_UNSIGNED_4_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint32_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x10,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- usb_token),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x11,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- std_as_opr_intf_desc_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct usb_interface_descriptor_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x11,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- std_as_opr_intf_desc),
- .ei_array = usb_interface_descriptor_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x12,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- std_as_data_ep_desc_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct usb_endpoint_descriptor_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x12,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- std_as_data_ep_desc),
- .ei_array = usb_endpoint_descriptor_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x13,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- std_as_sync_ep_desc_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct usb_endpoint_descriptor_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x13,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- std_as_sync_ep_desc),
- .ei_array = usb_endpoint_descriptor_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x14,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- usb_audio_spec_revision_valid),
- },
- {
- .data_type = QMI_UNSIGNED_2_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint16_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x14,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- usb_audio_spec_revision),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x15,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- data_path_delay_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x15,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- data_path_delay),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x16,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- usb_audio_subslot_size_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x16,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- usb_audio_subslot_size),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x17,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- xhci_mem_info_valid),
- },
- {
- .data_type = QMI_STRUCT,
- .elem_len = 1,
- .elem_size = sizeof(struct apps_mem_info_v01),
- .is_array = NO_ARRAY,
- .tlv_type = 0x17,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- xhci_mem_info),
- .ei_array = apps_mem_info_v01_ei,
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x18,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- interrupter_num_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x18,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- interrupter_num),
- },
- {
- .data_type = QMI_OPT_FLAG,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x19,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- controller_num_valid),
- },
- {
- .data_type = QMI_UNSIGNED_1_BYTE,
- .elem_len = 1,
- .elem_size = sizeof(uint8_t),
- .is_array = NO_ARRAY,
- .tlv_type = 0x19,
- .offset = offsetof(struct qmi_uaudio_stream_ind_msg_v01,
- controller_num),
- },
- {
- .data_type = QMI_EOTI,
- .is_array = NO_ARRAY,
- .is_array = QMI_COMMON_TLV_TYPE,
- },
- };
|