Searched refs:union_header (Results 1 – 3 of 3) sorted by relevance
334 const struct usb_cdc_union_desc *union_header = NULL; in usbpn_probe() local348 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()
1973 struct usb_cdc_union_desc *union_header = NULL; in cdc_parse_cdc_header() local2002 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()
1079 struct usb_cdc_union_desc *union_header = NULL; in acm_probe() local1160 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()