Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/usb/
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()
/linux-6.1.9/drivers/usb/class/
Dcdc-acm.c1145 struct usb_cdc_union_desc *union_header = NULL; in acm_probe() local
1212 union_header = h.usb_cdc_union_desc; in acm_probe()
1217 if (!union_header) { in acm_probe()
1235 data_intf_num = union_header->bSlaveInterface0; in acm_probe()
1236 control_interface = usb_ifnum_to_if(usb_dev, union_header->bMasterInterface0); in acm_probe()
/linux-6.1.9/drivers/usb/core/
Dmessage.c2290 struct usb_cdc_union_desc *union_header = NULL; in cdc_parse_cdc_header() local
2323 if (union_header) { in cdc_parse_cdc_header()
2327 union_header = (struct usb_cdc_union_desc *)buffer; in cdc_parse_cdc_header()
2415 hdr->usb_cdc_union_desc = union_header; in cdc_parse_cdc_header()