Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dqmi_wwan.c752 struct usb_cdc_union_desc *cdc_union; in qmi_wwan_bind() local
767 cdc_union = hdr.usb_cdc_union_desc; in qmi_wwan_bind()
771 if (cdc_union) { in qmi_wwan_bind()
773 cdc_union->bSlaveInterface0); in qmi_wwan_bind()
774 if (desc->bInterfaceNumber != cdc_union->bMasterInterface0 || in qmi_wwan_bind()
778 cdc_union->bMasterInterface0, in qmi_wwan_bind()
779 cdc_union->bSlaveInterface0); in qmi_wwan_bind()
782 cdc_union = NULL; in qmi_wwan_bind()