Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dcdc-phonet.c334 const struct usb_cdc_union_desc *union_header = NULL; in usbpn_probe() local
348 union_header = hdr.usb_cdc_union_desc; in usbpn_probe()
351 if (!union_header || !phonet) in usbpn_probe()
354 data_intf = usb_ifnum_to_if(usbdev, union_header->bSlaveInterface0); in usbpn_probe()
403 usb_set_interface(usbdev, union_header->bSlaveInterface0, in usbpn_probe()
Dusbnet.c1973 struct usb_cdc_union_desc *union_header = NULL; in cdc_parse_cdc_header() local
2002 if (union_header) { in cdc_parse_cdc_header()
2006 union_header = (struct usb_cdc_union_desc *)buffer; in cdc_parse_cdc_header()
2094 hdr->usb_cdc_union_desc = union_header; in cdc_parse_cdc_header()
/linux-4.4.14/drivers/usb/class/
Dcdc-acm.c1079 struct usb_cdc_union_desc *union_header = NULL; in acm_probe() local
1160 if (union_header) { in acm_probe()
1165 union_header = (struct usb_cdc_union_desc *)buffer; in acm_probe()
1200 if (!union_header) { in acm_probe()
1221 control_interface = usb_ifnum_to_if(usb_dev, union_header->bMasterInterface0); in acm_probe()
1222 data_interface = usb_ifnum_to_if(usb_dev, (data_interface_num = union_header->bSlaveInterface0)); in acm_probe()