Searched refs:cdc_common_ptr (Results 1 – 1 of 1) sorted by relevance
1245 usb_cdc_func_desc_struct_t *cdc_common_ptr; in USB_HostCdcGetAcmDescriptor() local1258 cdc_common_ptr = (usb_cdc_func_desc_struct_t *)temp; in USB_HostCdcGetAcmDescriptor()1259 switch (cdc_common_ptr->common.bDescriptorSubtype) in USB_HostCdcGetAcmDescriptor()1262 *headDesc = &cdc_common_ptr->head; in USB_HostCdcGetAcmDescriptor()1269 …if (cdc_common_ptr->unionDesc.bControlInterface == interface_handle->interfaceDesc->bInterfaceNumb… in USB_HostCdcGetAcmDescriptor()1271 *unionInterfaceDesc = &cdc_common_ptr->unionDesc; in USB_HostCdcGetAcmDescriptor()1279 *callManageDesc = &cdc_common_ptr->callManage; in USB_HostCdcGetAcmDescriptor()1282 *abstractControlDesc = &cdc_common_ptr->acm; in USB_HostCdcGetAcmDescriptor()