Home
last modified time | relevance | path

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

/drivers/net/usb/
Dcdc-phonet.c316 const struct usb_cdc_union_desc *union_header = NULL; in usbpn_probe() local
330 union_header = hdr.usb_cdc_union_desc; in usbpn_probe()
333 if (!union_header || !phonet) in usbpn_probe()
336 data_intf = usb_ifnum_to_if(usbdev, union_header->bSlaveInterface0); in usbpn_probe()
385 usb_set_interface(usbdev, union_header->bSlaveInterface0, in usbpn_probe()
/drivers/usb/class/
Dcdc-acm.c1152 struct usb_cdc_union_desc *union_header = NULL; in acm_probe() local
1219 union_header = h.usb_cdc_union_desc; in acm_probe()
1224 if (!union_header) { in acm_probe()
1242 data_intf_num = union_header->bSlaveInterface0; in acm_probe()
1243 control_interface = usb_ifnum_to_if(usb_dev, union_header->bMasterInterface0); in acm_probe()
/drivers/usb/core/
Dmessage.c2285 struct usb_cdc_union_desc *union_header = NULL; in cdc_parse_cdc_header() local
2318 if (union_header) { in cdc_parse_cdc_header()
2322 union_header = (struct usb_cdc_union_desc *)buffer; in cdc_parse_cdc_header()
2410 hdr->usb_cdc_union_desc = union_header; in cdc_parse_cdc_header()