Home
last modified time | relevance | path

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

/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.c1992 struct usb_cdc_union_desc *union_header = NULL; in cdc_parse_cdc_header() local
2025 if (union_header) { in cdc_parse_cdc_header()
2029 union_header = (struct usb_cdc_union_desc *)buffer; in cdc_parse_cdc_header()
2117 hdr->usb_cdc_union_desc = union_header; in cdc_parse_cdc_header()
/drivers/usb/class/
Dcdc-acm.c1106 struct usb_cdc_union_desc *union_header = NULL; in acm_probe() local
1187 if (union_header) { in acm_probe()
1192 union_header = (struct usb_cdc_union_desc *)buffer; in acm_probe()
1227 if (!union_header) { in acm_probe()
1248 control_interface = usb_ifnum_to_if(usb_dev, union_header->bMasterInterface0); in acm_probe()
1249 data_interface = usb_ifnum_to_if(usb_dev, (data_interface_num = union_header->bSlaveInterface0)); in acm_probe()