Home
last modified time | relevance | path

Searched refs:cdc_union (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dqmi_wwan.c690 struct usb_cdc_union_desc *cdc_union; in qmi_wwan_bind() local
705 cdc_union = hdr.usb_cdc_union_desc; in qmi_wwan_bind()
709 if (cdc_union) { in qmi_wwan_bind()
711 cdc_union->bSlaveInterface0); in qmi_wwan_bind()
712 if (desc->bInterfaceNumber != cdc_union->bMasterInterface0 || in qmi_wwan_bind()
716 cdc_union->bMasterInterface0, in qmi_wwan_bind()
717 cdc_union->bSlaveInterface0); in qmi_wwan_bind()
720 cdc_union = NULL; in qmi_wwan_bind()