Searched refs:cdc_union (Results 1 – 1 of 1) sorted by relevance
225 struct usb_cdc_union_desc *cdc_union = NULL; in qmi_wwan_bind() local266 cdc_union = (struct usb_cdc_union_desc *)buf; in qmi_wwan_bind()295 if (cdc_union) { in qmi_wwan_bind()296 info->data = usb_ifnum_to_if(dev->udev, cdc_union->bSlaveInterface0); in qmi_wwan_bind()297 if (desc->bInterfaceNumber != cdc_union->bMasterInterface0 || !info->data) { in qmi_wwan_bind()299 cdc_union->bMasterInterface0, cdc_union->bSlaveInterface0); in qmi_wwan_bind()