Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dcdc-phonet.c318 const struct usb_cdc_union_desc *union_header = NULL; in usbpn_probe() local
332 union_header = hdr.usb_cdc_union_desc; in usbpn_probe()
335 if (!union_header || !phonet) in usbpn_probe()
338 data_intf = usb_ifnum_to_if(usbdev, union_header->bSlaveInterface0); in usbpn_probe()
387 usb_set_interface(usbdev, union_header->bSlaveInterface0, in usbpn_probe()
/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.c1172 struct usb_cdc_union_desc *union_header = NULL; in acm_probe() local
1239 union_header = h.usb_cdc_union_desc; in acm_probe()
1244 if (!union_header) { in acm_probe()
1262 data_intf_num = union_header->bSlaveInterface0; in acm_probe()
1263 control_interface = usb_ifnum_to_if(usb_dev, union_header->bMasterInterface0); in acm_probe()
/openbmc/linux/drivers/usb/core/
H A Dmessage.c2327 struct usb_cdc_union_desc *union_header = NULL; in cdc_parse_cdc_header() local
2360 if (union_header) { in cdc_parse_cdc_header()
2364 union_header = (struct usb_cdc_union_desc *)buffer; in cdc_parse_cdc_header()
2452 hdr->usb_cdc_union_desc = union_header; in cdc_parse_cdc_header()